LibreOffice Module reportdesign (master) 1
|
#include <xmlAutoStyle.hxx>
Public Member Functions | |
OXMLAutoStylePoolP (ORptExport &rXMLExport) | |
virtual | ~OXMLAutoStylePoolP () override |
Public Member Functions inherited from SvXMLAutoStylePoolP | |
SvXMLAutoStylePoolP (SvXMLExport &rExport) | |
virtual | ~SvXMLAutoStylePoolP () override |
SvXMLExport & | GetExport () const |
void | AddFamily (XmlStyleFamily nFamily, const OUString &rStrName, SvXMLExportPropertyMapper *pMapper, const OUString &aStrPrefix) |
void | AddFamily (XmlStyleFamily nFamily, const OUString &rStrName, const rtl::Reference< SvXMLExportPropertyMapper > &rMapper, const OUString &rStrPrefix, bool bAsFamily=true) |
void | SetFamilyPropSetMapper (XmlStyleFamily nFamily, const rtl::Reference< SvXMLExportPropertyMapper > &rMapper) |
void | RegisterName (XmlStyleFamily nFamily, const OUString &rName) |
void | RegisterDefinedName (XmlStyleFamily nFamily, const OUString &rName) |
void | GetRegisteredNames (css::uno::Sequence< sal_Int32 > &aFamilies, css::uno::Sequence< OUString > &aNames) |
void | RegisterNames (css::uno::Sequence< sal_Int32 > const &aFamilies, css::uno::Sequence< OUString > const &aNames) |
OUString | Add (XmlStyleFamily nFamily, ::std::vector< XMLPropertyState > &&rProperties) |
OUString | Add (XmlStyleFamily nFamily, const OUString &rParent, ::std::vector< XMLPropertyState > &&rProperties, bool bDontSeek=false) |
bool | Add (OUString &rName, XmlStyleFamily nFamily, const OUString &rParent, ::std::vector< XMLPropertyState > &&rProperties) |
bool | AddNamed (const OUString &rName, XmlStyleFamily nFamily, const OUString &rParent, std::vector< XMLPropertyState > aProperties) |
OUString | Find (XmlStyleFamily nFamily, const OUString &rParent, const ::std::vector< XMLPropertyState > &rProperties) const |
void | exportXML (XmlStyleFamily nFamily) const |
void | ClearEntries () |
std::vector< xmloff::AutoStyleEntry > | GetAutoStyleEntries () const |
Private Member Functions | |
virtual void | exportStyleAttributes (comphelper::AttributeList &rAttrList, XmlStyleFamily nFamily, const ::std::vector< XMLPropertyState > &rProperties, const SvXMLExportPropertyMapper &rPropExp, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap) const override |
OXMLAutoStylePoolP (const OXMLAutoStylePoolP &)=delete | |
void | operator= (const OXMLAutoStylePoolP &)=delete |
Private Attributes | |
ORptExport & | rORptExport |
Additional Inherited Members | |
Protected Member Functions inherited from SvXMLAutoStylePoolP | |
virtual void | exportStyleAttributes (comphelper::AttributeList &rAttrList, XmlStyleFamily nFamily, const ::std::vector< XMLPropertyState > &rProperties, const SvXMLExportPropertyMapper &rPropExp, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap) const |
virtual void | exportStyleContent (const css::uno::Reference< css::xml::sax::XDocumentHandler > &rHandler, XmlStyleFamily nFamily, const ::std::vector< XMLPropertyState > &rProperties, const SvXMLExportPropertyMapper &rPropExp, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap) const |
Definition at line 28 of file xmlAutoStyle.hxx.
|
privatedelete |
|
explicit |
Definition at line 69 of file xmlAutoStyle.cxx.
|
overridevirtual |
Definition at line 75 of file xmlAutoStyle.cxx.
|
overrideprivatevirtual |
Reimplemented from SvXMLAutoStylePoolP.
Definition at line 29 of file xmlAutoStyle.cxx.
References SvXMLExport::AddAttribute(), CTF_RPT_NUMBERFORMAT, SvXMLAutoStylePoolP::exportStyleAttributes(), rptxml::ORptExport::GetCellStylePropertyMapper(), and rORptExport.
|
privatedelete |
|
private |
Definition at line 30 of file xmlAutoStyle.hxx.
Referenced by exportStyleAttributes().