LibreOffice Module xmloff (master) 1
|
#include "XMLIndexMarkExport.hxx"
#include <o3tl/any.hxx>
#include <tools/debug.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <sax/tools/converter.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlexp.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_ExportPropertyString (SvXMLExport &rExport, const Reference< XPropertySet > &rPropSet, const OUString &sProperty, XMLTokenEnum eToken, Any &rAny) |
static void | lcl_ExportPropertyBool (SvXMLExport &rExport, const Reference< XPropertySet > &rPropSet, const OUString &sProperty, XMLTokenEnum eToken, Any &rAny) |
Variables | |
enum XMLTokenEnum | lcl_pTocMarkNames [] |
enum XMLTokenEnum | lcl_pUserIndexMarkName [] |
enum XMLTokenEnum | lcl_pAlphaIndexMarkName [] |
|
static |
Definition at line 178 of file XMLIndexMarkExport.cxx.
References SvXMLExport::AddAttribute(), eToken, XML_NAMESPACE_TEXT, and xmloff::token::XML_TRUE.
Referenced by XMLIndexMarkExport::ExportAlphabeticalIndexMarkAttributes().
|
static |
Definition at line 163 of file XMLIndexMarkExport.cxx.
References SvXMLExport::AddAttribute(), eToken, and XML_NAMESPACE_TEXT.
Referenced by XMLIndexMarkExport::ExportAlphabeticalIndexMarkAttributes(), and XMLIndexMarkExport::ExportUserIndexMarkAttributes().
enum XMLTokenEnum lcl_pAlphaIndexMarkName[] |
Definition at line 51 of file XMLIndexMarkExport.cxx.
Referenced by XMLIndexMarkExport::ExportIndexMark().
enum XMLTokenEnum lcl_pTocMarkNames[] |
Definition at line 46 of file XMLIndexMarkExport.cxx.
Referenced by XMLIndexMarkExport::ExportIndexMark().
enum XMLTokenEnum lcl_pUserIndexMarkName[] |
Definition at line 48 of file XMLIndexMarkExport.cxx.
Referenced by XMLIndexMarkExport::ExportIndexMark().