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

#include <lwpsection.hxx>

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

Public Member Functions

 LwpIndexSection (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual ~LwpIndexSection () override
 
bool IsFormatRunin () const
 
bool IsFormatSeparator () const
 
- Public Member Functions inherited from LwpSection
 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...
 
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 Types

enum  {
  SEPARATORS = 0x01 ,
  RUN_IN = 0X02
}
 

Private Attributes

LwpAtomHolder m_TextMarker
 
LwpAtomHolder m_ParentName
 
LwpAtomHolder m_DivisionName
 
LwpAtomHolder m_SectionName
 
sal_uInt16 m_nForm
 
sal_uInt16 m_nFlags
 

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 117 of file lwpsection.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
private
Enumerator
SEPARATORS 
RUN_IN 

Definition at line 129 of file lwpsection.hxx.

Constructor & Destructor Documentation

◆ LwpIndexSection()

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

Definition at line 112 of file lwpsection.cxx.

References m_nFlags.

◆ ~LwpIndexSection()

LwpIndexSection::~LwpIndexSection ( )
overridevirtual

Definition at line 119 of file lwpsection.cxx.

Member Function Documentation

◆ IsFormatRunin()

bool LwpIndexSection::IsFormatRunin ( ) const

Definition at line 137 of file lwpsection.cxx.

References m_nFlags, and RUN_IN.

Referenced by LwpFribSection::SetDefaultAlphaIndex().

◆ IsFormatSeparator()

bool LwpIndexSection::IsFormatSeparator ( ) const

Definition at line 139 of file lwpsection.cxx.

References m_nFlags, and SEPARATORS.

Referenced by LwpFribSection::SetDefaultAlphaIndex().

◆ Read()

void LwpIndexSection::Read ( )
overrideprotectedvirtual

@descr: read object information

Reimplemented from LwpSection.

Definition at line 125 of file lwpsection.cxx.

References m_DivisionName, m_nFlags, m_nForm, m_ParentName, LwpObject::m_pObjStrm, m_SectionName, m_TextMarker, LwpSection::Read(), and LwpAtomHolder::Read().

Member Data Documentation

◆ m_DivisionName

LwpAtomHolder LwpIndexSection::m_DivisionName
private

Definition at line 136 of file lwpsection.hxx.

Referenced by Read().

◆ m_nFlags

sal_uInt16 LwpIndexSection::m_nFlags
private

Definition at line 139 of file lwpsection.hxx.

Referenced by IsFormatRunin(), IsFormatSeparator(), and Read().

◆ m_nForm

sal_uInt16 LwpIndexSection::m_nForm
private

Definition at line 138 of file lwpsection.hxx.

Referenced by Read().

◆ m_ParentName

LwpAtomHolder LwpIndexSection::m_ParentName
private

Definition at line 135 of file lwpsection.hxx.

Referenced by Read().

◆ m_SectionName

LwpAtomHolder LwpIndexSection::m_SectionName
private

Definition at line 137 of file lwpsection.hxx.

Referenced by Read().

◆ m_TextMarker

LwpAtomHolder LwpIndexSection::m_TextMarker
private

Definition at line 134 of file lwpsection.hxx.

Referenced by Read().


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