LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
XMLTextListAutoStylePoolEntry_Impl Class Reference
Collaboration diagram for XMLTextListAutoStylePoolEntry_Impl:
[legend]

Public Member Functions

 XMLTextListAutoStylePoolEntry_Impl (sal_uInt32 nPos, const Reference< XIndexReplace > &rNumRules, XMLTextListAutoStylePoolNames_Impl &rNames, std::u16string_view rPrefix, sal_uInt32 &rName)
 
 XMLTextListAutoStylePoolEntry_Impl (const Reference< XIndexReplace > &rNumRules)
 
 XMLTextListAutoStylePoolEntry_Impl (OUString aInternalName)
 
const OUString & GetName () const
 
const OUString & GetInternalName () const
 
const Reference< XIndexReplace > & GetNumRules () const
 
sal_uInt32 GetPos () const
 
bool IsNamed () const
 

Private Attributes

OUString sName
 
OUString sInternalName
 
Reference< XIndexReplace > xNumRules
 
sal_uInt32 nPos
 
bool bIsNamed
 

Detailed Description

Definition at line 45 of file XMLTextListAutoStylePool.cxx.

Constructor & Destructor Documentation

◆ XMLTextListAutoStylePoolEntry_Impl() [1/3]

XMLTextListAutoStylePoolEntry_Impl::XMLTextListAutoStylePoolEntry_Impl ( sal_uInt32  nPos,
const Reference< XIndexReplace > &  rNumRules,
XMLTextListAutoStylePoolNames_Impl rNames,
std::u16string_view  rPrefix,
sal_uInt32 &  rName 
)

Definition at line 92 of file XMLTextListAutoStylePool.cxx.

References bIsNamed, nPos, sInternalName, sName, and xNumRules.

◆ XMLTextListAutoStylePoolEntry_Impl() [2/3]

XMLTextListAutoStylePoolEntry_Impl::XMLTextListAutoStylePoolEntry_Impl ( const Reference< XIndexReplace > &  rNumRules)
inlineexplicit

Definition at line 63 of file XMLTextListAutoStylePool.cxx.

References bIsNamed, sInternalName, and xNumRules.

◆ XMLTextListAutoStylePoolEntry_Impl() [3/3]

XMLTextListAutoStylePoolEntry_Impl::XMLTextListAutoStylePoolEntry_Impl ( OUString  aInternalName)
inlineexplicit

Definition at line 77 of file XMLTextListAutoStylePool.cxx.

Member Function Documentation

◆ GetInternalName()

const OUString & XMLTextListAutoStylePoolEntry_Impl::GetInternalName ( ) const
inline

Definition at line 86 of file XMLTextListAutoStylePool.cxx.

References sInternalName.

◆ GetName()

const OUString & XMLTextListAutoStylePoolEntry_Impl::GetName ( ) const
inline

Definition at line 85 of file XMLTextListAutoStylePool.cxx.

References sName.

Referenced by XMLTextListAutoStylePool::exportXML().

◆ GetNumRules()

const Reference< XIndexReplace > & XMLTextListAutoStylePoolEntry_Impl::GetNumRules ( ) const
inline

◆ GetPos()

sal_uInt32 XMLTextListAutoStylePoolEntry_Impl::GetPos ( ) const
inline

Definition at line 88 of file XMLTextListAutoStylePool.cxx.

References nPos.

Referenced by XMLTextListAutoStylePool::exportXML().

◆ IsNamed()

bool XMLTextListAutoStylePoolEntry_Impl::IsNamed ( ) const
inline

Definition at line 89 of file XMLTextListAutoStylePool.cxx.

References bIsNamed.

Referenced by XMLTextListAutoStylePool::Find().

Member Data Documentation

◆ bIsNamed

bool XMLTextListAutoStylePoolEntry_Impl::bIsNamed
private

Definition at line 51 of file XMLTextListAutoStylePool.cxx.

Referenced by IsNamed(), and XMLTextListAutoStylePoolEntry_Impl().

◆ nPos

sal_uInt32 XMLTextListAutoStylePoolEntry_Impl::nPos
private

Definition at line 50 of file XMLTextListAutoStylePool.cxx.

Referenced by GetPos().

◆ sInternalName

OUString XMLTextListAutoStylePoolEntry_Impl::sInternalName
private

◆ sName

OUString XMLTextListAutoStylePoolEntry_Impl::sName
private

Definition at line 47 of file XMLTextListAutoStylePool.cxx.

Referenced by GetName(), and XMLTextListAutoStylePoolEntry_Impl().

◆ xNumRules

Reference< XIndexReplace > XMLTextListAutoStylePoolEntry_Impl::xNumRules
private

Definition at line 49 of file XMLTextListAutoStylePool.cxx.

Referenced by GetNumRules(), and XMLTextListAutoStylePoolEntry_Impl().


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