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

VO_CELLLIST object. More...

#include <lwptblcell.hxx>

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

Public Member Functions

 LwpCellList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
LwpObjectID const & GetNextID ()
 
sal_uInt8 GetColumnID () const
 
virtual void Convert (XFCell *pCell, LwpTableLayout *pCellsMap=nullptr)
 
- 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

virtual ~LwpCellList () override
 
void Read () override
 @descr Read LwpDLVList data 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
 

Protected Attributes

sal_uInt8 cColumn
 
LwpObjectID cParent
 
LwpObjectID cValue
 
- 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
 

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)
 

Detailed Description

VO_CELLLIST object.

Definition at line 78 of file lwptblcell.hxx.

Constructor & Destructor Documentation

◆ LwpCellList()

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

Definition at line 65 of file lwptblcell.cxx.

◆ ~LwpCellList()

LwpCellList::~LwpCellList ( )
overrideprotectedvirtual

Definition at line 71 of file lwptblcell.cxx.

Member Function Documentation

◆ Convert()

void LwpCellList::Convert ( XFCell pCell,
LwpTableLayout pCellsMap = nullptr 
)
virtual

◆ GetColumnID()

sal_uInt8 LwpCellList::GetColumnID ( ) const
inline

Definition at line 85 of file lwptblcell.hxx.

References cColumn.

Referenced by LwpTableLayout::PutCellVals().

◆ GetNextID()

LwpObjectID const & LwpCellList::GetNextID ( )
inline

Definition at line 84 of file lwptblcell.hxx.

References LwpDLVList::GetNext().

Referenced by LwpTableLayout::PutCellVals().

◆ Parse()

void LwpCellList::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Definition at line 97 of file lwptblcell.cxx.

◆ Read()

void LwpCellList::Read ( )
overrideprotectedvirtual

@descr Read LwpDLVList data from object stream

Reimplemented from LwpDLVList.

Reimplemented in LwpFormulaInfo.

Definition at line 73 of file lwptblcell.cxx.

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

Referenced by LwpFormulaInfo::Read().

Member Data Documentation

◆ cColumn

sal_uInt8 LwpCellList::cColumn
protected

Definition at line 91 of file lwptblcell.hxx.

Referenced by GetColumnID(), Read(), and LwpFormulaInfo::ReadCellID().

◆ cParent

LwpObjectID LwpCellList::cParent
protected

Definition at line 92 of file lwptblcell.hxx.

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

◆ cValue

LwpObjectID LwpCellList::cValue
protected

Definition at line 95 of file lwptblcell.hxx.

Referenced by Convert(), and Read().


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