61#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLVLIST_HXX
62#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLVLIST_HXX
104 void Read()
override;
126 void Read()
override;
AtomHolder class of Word Pro to hold a string.
Double Linked Named Family Properties Virtual List.
std::unique_ptr< LwpPropList > m_pPropList
void Read() override
@descr Read name of LwpDLNFVList from object stream
virtual ~LwpDLNFPVList() override
@descr release property list
LwpDLNFPVList(LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
@descr ctor of LwpDLNFPVList from object stream Note that m_bHasProperties is initialized to true
LwpPropList * GetPropList()
void ReadPropertyList(LwpObjectStream *pObjStrm)
@descr Read property list
Double Linked Named Family Virtual List.
void Read() override
@descr Read LwpDLNFVList data from object stream
LwpObjectID & GetParent()
LwpObjectID & GetChildHead()
virtual ~LwpDLNFVList() override
LwpDLNFVList(LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
LwpAtomHolder & GetName()
LwpObjectID & GetChildTail()
void ReadName(LwpObjectStream *pObjStrm)
@descr Read name of LwpDLNFVList from object stream
Double Linked Virtual List Head Tail.
void Read(LwpObjectStream *pObjStrm)
@descr Read head id and tail id
Double Linked Virtual List Head.
void Read(LwpObjectStream *pObjStrm)
@descr Read head id
Double Linked Virtual List.
LwpObjectID & GetPrevious()
void Read() override
@descr Read LwpDLVList data from object stream
LwpObjectID m_ListPrevious
virtual ~LwpDLVList() override
LwpDLVList(LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
stream class for LwpObject body data provide stream like interface to read object data
Base class of all Lwp VO objects.
encapsulate XInputStream to provide SvStream like interfaces
Base class of all Lwp VO objects.