LibreOffice Module xmloff (master) 1
|
#include "XMLSectionExport.hxx"
#include <o3tl/any.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/text/XTextSection.hpp>
#include <com/sun/star/text/SectionFileLink.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/text/XDocumentIndex.hpp>
#include <com/sun/star/text/BibliographyDataField.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <com/sun/star/text/ChapterFormat.hpp>
#include <comphelper/base64.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/families.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlement.hxx>
#include <txtflde.hxx>
Go to the source code of this file.
Variables | |
SvXMLEnumStringMapEntry< SectionTypeEnum > const | aIndexTypeMap [] |
const XMLTokenEnum | aTypeSourceElementNameMap [] |
const XMLTokenEnum | aLevelNameTOCMap [] |
const XMLTokenEnum | aLevelNameTableMap [] |
const XMLTokenEnum | aLevelNameAlphaMap [] |
const XMLTokenEnum | aLevelNameBibliographyMap [] |
static const XMLTokenEnum * | aTypeLevelNameMap [] |
static const char * | aLevelStylePropNameTOCMap [] |
static const char * | aLevelStylePropNameTableMap [] |
static const char * | aLevelStylePropNameAlphaMap [] |
static const char * | aLevelStylePropNameBibliographyMap [] |
static const char ** | aTypeLevelStylePropNameMap [] |
const XMLTokenEnum | aTypeLevelAttrMap [] |
const XMLTokenEnum | aTypeElementNameMap [] |
SvXMLEnumStringMapEntry< TemplateTypeEnum > const | aTemplateTypeMap [] |
SvXMLEnumStringMapEntry< TemplateParamEnum > const | aTemplateParamMap [] |
SvXMLEnumMapEntry< sal_Int16 > const | aBibliographyDataFieldMap [] |
SvXMLEnumMapEntry<sal_Int16> const aBibliographyDataFieldMap[] |
Definition at line 1120 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportBibliographyConfiguration(), and XMLSectionExport::ExportIndexTemplateElement().
SvXMLEnumStringMapEntry<SectionTypeEnum> const aIndexTypeMap[] |
Definition at line 318 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::MapSectionType().
const XMLTokenEnum aLevelNameAlphaMap[] |
Definition at line 905 of file XMLSectionExport.cxx.
const XMLTokenEnum aLevelNameBibliographyMap[] |
Definition at line 907 of file XMLSectionExport.cxx.
const XMLTokenEnum aLevelNameTableMap[] |
Definition at line 903 of file XMLSectionExport.cxx.
const XMLTokenEnum aLevelNameTOCMap[] |
Definition at line 900 of file XMLSectionExport.cxx.
|
static |
Definition at line 934 of file XMLSectionExport.cxx.
|
static |
Definition at line 937 of file XMLSectionExport.cxx.
|
static |
Definition at line 932 of file XMLSectionExport.cxx.
|
static |
Definition at line 927 of file XMLSectionExport.cxx.
SvXMLEnumStringMapEntry<TemplateParamEnum> const aTemplateParamMap[] |
Definition at line 1104 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportIndexTemplateElement().
SvXMLEnumStringMapEntry<TemplateTypeEnum> const aTemplateTypeMap[] |
Definition at line 1090 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportIndexTemplateElement().
const XMLTokenEnum aTypeElementNameMap[] |
Definition at line 971 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportIndexTemplate().
const XMLTokenEnum aTypeLevelAttrMap[] |
Definition at line 960 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportIndexTemplate().
|
static |
Definition at line 916 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportIndexTemplate().
|
static |
Definition at line 949 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportIndexTemplate().
const XMLTokenEnum aTypeSourceElementNameMap[] |
Definition at line 727 of file XMLSectionExport.cxx.
Referenced by XMLSectionExport::ExportBaseIndexSource().