|
LibreOffice Module sw (master) 1
|
#include <content.hxx>
Public Member Functions | |
| SwTextFieldContent (const SwContentType *pCnt, const OUString &rName, const SwFormatField *pFormatField, tools::Long nYPos) | |
| const SwFormatField * | GetFormatField () 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_pFormatField |
Definition at line 93 of file content.hxx.
|
inline |
Definition at line 97 of file content.hxx.
|
inline |
Definition at line 105 of file content.hxx.
References m_pFormatField.
Referenced by SwContentTree::BringEntryToAttention(), SwContentTree::EditEntry(), and lcl_SelectByContentTypeAndAddress().
|
overridevirtual |
Reimplemented from SwContent.
Definition at line 223 of file content.cxx.
References SwFormatField::IsProtect(), and m_pFormatField.
|
private |
Definition at line 95 of file content.hxx.
Referenced by GetFormatField(), and IsProtect().