|
LibreOffice Module sw (master) 1
|
#include <bparr.hxx>
Public Attributes | |
| BigPtrArray * | pBigArr |
| in this array the block is located More... | |
| sal_Int32 | nStart |
| sal_Int32 | nEnd |
| start- and end index More... | |
| sal_uInt16 | nElem |
| number of elements More... | |
| std::array< BigPtrEntry *, MAXENTRY > | mvData |
| data block More... | |
| std::array<BigPtrEntry*, MAXENTRY> BlockInfo::mvData |
data block
Definition at line 61 of file bparr.hxx.
Referenced by BigPtrArray::Compress(), BigPtrEntry::GetPos(), and BigPtrArray::Insert().
| sal_uInt16 BlockInfo::nElem |
number of elements
Definition at line 59 of file bparr.hxx.
Referenced by BigPtrArray::Compress(), and BigPtrArray::Insert().
| sal_Int32 BlockInfo::nEnd |
| sal_Int32 BlockInfo::nStart |
Definition at line 58 of file bparr.hxx.
Referenced by BigPtrEntry::GetPos(), and BigPtrArray::Insert().
| BigPtrArray* BlockInfo::pBigArr |
in this array the block is located
Definition at line 57 of file bparr.hxx.
Referenced by BigPtrEntry::GetArray().