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

#include <lwpsection.hxx>

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

Public Member Functions

 LwpSection (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual ~LwpSection () override
 
LwpPageLayoutGetPageLayout ()
 @descr Get page layout pointer More...
 
void Parse (IXFStream *pOutputStream) override
 @descr: do nothing More...
 
OUString const & GetSectionName () const
 
- Public Member Functions inherited from LwpOrderedObject
 LwpOrderedObject (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Read () override
 @descr: read object information More...
 
LwpObjectIDGetPosition ()
 
LwpObjectIDGetListList ()
 
- Public Member Functions inherited from LwpDLNFVList
 LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAtomHolderGetName ()
 
LwpObjectIDGetChildHead ()
 
LwpObjectIDGetChildTail ()
 
LwpObjectIDGetParent ()
 
- 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
 @descr: read object information More...
 
- Protected Member Functions inherited from LwpDLNFVList
virtual ~LwpDLNFVList () override
 
void Read () override
 @descr Read LwpDLNFVList data from object stream More...
 
void ReadName (LwpObjectStream *pObjStrm)
 @descr Read name of LwpDLNFVList from object stream 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 Attributes

sal_uInt16 m_Flags
 
LwpObjectID m_PageLayout
 
LwpColor m_Color
 
LwpAtomHolder m_AtomHolder
 

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 LwpDLNFVList
LwpObjectID m_ChildHead
 
LwpObjectID m_ChildTail
 
LwpObjectID m_Parent
 
LwpAtomHolder m_Name
 
- 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

Definition at line 89 of file lwpsection.hxx.

Constructor & Destructor Documentation

◆ LwpSection()

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

Definition at line 84 of file lwpsection.cxx.

◆ ~LwpSection()

LwpSection::~LwpSection ( )
overridevirtual

Definition at line 90 of file lwpsection.cxx.

Member Function Documentation

◆ GetPageLayout()

LwpPageLayout * LwpSection::GetPageLayout ( )
inline

@descr Get page layout pointer

Definition at line 112 of file lwpsection.hxx.

References m_PageLayout, and LwpObjectID::obj().

Referenced by LwpFribPtr::ComparePagePosition(), and LwpPageLayout::GetPagePosition().

◆ GetSectionName()

OUString const & LwpSection::GetSectionName ( ) const
inline

Definition at line 96 of file lwpsection.hxx.

References m_AtomHolder, and LwpAtomHolder::str().

Referenced by LwpFribSection::SetSectionName().

◆ Parse()

void LwpSection::Parse ( IXFStream pOutputStream)
overridevirtual

@descr: do nothing

Reimplemented from LwpObject.

Definition at line 110 of file lwpsection.cxx.

◆ Read()

void LwpSection::Read ( )
overrideprotectedvirtual

@descr: read object information

Reimplemented from LwpOrderedObject.

Reimplemented in LwpIndexSection.

Definition at line 96 of file lwpsection.cxx.

References m_AtomHolder, m_Color, m_Flags, m_PageLayout, LwpObject::m_pObjStrm, LwpOrderedObject::Read(), LwpAtomHolder::Read(), LwpColor::Read(), and LwpObjectID::ReadIndexed().

Referenced by LwpIndexSection::Read().

Member Data Documentation

◆ m_AtomHolder

LwpAtomHolder LwpSection::m_AtomHolder
private

Definition at line 105 of file lwpsection.hxx.

Referenced by GetSectionName(), and Read().

◆ m_Color

LwpColor LwpSection::m_Color
private

Definition at line 104 of file lwpsection.hxx.

Referenced by Read().

◆ m_Flags

sal_uInt16 LwpSection::m_Flags
private

Definition at line 102 of file lwpsection.hxx.

Referenced by Read().

◆ m_PageLayout

LwpObjectID LwpSection::m_PageLayout
private

Definition at line 103 of file lwpsection.hxx.

Referenced by GetPageLayout(), and Read().


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