LibreOffice Module sw (master) 1
|
#include <swcont.hxx>
Public Member Functions | |
SwContent (const SwContentType *pCnt, OUString aName, double nYPos) | |
virtual bool | IsProtect () const |
const SwContentType * | GetParent () const |
const OUString & | GetName () const |
bool | operator== (const SwContent &) const |
bool | operator< (const SwContent &rCont) const |
bool | IsInvisible () const |
void | SetInvisible () |
Public Member Functions inherited from SwTypeNumber | |
SwTypeNumber (sal_uInt8 nId) | |
virtual | ~SwTypeNumber () |
sal_uInt8 | GetTypeId () const |
Private Attributes | |
const SwContentType * | m_pParent |
OUString | m_sContentName |
double | m_nYPosition |
bool | m_bInvisible |
Definition at line 74 of file swcont.hxx.
SwContent::SwContent | ( | const SwContentType * | pCnt, |
OUString | aName, | ||
double | nYPos | ||
) |
Definition at line 204 of file content.cxx.
References aName.
|
inline |
Definition at line 88 of file swcont.hxx.
References m_sContentName.
Referenced by SwContentTree::BringEntryToAttention(), SwContentTree::EditEntry(), SwContentTree::ExecuteContextMenuAction(), SwContentTree::GetDrawingObjectsByContent(), SwContentTree::GotoContent(), SwContentTree::HasContentChanged(), SwContentTree::InsertContent(), and SwContentTree::RequestingChildren().
|
inline |
Definition at line 87 of file swcont.hxx.
References m_pParent.
Referenced by SwContentTree::BringEntryToAttention(), SwContentTree::EditEntry(), SwContentTree::ExecuteContextMenuAction(), SwContentTree::FillTransferData(), SwContentTree::GetDrawingObjectsByContent(), SwContentTree::GotoContent(), IMPL_LINK(), and IMPL_LINK_NOARG().
|
inline |
Definition at line 102 of file swcont.hxx.
References m_bInvisible.
Referenced by SwContentTree::BringEntryToAttention(), SwContentType::FillMemberList(), IMPL_LINK_NOARG(), SwContentTree::InsertContent(), and SwContentTree::RequestingChildren().
|
virtual |
Reimplemented in SwURLFieldContent, SwTextFieldContent, and SwPostItContent.
Definition at line 218 of file content.cxx.
|
inline |
Definition at line 94 of file swcont.hxx.
References m_nYPosition, m_sContentName, and vcl::NaturalSortCompare().
|
inline |
Definition at line 89 of file swcont.hxx.
|
inline |
Definition at line 103 of file swcont.hxx.
References m_bInvisible.
Referenced by SwContentType::FillMemberList().
|
private |
Definition at line 82 of file swcont.hxx.
Referenced by IsInvisible(), and SetInvisible().
|
private |
Definition at line 78 of file swcont.hxx.
Referenced by operator<().
|
private |
Definition at line 76 of file swcont.hxx.
Referenced by GetParent().
|
private |
Definition at line 77 of file swcont.hxx.
Referenced by GetName(), and operator<().