LibreOffice Module sw (master) 1
|
#include <content.hxx>
Public Member Functions | |
SwPostItContent (const SwContentType *pCnt, const OUString &rName, const SwFormatField *pFormatField, tools::Long nYPos) | |
const SwFormatField * | GetPostIt () const |
virtual bool | IsProtect () const override |
Public Member Functions inherited from SwContent | |
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 SwFormatField * | m_pField |
Definition at line 124 of file content.hxx.
|
inline |
Definition at line 128 of file content.hxx.
|
inline |
Definition at line 136 of file content.hxx.
References m_pField.
Referenced by SwContentTree::BringEntryToAttention(), and lcl_SelectByContentTypeAndAddress().
|
overridevirtual |
Reimplemented from SwContent.
Definition at line 228 of file content.cxx.
References SwFormatField::IsProtect(), and m_pField.
|
private |
Definition at line 126 of file content.hxx.
Referenced by GetPostIt(), and IsProtect().