LibreOffice Module xmloff (master) 1
|
#include <impastpl.hxx>
Public Member Functions | |
XMLAutoStylePoolProperties (XMLAutoStyleFamily &rFamilyData, std::vector< XMLPropertyState > &&rProperties, OUString const &rParentname) | |
const OUString & | GetName () const |
const ::std::vector< XMLPropertyState > & | GetProperties () const |
sal_uInt32 | GetPos () const |
void | SetName (const OUString &rNew) |
Private Attributes | |
OUString | msName |
::std::vector< XMLPropertyState > | maProperties |
sal_uInt32 | mnPos |
Definition at line 45 of file impastpl.hxx.
XMLAutoStylePoolProperties::XMLAutoStylePoolProperties | ( | XMLAutoStyleFamily & | rFamilyData, |
std::vector< XMLPropertyState > && | rProperties, | ||
OUString const & | rParentname | ||
) |
Definition at line 149 of file impastpl.cxx.
References any2string(), XMLAutoStyleFamily::maNameSet, maProperties, maProperties, XMLAutoStyleFamily::maReservedNameSet, XMLAutoStyleFamily::maStrPrefix, mnCount, XMLAutoStyleFamily::mnName, msName, XMLAutoStyleFamily::mxMapper, and SAL_WARN.
|
inline |
Definition at line 55 of file impastpl.hxx.
References msName.
|
inline |
Definition at line 57 of file impastpl.hxx.
References mnPos.
Referenced by SvXMLAutoStylePoolP_Impl::exportXML().
|
inline |
Definition at line 56 of file impastpl.hxx.
References maProperties.
|
inline |
Definition at line 59 of file impastpl.hxx.
References msName.
|
private |
Definition at line 48 of file impastpl.hxx.
Referenced by GetProperties(), and XMLAutoStylePoolProperties().
|
private |
Definition at line 49 of file impastpl.hxx.
Referenced by GetPos().
|
private |
Definition at line 47 of file impastpl.hxx.
Referenced by GetName(), SetName(), and XMLAutoStylePoolProperties().