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

#include <lwpproplist.hxx>

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

Public Member Functions

 LwpPropListElement (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Read () override
 @descr Read LwpDLVList data from object stream More...
 
bool IsNamed (std::u16string_view name)
 
LwpPropListElementGetNext ()
 
const LwpAtomHolderGetValue () const
 
const LwpAtomHolderGetName () 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

virtual ~LwpPropListElement () override
 

Private Attributes

LwpAtomHolder m_Name
 
LwpAtomHolder m_Value
 

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

Definition at line 67 of file lwpproplist.hxx.

Constructor & Destructor Documentation

◆ LwpPropListElement()

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

Definition at line 63 of file lwpproplist.cxx.

◆ ~LwpPropListElement()

virtual LwpPropListElement::~LwpPropListElement ( )
inlineoverrideprivatevirtual

Definition at line 78 of file lwpproplist.hxx.

Member Function Documentation

◆ GetName()

const LwpAtomHolder & LwpPropListElement::GetName ( ) const
inline

Definition at line 75 of file lwpproplist.hxx.

References m_Name.

Referenced by LwpPropList::EnumNamedProperty().

◆ GetNext()

LwpPropListElement * LwpPropListElement::GetNext ( )

◆ GetValue()

const LwpAtomHolder & LwpPropListElement::GetValue ( ) const
inline

Definition at line 74 of file lwpproplist.hxx.

References m_Value.

Referenced by LwpPropList::EnumNamedProperty(), and LwpPropList::GetNamedProperty().

◆ IsNamed()

bool LwpPropListElement::IsNamed ( std::u16string_view  name)

Definition at line 81 of file lwpproplist.cxx.

References m_Name, name, and LwpAtomHolder::str().

Referenced by LwpPropList::FindPropByName().

◆ Read()

void LwpPropListElement::Read ( )
overridevirtual

@descr Read LwpDLVList data from object stream

Reimplemented from LwpDLVList.

Definition at line 73 of file lwpproplist.cxx.

References m_Name, LwpObject::m_pObjStrm, m_Value, LwpDLVList::Read(), and LwpAtomHolder::Read().

Member Data Documentation

◆ m_Name

LwpAtomHolder LwpPropListElement::m_Name
private

Definition at line 80 of file lwpproplist.hxx.

Referenced by GetName(), IsNamed(), and Read().

◆ m_Value

LwpAtomHolder LwpPropListElement::m_Value
private

Definition at line 81 of file lwpproplist.hxx.

Referenced by GetValue(), and Read().


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