LibreOffice Module xmloff (master) 1
|
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 |
Definition at line 45 of file XMLTextListAutoStylePool.cxx.
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.
|
inlineexplicit |
Definition at line 63 of file XMLTextListAutoStylePool.cxx.
References bIsNamed, sInternalName, and xNumRules.
|
inlineexplicit |
Definition at line 77 of file XMLTextListAutoStylePool.cxx.
|
inline |
Definition at line 86 of file XMLTextListAutoStylePool.cxx.
References sInternalName.
|
inline |
Definition at line 85 of file XMLTextListAutoStylePool.cxx.
References sName.
Referenced by XMLTextListAutoStylePool::exportXML().
|
inline |
Definition at line 87 of file XMLTextListAutoStylePool.cxx.
References xNumRules.
Referenced by XMLTextListAutoStylePool::exportXML(), and XMLTextListAutoStylePool::Find().
|
inline |
Definition at line 88 of file XMLTextListAutoStylePool.cxx.
References nPos.
Referenced by XMLTextListAutoStylePool::exportXML().
|
inline |
Definition at line 89 of file XMLTextListAutoStylePool.cxx.
References bIsNamed.
Referenced by XMLTextListAutoStylePool::Find().
|
private |
Definition at line 51 of file XMLTextListAutoStylePool.cxx.
Referenced by IsNamed(), and XMLTextListAutoStylePoolEntry_Impl().
|
private |
Definition at line 50 of file XMLTextListAutoStylePool.cxx.
Referenced by GetPos().
|
private |
Definition at line 48 of file XMLTextListAutoStylePool.cxx.
Referenced by GetInternalName(), and XMLTextListAutoStylePoolEntry_Impl().
|
private |
Definition at line 47 of file XMLTextListAutoStylePool.cxx.
Referenced by GetName(), and XMLTextListAutoStylePoolEntry_Impl().
|
private |
Definition at line 49 of file XMLTextListAutoStylePool.cxx.
Referenced by GetNumRules(), and XMLTextListAutoStylePoolEntry_Impl().