LibreOffice Module xmloff (master) 1
|
Export the footnote-/endnote-configuration element in section styles. More...
#include <XMLSectionFootnoteConfigExport.hxx>
Static Public Member Functions | |
static void | exportXML (SvXMLExport &rExport, bool bEndnote, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx, const rtl::Reference< XMLPropertySetMapper > &rMapper) |
Export the footnote-/endnote-configuration element in section styles.
Because this class contains only one method, and all information is available during that method call, we simply make it static.
Definition at line 40 of file XMLSectionFootnoteConfigExport.hxx.
|
static |
Definition at line 43 of file XMLSectionFootnoteConfigExport.cxx.
References SvXMLExport::AddAttribute(), ARABIC, SvXMLUnitConverter::convertNumFormat(), SvXMLUnitConverter::convertNumLetterSync(), CTF_SECTION_ENDNOTE_END, CTF_SECTION_ENDNOTE_NUM_OWN, CTF_SECTION_ENDNOTE_NUM_PREFIX, CTF_SECTION_ENDNOTE_NUM_RESTART, CTF_SECTION_ENDNOTE_NUM_RESTART_AT, CTF_SECTION_ENDNOTE_NUM_SUFFIX, CTF_SECTION_ENDNOTE_NUM_TYPE, CTF_SECTION_FOOTNOTE_END, CTF_SECTION_FOOTNOTE_NUM_OWN, CTF_SECTION_FOOTNOTE_NUM_PREFIX, CTF_SECTION_FOOTNOTE_NUM_RESTART, CTF_SECTION_FOOTNOTE_NUM_RESTART_AT, CTF_SECTION_FOOTNOTE_NUM_SUFFIX, CTF_SECTION_FOOTNOTE_NUM_TYPE, SvXMLExport::GetMM100UnitConverter(), xmloff::token::GetXMLToken(), i, XMLPropertyState::maValue, XMLPropertyState::mnIndex, nCount, SAL_WARN_IF, xmloff::token::XML_ENDNOTE, xmloff::token::XML_FOOTNOTE, XML_NAMESPACE_STYLE, XML_NAMESPACE_TEXT, xmloff::token::XML_NOTE_CLASS, xmloff::token::XML_NOTES_CONFIGURATION, xmloff::token::XML_NUM_FORMAT, xmloff::token::XML_NUM_LETTER_SYNC, xmloff::token::XML_NUM_PREFIX, xmloff::token::XML_NUM_SUFFIX, and xmloff::token::XML_START_VALUE.
Referenced by XMLTextExportPropertySetMapper::handleElementItem().