LibreOffice Module xmloff (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
XMLAutoStylePoolParent Class Reference

#include <impastpl.hxx>

Public Types

typedef std::vector< XMLAutoStylePoolPropertiesPropertiesListType
 

Public Member Functions

 XMLAutoStylePoolParent (OUString aParent)
 
 ~XMLAutoStylePoolParent ()
 
bool Add (XMLAutoStyleFamily &rFamilyData, std::vector< XMLPropertyState > &&rProperties, OUString &rName, bool bDontSeek)
 
bool AddNamed (XMLAutoStyleFamily &rFamilyData, std::vector< XMLPropertyState > &&rProperties, const OUString &rName)
 
OUString Find (const XMLAutoStyleFamily &rFamilyData, const ::std::vector< XMLPropertyState > &rProperties) const
 
const OUString & GetParent () const
 
const PropertiesListTypeGetPropertiesList () const
 
bool operator< (const XMLAutoStylePoolParent &rOther) const
 

Private Attributes

OUString msParent
 
PropertiesListType m_PropertiesList
 

Detailed Description

Definition at line 63 of file impastpl.hxx.

Member Typedef Documentation

◆ PropertiesListType

Definition at line 66 of file impastpl.hxx.

Constructor & Destructor Documentation

◆ XMLAutoStylePoolParent()

XMLAutoStylePoolParent::XMLAutoStylePoolParent ( OUString  aParent)
inlineexplicit

Definition at line 74 of file impastpl.hxx.

◆ ~XMLAutoStylePoolParent()

XMLAutoStylePoolParent::~XMLAutoStylePoolParent ( )

Definition at line 239 of file impastpl.cxx.

Member Function Documentation

◆ Add()

bool XMLAutoStylePoolParent::Add ( XMLAutoStyleFamily rFamilyData,
std::vector< XMLPropertyState > &&  rProperties,
OUString &  rName,
bool  bDontSeek 
)

Definition at line 266 of file impastpl.cxx.

References m_PropertiesList, msParent, and XMLAutoStyleFamily::mxMapper.

Referenced by SvXMLAutoStylePoolP_Impl::Add().

◆ AddNamed()

bool XMLAutoStylePoolParent::AddNamed ( XMLAutoStyleFamily rFamilyData,
std::vector< XMLPropertyState > &&  rProperties,
const OUString &  rName 
)

◆ Find()

OUString XMLAutoStylePoolParent::Find ( const XMLAutoStyleFamily rFamilyData,
const ::std::vector< XMLPropertyState > &  rProperties 
) const

Definition at line 310 of file impastpl.cxx.

References m_PropertiesList, XMLAutoStyleFamily::mxMapper, and sName.

◆ GetParent()

const OUString & XMLAutoStylePoolParent::GetParent ( ) const
inline

Definition at line 87 of file impastpl.hxx.

References msParent.

Referenced by SvXMLAutoStylePoolP_Impl::exportXML().

◆ GetPropertiesList()

const PropertiesListType & XMLAutoStylePoolParent::GetPropertiesList ( ) const
inline

◆ operator<()

bool XMLAutoStylePoolParent::operator< ( const XMLAutoStylePoolParent rOther) const

Definition at line 321 of file impastpl.cxx.

References msParent.

Member Data Documentation

◆ m_PropertiesList

PropertiesListType XMLAutoStylePoolParent::m_PropertiesList
private

Definition at line 70 of file impastpl.hxx.

Referenced by Add(), AddNamed(), Find(), and GetPropertiesList().

◆ msParent

OUString XMLAutoStylePoolParent::msParent
private

Definition at line 69 of file impastpl.hxx.

Referenced by Add(), AddNamed(), GetParent(), and operator<().


The documentation for this class was generated from the following files: