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