LibreOffice Module xmloff (master) 1
|
#include <XMLTableExport.hxx>
Private Member Functions | |
virtual void | exportStyleAttributes (const css::uno::Reference< css::style::XStyle > &rStyle) override |
virtual void | exportStyleContent (const css::uno::Reference< css::style::XStyle > &rStyle) override |
XMLStyleExport (SvXMLExport &rExp, SvXMLAutoStylePoolP *pAutoStyleP=nullptr) | |
Additional Inherited Members | |
Public Member Functions inherited from XMLStyleExport | |
XMLStyleExport (SvXMLExport &rExp, SvXMLAutoStylePoolP *pAutoStyleP=nullptr) | |
virtual | ~XMLStyleExport () override |
void | exportDefaultStyle (const css::uno::Reference< css::beans::XPropertySet > &xPropSet, const OUString &rXMLFamily, const rtl::Reference< SvXMLExportPropertyMapper > &rPropMapper) |
void | exportStyleFamily (const OUString &rFamily, const OUString &rXMLFamily, const rtl::Reference< SvXMLExportPropertyMapper > &rPropMapper, bool bUsed, XmlStyleFamily nFamily, const OUString *pPrefix=nullptr) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
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 Member Functions inherited from XMLStyleExport | |
SvXMLExport & | GetExport () |
const SvXMLExport & | GetExport () const |
bool | exportStyle (const css::uno::Reference< css::style::XStyle > &rStyle, const OUString &rXMLFamily, const rtl::Reference< SvXMLExportPropertyMapper > &rPropMapper, const css::uno::Reference< css::container::XNameAccess > &xStyles, const OUString *pPrefix) |
virtual void | exportStyleAttributes (const css::uno::Reference< css::style::XStyle > &rStyle) |
virtual void | exportStyleContent (const css::uno::Reference< css::style::XStyle > &rStyle) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 96 of file XMLTableExport.hxx.
|
overrideprivatevirtual |
Reimplemented from XMLStyleExport.
Definition at line 708 of file XMLTableExport.cxx.
References SvXMLExport::AddAttribute(), XMLStyleExport::GetExport(), u, xmloff::token::XML_DATA_STYLE_NAME, and XML_NAMESPACE_STYLE.
|
overrideprivatevirtual |
Reimplemented from XMLStyleExport.
Definition at line 704 of file XMLTableExport.cxx.
|
private |
Definition at line 75 of file styleexp.cxx.