|
LibreOffice Module sw (master) 1
|
#include <content.hxx>
Public Member Functions | |
| SwOutlineContent (const SwContentType *pCnt, const OUString &rName, SwOutlineNodes::size_type nArrPos, sal_uInt8 nLevel, bool bMove, double nYPos) | |
| SwOutlineNodes::size_type | GetOutlinePos () const |
| sal_uInt8 | GetOutlineLevel () const |
| bool | IsMoveable () const |
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 | |
| SwOutlineNodes::size_type | m_nOutlinePos |
| sal_uInt8 | m_nOutlineLevel |
| bool | m_bIsMoveable |
Definition at line 39 of file content.hxx.
|
inline |
Definition at line 45 of file content.hxx.
|
inline |
Definition at line 55 of file content.hxx.
References m_nOutlineLevel.
|
inline |
Definition at line 54 of file content.hxx.
References m_nOutlinePos.
Referenced by SwContentTree::CopyOutlineSelections(), SwContentTree::ExecuteContextMenuAction(), and lcl_GetOutlineKey().
|
inline |
Definition at line 56 of file content.hxx.
References m_bIsMoveable.
|
private |
Definition at line 43 of file content.hxx.
Referenced by IsMoveable().
|
private |
Definition at line 42 of file content.hxx.
Referenced by GetOutlineLevel().
|
private |
Definition at line 41 of file content.hxx.
Referenced by GetOutlinePos().