LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwOutlineContent Class Referencefinal

#include <content.hxx>

Inheritance diagram for SwOutlineContent:
[legend]
Collaboration diagram for SwOutlineContent:
[legend]

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 SwContentTypeGetParent () 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
 

Detailed Description

Definition at line 39 of file content.hxx.

Constructor & Destructor Documentation

◆ SwOutlineContent()

SwOutlineContent::SwOutlineContent ( const SwContentType pCnt,
const OUString &  rName,
SwOutlineNodes::size_type  nArrPos,
sal_uInt8  nLevel,
bool  bMove,
double  nYPos 
)
inline

Definition at line 45 of file content.hxx.

Member Function Documentation

◆ GetOutlineLevel()

sal_uInt8 SwOutlineContent::GetOutlineLevel ( ) const
inline

Definition at line 55 of file content.hxx.

References m_nOutlineLevel.

◆ GetOutlinePos()

SwOutlineNodes::size_type SwOutlineContent::GetOutlinePos ( ) const
inline

◆ IsMoveable()

bool SwOutlineContent::IsMoveable ( ) const
inline

Definition at line 56 of file content.hxx.

References m_bIsMoveable.

Member Data Documentation

◆ m_bIsMoveable

bool SwOutlineContent::m_bIsMoveable
private

Definition at line 43 of file content.hxx.

Referenced by IsMoveable().

◆ m_nOutlineLevel

sal_uInt8 SwOutlineContent::m_nOutlineLevel
private

Definition at line 42 of file content.hxx.

Referenced by GetOutlineLevel().

◆ m_nOutlinePos

SwOutlineNodes::size_type SwOutlineContent::m_nOutlinePos
private

Definition at line 41 of file content.hxx.

Referenced by GetOutlinePos().


The documentation for this class was generated from the following file: