LibreOffice Module sw (master) 1
|
#include <swblocks.hxx>
Public Member Functions | |
SwBlockName (const OUString &rShort, const OUString &rLong) | |
Unformatted text. More... | |
SwBlockName (const OUString &rShort, const OUString &rLong, OUString aPackageName) | |
bool | operator< (const SwBlockName &r) const |
For sorting in the array. More... | |
Public Attributes | |
OUString | m_aShort |
OUString | m_aLong |
Shortname. More... | |
OUString | m_aPackageName |
Longname. More... | |
bool | m_bIsOnlyTextFlagInit: 1 |
Package name. More... | |
bool | m_bIsOnlyText: 1 |
Is the Flag valid? More... | |
Private Attributes | |
sal_uInt16 | m_nHashS |
sal_uInt16 | m_nHashL |
Friends | |
class | SwImpBlocks |
Definition at line 34 of file swblocks.hxx.
SwBlockName::SwBlockName | ( | const OUString & | rShort, |
const OUString & | rLong | ||
) |
Unformatted text.
Definition at line 51 of file swblocks.cxx.
References SwImpBlocks::Hash(), m_nHashL, and m_nHashS.
SwBlockName::SwBlockName | ( | const OUString & | rShort, |
const OUString & | rLong, | ||
OUString | aPackageName | ||
) |
Definition at line 59 of file swblocks.cxx.
References SwImpBlocks::Hash(), m_nHashL, and m_nHashS.
|
inline |
|
friend |
Definition at line 36 of file swblocks.hxx.
OUString SwBlockName::m_aLong |
Shortname.
Definition at line 40 of file swblocks.hxx.
OUString SwBlockName::m_aPackageName |
Longname.
Definition at line 41 of file swblocks.hxx.
OUString SwBlockName::m_aShort |
Definition at line 39 of file swblocks.hxx.
Referenced by SwTextBlocks::IsOnlyTextBlock(), and operator<().
bool SwBlockName::m_bIsOnlyText |
Is the Flag valid?
Definition at line 43 of file swblocks.hxx.
Referenced by SwTextBlocks::IsOnlyTextBlock().
bool SwBlockName::m_bIsOnlyTextFlagInit |
Package name.
Definition at line 42 of file swblocks.hxx.
Referenced by SwTextBlocks::IsOnlyTextBlock().
|
private |
Definition at line 37 of file swblocks.hxx.
Referenced by SwBlockName().
|
private |
Definition at line 37 of file swblocks.hxx.
Referenced by SwBlockName().