LibreOffice Module lotuswordpro (master) 1
|
#include <lwpproplist.hxx>
Public Member Functions | |
LwpPropList () | |
LwpPropListElement * | GetFirst () |
OUString | GetNamedProperty (std::u16string_view name) |
OUString | EnumNamedProperty (OUString &name, OUString &value) |
void | Read (LwpObjectStream *pObjStrm) |
@descr Read head id More... | |
Public Member Functions inherited from LwpDLVListHead | |
LwpDLVListHead () | |
void | Read (LwpObjectStream *pObjStrm) |
@descr Read head id More... | |
LwpObjectID & | GetFirst () |
Private Member Functions | |
LwpPropListElement * | FindPropByName (std::u16string_view name) |
Definition at line 84 of file lwpproplist.hxx.
|
inline |
Definition at line 87 of file lwpproplist.hxx.
OUString LwpPropList::EnumNamedProperty | ( | OUString & | name, |
OUString & | value | ||
) |
Definition at line 114 of file lwpproplist.cxx.
References FindPropByName(), GetFirst(), LwpPropListElement::GetName(), LwpPropListElement::GetNext(), LwpPropListElement::GetValue(), name, LwpAtomHolder::str(), and value.
Referenced by LwpCHBlkMarker::EnumAllKeywords().
|
private |
Definition at line 96 of file lwpproplist.cxx.
References GetFirst(), LwpPropListElement::GetNext(), LwpPropListElement::IsNamed(), and name.
Referenced by EnumNamedProperty(), and GetNamedProperty().
LwpPropListElement * LwpPropList::GetFirst | ( | ) |
Definition at line 109 of file lwpproplist.cxx.
References LwpDLVListHead::GetFirst(), and LwpObjectID::obj().
Referenced by EnumNamedProperty(), and FindPropByName().
OUString LwpPropList::GetNamedProperty | ( | std::u16string_view | name | ) |
Definition at line 86 of file lwpproplist.cxx.
References FindPropByName(), LwpPropListElement::GetValue(), name, and LwpAtomHolder::str().
Referenced by LwpMarker::GetNamedProperty().
void LwpDLVListHead::Read | ( | LwpObjectStream * | pObjStrm | ) |
@descr Read head id
Definition at line 159 of file lwpdlvlist.cxx.
Referenced by LwpVerDocument::Read().