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

VO_ROWLIST object. More...

#include <lwptblcell.hxx>

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

Public Member Functions

 LwpRowList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
LwpObjectID const & GetChildHeadID ()
 
LwpObjectID const & GetNextID ()
 
sal_uInt16 GetRowID () 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 ()
 

Private Member Functions

void Read () override
 @descr Read LwpDLVList data from object stream More...
 
virtual ~LwpRowList () override
 

Private Attributes

LwpDLVListHeadTail cChild
 
LwpObjectID cParent
 
sal_uInt16 cRowID
 

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 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
 
- 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_ROWLIST object.

Definition at line 101 of file lwptblcell.hxx.

Constructor & Destructor Documentation

◆ LwpRowList()

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

Definition at line 125 of file lwptblcell.cxx.

◆ ~LwpRowList()

LwpRowList::~LwpRowList ( )
overrideprivatevirtual

Definition at line 131 of file lwptblcell.cxx.

Member Function Documentation

◆ GetChildHeadID()

LwpObjectID const & LwpRowList::GetChildHeadID ( )
inline

Definition at line 107 of file lwptblcell.hxx.

References cChild, and LwpDLVListHeadTail::GetHead().

Referenced by LwpTableLayout::PutCellVals().

◆ GetNextID()

LwpObjectID const & LwpRowList::GetNextID ( )
inline

Definition at line 108 of file lwptblcell.hxx.

References LwpDLVList::GetNext().

Referenced by LwpTableLayout::PutCellVals().

◆ GetRowID()

sal_uInt16 LwpRowList::GetRowID ( ) const
inline

Definition at line 109 of file lwptblcell.hxx.

References cRowID.

Referenced by LwpTableLayout::PutCellVals(), and LwpFormulaInfo::Read().

◆ Parse()

void LwpRowList::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Definition at line 148 of file lwptblcell.cxx.

◆ Read()

void LwpRowList::Read ( )
overrideprivatevirtual

@descr Read LwpDLVList data from object stream

Reimplemented from LwpDLVList.

Definition at line 133 of file lwptblcell.cxx.

References cChild, cParent, cRowID, LwpFileHeader::m_nFileRevision, LwpObject::m_pObjStrm, LwpDLVList::Read(), LwpDLVListHeadTail::Read(), and LwpObjectID::ReadIndexed().

Member Data Documentation

◆ cChild

LwpDLVListHeadTail LwpRowList::cChild
private

Definition at line 114 of file lwptblcell.hxx.

Referenced by GetChildHeadID(), and Read().

◆ cParent

LwpObjectID LwpRowList::cParent
private

Definition at line 115 of file lwptblcell.hxx.

Referenced by Read().

◆ cRowID

sal_uInt16 LwpRowList::cRowID
private

Definition at line 116 of file lwptblcell.hxx.

Referenced by GetRowID(), and Read().


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