LibreOffice Module xmloff (master) 1
Functions | Variables
XMLIndexMarkExport.cxx File Reference
#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>
Include dependency graph for XMLIndexMarkExport.cxx:

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 []
 

Function Documentation

◆ lcl_ExportPropertyBool()

static void lcl_ExportPropertyBool ( SvXMLExport rExport,
const Reference< XPropertySet > &  rPropSet,
const OUString &  sProperty,
XMLTokenEnum  eToken,
Any &  rAny 
)
static

◆ lcl_ExportPropertyString()

static void lcl_ExportPropertyString ( SvXMLExport rExport,
const Reference< XPropertySet > &  rPropSet,
const OUString &  sProperty,
XMLTokenEnum  eToken,
Any &  rAny 
)
static

Variable Documentation

◆ lcl_pAlphaIndexMarkName

enum XMLTokenEnum lcl_pAlphaIndexMarkName[]

◆ lcl_pTocMarkNames

enum XMLTokenEnum lcl_pTocMarkNames[]

◆ lcl_pUserIndexMarkName

enum XMLTokenEnum lcl_pUserIndexMarkName[]