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

Double Linked Named Family Properties Virtual List. More...

#include <lwpdlvlist.hxx>

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

Public Member Functions

 LwpDLNFPVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 @descr ctor of LwpDLNFPVList from object stream Note that m_bHasProperties is initialized to true More...
 
virtual ~LwpDLNFPVList () override
 @descr release property list More...
 
LwpPropListGetPropList ()
 
- 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 name of LwpDLNFVList from object stream More...
 
void ReadPropertyList (LwpObjectStream *pObjStrm)
 @descr Read property list 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

bool m_bHasProperties
 
std::unique_ptr< LwpPropListm_pPropList
 

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

Double Linked Named Family Properties Virtual List.

Definition at line 118 of file lwpdlvlist.hxx.

Constructor & Destructor Documentation

◆ LwpDLNFPVList()

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

@descr ctor of LwpDLNFPVList from object stream Note that m_bHasProperties is initialized to true

Definition at line 121 of file lwpdlvlist.cxx.

◆ ~LwpDLNFPVList()

LwpDLNFPVList::~LwpDLNFPVList ( )
overridevirtual

@descr release property list

Definition at line 155 of file lwpdlvlist.cxx.

Member Function Documentation

◆ GetPropList()

LwpPropList * LwpDLNFPVList::GetPropList ( )
inline

Definition at line 123 of file lwpdlvlist.hxx.

References m_pPropList.

Referenced by LwpCHBlkMarker::EnumAllKeywords(), and LwpMarker::GetNamedProperty().

◆ Read()

void LwpDLNFPVList::Read ( )
overrideprotectedvirtual

◆ ReadPropertyList()

void LwpDLNFPVList::ReadPropertyList ( LwpObjectStream pObjStrm)
protected

@descr Read property list

Definition at line 140 of file lwpdlvlist.cxx.

References m_bHasProperties, LwpFileHeader::m_nFileRevision, m_pPropList, and LwpObjectStream::QuickReaduInt8().

Referenced by Read().

Member Data Documentation

◆ m_bHasProperties

bool LwpDLNFPVList::m_bHasProperties
private

Definition at line 130 of file lwpdlvlist.hxx.

Referenced by ReadPropertyList().

◆ m_pPropList

std::unique_ptr<LwpPropList> LwpDLNFPVList::m_pPropList
private

Definition at line 131 of file lwpdlvlist.hxx.

Referenced by GetPropList(), and ReadPropertyList().


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