|
LibreOffice Module lotuswordpro (master) 1
|
#include <bento.hxx>
Public Member Functions | |
| CBenValueSegment (CBenValue *pValue, BenContainerPos Pos, size_t Size) | |
| CBenValueSegment (CBenValue *pValue, const void *pImmData, unsigned short Size) | |
| bool | IsImmediate () const |
| BenContainerPos | GetPosition () const |
| size_t | GetSize () const |
| BenByte * | GetImmediateData () |
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 | |
| bool | cImmediate |
| union { | |
| BenContainerPos cPos | |
| BenByte cImmData [4] | |
| }; | |
| size_t | cSize |
|
inline |
|
inline |
Definition at line 313 of file bento.hxx.
References cImmData, cImmediate, and cSize.
|
inline |
Definition at line 320 of file bento.hxx.
References cImmData.
Referenced by OpenStormBento::CBenValue::ReadValueData().
|
inline |
Definition at line 318 of file bento.hxx.
References cPos.
Referenced by OpenStormBento::CBenValue::ReadValueData().
|
inline |
Definition at line 319 of file bento.hxx.
References cSize.
Referenced by OpenStormBento::CBenValue::GetValueSize(), and OpenStormBento::CBenValue::ReadValueData().
|
inline |
Definition at line 317 of file bento.hxx.
References cImmediate.
Referenced by OpenStormBento::CBenValue::ReadValueData().
| union { ... } OpenStormBento::CBenValueSegment::@1 |
| BenByte OpenStormBento::CBenValueSegment::cImmData[4] |
Definition at line 327 of file bento.hxx.
Referenced by CBenValueSegment(), and GetImmediateData().
|
private |
Definition at line 323 of file bento.hxx.
Referenced by CBenValueSegment(), and IsImmediate().
| BenContainerPos OpenStormBento::CBenValueSegment::cPos |
Definition at line 326 of file bento.hxx.
Referenced by CBenValueSegment(), and GetPosition().
|
private |
Definition at line 329 of file bento.hxx.
Referenced by CBenValueSegment(), and GetSize().