|
| OXMLAutoStylePoolP (ODBExport &rXMLExport) |
|
virtual | ~OXMLAutoStylePoolP () override |
|
| 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 |
|
Definition at line 26 of file xmlAutoStyle.hxx.