LibreOffice Module xmloff (master) 1
|
#include <XMLTextMasterPageExport.hxx>
Public Member Functions | |
XMLTextMasterPageExport (SvXMLExport &rExp) | |
virtual | ~XMLTextMasterPageExport () override |
Public Member Functions inherited from XMLPageExport | |
XMLPageExport (SvXMLExport &rExp) | |
virtual | ~XMLPageExport () override |
void | collectAutoStyles (bool bUsed) |
void | exportAutoStyles () |
void | exportMasterStyles (bool bUsed) |
void | exportDefaultStyle () |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Protected Member Functions | |
virtual void | exportHeaderFooterContent (const css::uno::Reference< css::text::XText > &rText, bool bAutoStyles, bool bExportParagraph=true) |
virtual void | exportMasterPageContent (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, bool bAutoStyles) override |
Protected Member Functions inherited from XMLPageExport | |
SvXMLExport & | GetExport () |
void | collectPageMasterAutoStyle (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, XMLPageExportNameEntry &rEntry) |
virtual void | exportMasterPageContent (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, bool bAutoStyles) |
bool | exportStyle (const css::uno::Reference< css::style::XStyle > &rStyle, bool bAutoStyles) |
void | exportStyles (bool bUsed, bool bAutoStyles) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 31 of file XMLTextMasterPageExport.hxx.
XMLTextMasterPageExport::XMLTextMasterPageExport | ( | SvXMLExport & | rExp | ) |
Definition at line 47 of file XMLTextMasterPageExport.cxx.
|
overridevirtual |
Definition at line 52 of file XMLTextMasterPageExport.cxx.
|
protectedvirtual |
Definition at line 57 of file XMLTextMasterPageExport.cxx.
References XMLPageExport::GetExport(), SvXMLExport::GetTextParagraphExport(), and SAL_WARN_IF.
Referenced by exportMasterPageContent().
|
overrideprotectedvirtual |
Reimplemented from XMLPageExport.
Definition at line 80 of file XMLTextMasterPageExport.cxx.
References SvXMLExport::AddAttribute(), Any, exportHeaderFooterContent(), XMLPageExport::GetExport(), gsFirstShareContent(), gsFooterOn(), gsFooterShareContent(), gsFooterText(), gsFooterTextFirst(), gsFooterTextLeft(), gsHeaderOn(), gsHeaderShareContent(), gsHeaderText(), gsHeaderTextFirst(), gsHeaderTextLeft(), nVersion, SvtSaveOptions::ODFSVER_012, SvtSaveOptions::ODFSVER_013, xmloff::token::XML_DISPLAY, xmloff::token::XML_FALSE, xmloff::token::XML_FOOTER, xmloff::token::XML_FOOTER_FIRST, xmloff::token::XML_FOOTER_LEFT, xmloff::token::XML_HEADER, xmloff::token::XML_HEADER_FIRST, xmloff::token::XML_HEADER_LEFT, XML_NAMESPACE_LO_EXT, and XML_NAMESPACE_STYLE.