|
LibreOffice Module lotuswordpro (master) 1
|
#include <bento.hxx>
Public Member Functions | |
| CBenProperty * | UseProperty (BenObjectID PropertyID) |
| CBenValue * | UseValue (BenObjectID PropertyID) |
| LtcBenContainer * | GetContainer () |
| CBenObject (LtcBenContainer *pContainer, BenObjectID ObjectID, CUtListElmt *pPrev) | |
| CUtList & | GetProperties () |
Public Member Functions inherited from OpenStormBento::CBenIDListElmt | |
| CBenIDListElmt (BenObjectID ID, CUtListElmt *pPrev) | |
| CBenIDListElmt (BenObjectID ID) | |
| BenObjectID | GetID () const |
Public Member Functions inherited from OpenStormBento::CUtListElmt | |
| CUtListElmt () | |
| CUtListElmt (CUtListElmt *pPrev) | |
| CUtListElmt (CUtList *pList) | |
| virtual | ~CUtListElmt () |
| void | MakeNotOnList () |
| CUtListElmt * | GetNext () const |
| void | SetNext (CUtListElmt *pNext) |
| CUtListElmt * | GetPrev () const |
| void | SetPrev (CUtListElmt *pPrev) |
| void | InsertAfter (CUtListElmt *pPrev) |
Private Attributes | |
| LtcBenContainer * | cpContainer |
| CUtOwningList | cProperties |
|
inline |
Definition at line 241 of file bento.hxx.
References cpContainer.
|
inline |
Definition at line 239 of file bento.hxx.
References cpContainer.
Referenced by OpenStormBento::CBenProperty::GetContainer().
|
inline |
Definition at line 244 of file bento.hxx.
References cProperties.
| CBenProperty * OpenStormBento::CBenObject::UseProperty | ( | BenObjectID | PropertyID | ) |
Definition at line 61 of file benobj.cxx.
References cProperties, and OpenStormBento::FindID().
Referenced by OpenStormBento::LtcBenContainer::FindNextObjectWithProperty(), and UseValue().
| CBenValue * OpenStormBento::CBenObject::UseValue | ( | BenObjectID | PropertyID | ) |
Definition at line 67 of file benobj.cxx.
References UseProperty(), and OpenStormBento::CBenProperty::UseValue().
Referenced by OpenStormBento::LtcBenContainer::FindNextValueStreamWithPropertyName().
|
private |
Definition at line 247 of file bento.hxx.
Referenced by CBenObject(), and GetContainer().
|
private |
Definition at line 248 of file bento.hxx.
Referenced by GetProperties(), and UseProperty().