LibreOffice Module lotuswordpro (master) 1
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
LwpTocLevelData Class Reference

VO_TOCLEVELDATA object. More...

#include <lwptoc.hxx>

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

Public Types

enum  {
  USETEXT = 0x01 ,
  USENUMBER = 0x02
}
 

Public Member Functions

 LwpTocLevelData (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void RegisterStyle () override
 Register style. More...
 
virtual void XFConvert (XFContentContainer *pCont) override
 Convert. More...
 
sal_uInt16 GetLevel () const
 
bool GetUseText () const
 
OUString const & GetSearchStyle () const
 
bool GetUseLeadingText () const
 
- Public Member Functions inherited from LwpDLVList
 LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpObjectIDGetNext ()
 
LwpObjectIDGetPrevious ()
 
- Public Member Functions inherited from LwpObject
 LwpObject (LwpObjectHeader objHdr, LwpSvStream *pStrm)
 @descr construct lwpobject from stream More...
 
void QuickRead ()
 @descr QuickRead template More...
 
void DoRegisterStyle ()
 
void DoParse (IXFStream *pOutputStream)
 
void DoXFConvert (XFContentContainer *pCont)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
sal_uInt32 GetTag () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

void Read () override
 Read TOCLEVELDATA obj. More...
 
- Protected Member Functions inherited from LwpDLVList
virtual ~LwpDLVList () override
 
void Read () override
 @descr Read LwpDLVList data from object stream More...
 
- Protected Member Functions inherited from LwpObject
virtual ~LwpObject () override
 @descr dtor() More...
 
virtual void Read ()
 @descr default read function More...
 
virtual void RegisterStyle ()
 @descr default register style function More...
 
virtual void Parse (IXFStream *pOutputStream)
 @descr default parse function More...
 
virtual void XFConvert (XFContentContainer *pCont)
 @descr default XFConvert function pCont is the XFContentContainer for the object conversion More...
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

virtual ~LwpTocLevelData () override
 

Private Attributes

sal_uInt16 m_nFlags
 
sal_uInt16 m_nLevel
 
LwpAtomHolder m_SearchName
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Attributes inherited from LwpObject
LwpObjectHeader m_ObjHdr
 
std::unique_ptr< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

VO_TOCLEVELDATA object.

Definition at line 144 of file lwptoc.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
USETEXT 
USENUMBER 

Definition at line 147 of file lwptoc.hxx.

Constructor & Destructor Documentation

◆ LwpTocLevelData()

LwpTocLevelData::LwpTocLevelData ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 433 of file lwptoc.cxx.

References m_nFlags, and m_nLevel.

◆ ~LwpTocLevelData()

LwpTocLevelData::~LwpTocLevelData ( )
overrideprivatevirtual

Definition at line 437 of file lwptoc.cxx.

Member Function Documentation

◆ GetLevel()

sal_uInt16 LwpTocLevelData::GetLevel ( ) const
inline

◆ GetSearchStyle()

OUString const & LwpTocLevelData::GetSearchStyle ( ) const
inline

◆ GetUseLeadingText()

bool LwpTocLevelData::GetUseLeadingText ( ) const
inline

Definition at line 158 of file lwptoc.hxx.

References m_nFlags, and USENUMBER.

Referenced by LwpTocSuperLayout::XFConvert().

◆ GetUseText()

bool LwpTocLevelData::GetUseText ( ) const
inline

Definition at line 156 of file lwptoc.hxx.

References m_nFlags, and USETEXT.

Referenced by LwpTocSuperLayout::XFConvert().

◆ Read()

void LwpTocLevelData::Read ( )
overrideprotectedvirtual

Read TOCLEVELDATA obj.

Parameters

return

Reimplemented from LwpDLVList.

Definition at line 461 of file lwptoc.cxx.

References m_nFlags, m_nLevel, LwpObject::m_pObjStrm, m_SearchName, LwpDLVList::Read(), and LwpAtomHolder::Read().

◆ RegisterStyle()

void LwpTocLevelData::RegisterStyle ( )
overridevirtual

Register style.

Parameters

return

Reimplemented from LwpObject.

Definition at line 445 of file lwptoc.cxx.

◆ XFConvert()

void LwpTocLevelData::XFConvert ( XFContentContainer pCont)
overridevirtual

Convert.

Parameters
pCont- container
Returns
none

Reimplemented from LwpObject.

Definition at line 453 of file lwptoc.cxx.

Member Data Documentation

◆ m_nFlags

sal_uInt16 LwpTocLevelData::m_nFlags
private

Definition at line 163 of file lwptoc.hxx.

Referenced by GetUseLeadingText(), GetUseText(), and Read().

◆ m_nLevel

sal_uInt16 LwpTocLevelData::m_nLevel
private

Definition at line 164 of file lwptoc.hxx.

Referenced by GetLevel(), and Read().

◆ m_SearchName

LwpAtomHolder LwpTocLevelData::m_SearchName
private

Definition at line 165 of file lwptoc.hxx.

Referenced by GetSearchStyle(), and Read().


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