|
| | SchXMLAutoStylePoolP (SchXMLExport &rSchXMLExport) |
| |
| virtual | ~SchXMLAutoStylePoolP () override |
| |
| | SvXMLAutoStylePoolP (SvXMLExport &rExport) |
| |
| virtual | ~SvXMLAutoStylePoolP () override |
| |
| SvXMLExport & | GetExport () const |
| |
| void | AddFamily (XmlStyleFamily nFamily, const OUString &rStrName, SvXMLExportPropertyMapper *pMapper, const OUString &aStrPrefix) |
| | register a new family with its appropriate instance of a derivation of XMLPropertySetMapper for family numbers see families.hxx More...
|
| |
| 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) |
| | Register a name that must not be used as a generated name. More...
|
| |
| void | RegisterDefinedName (XmlStyleFamily nFamily, const OUString &rName) |
| | Register a name that may only be used through AddNamed. More...
|
| |
| void | GetRegisteredNames (css::uno::Sequence< sal_Int32 > &aFamilies, css::uno::Sequence< OUString > &aNames) |
| | retrieve the registered names (names + families) More...
|
| |
| void | RegisterNames (css::uno::Sequence< sal_Int32 > const &aFamilies, css::uno::Sequence< OUString > const &aNames) |
| | register (families + names) More...
|
| |
| OUString | Add (XmlStyleFamily nFamily, ::std::vector< XMLPropertyState > &&rProperties) |
| | Add an item set to the pool and return its generated name. More...
|
| |
| 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) |
| | Add an item set with a pre-defined name (needed for saving sheets separately in Calc). More...
|
| |
| OUString | Find (XmlStyleFamily nFamily, const OUString &rParent, const ::std::vector< XMLPropertyState > &rProperties) const |
| | Find an item set's name. More...
|
| |
| void | exportXML (XmlStyleFamily nFamily) const |
| | Export all item sets ofs a certain class in the order in that they have been added. More...
|
| |
| void | ClearEntries () |
| |
| std::vector< xmloff::AutoStyleEntry > | GetAutoStyleEntries () const |
| |
| | SimpleReferenceObject () |
| |
| void | acquire () |
| |
| void | release () |
| |
|
| 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) |
| |
| 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 |
| |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
| |
| oslInterlockedCount | m_nCount |
| |
Definition at line 25 of file SchXMLAutoStylePoolP.hxx.