LibreOffice Module sw (master) 1
Public Attributes | List of all members
BlockInfo Struct Referencefinal

#include <bparr.hxx>

Collaboration diagram for BlockInfo:
[legend]

Public Attributes

BigPtrArraypBigArr
 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 *, MAXENTRYmvData
 data block More...
 

Detailed Description

Definition at line 55 of file bparr.hxx.

Member Data Documentation

◆ mvData

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().

◆ nElem

sal_uInt16 BlockInfo::nElem

number of elements

Definition at line 59 of file bparr.hxx.

Referenced by BigPtrArray::Compress(), and BigPtrArray::Insert().

◆ nEnd

sal_Int32 BlockInfo::nEnd

start- and end index

Definition at line 58 of file bparr.hxx.

Referenced by BigPtrArray::Insert().

◆ nStart

sal_Int32 BlockInfo::nStart

Definition at line 58 of file bparr.hxx.

Referenced by BigPtrEntry::GetPos(), and BigPtrArray::Insert().

◆ pBigArr

BigPtrArray* BlockInfo::pBigArr

in this array the block is located

Definition at line 57 of file bparr.hxx.

Referenced by BigPtrEntry::GetArray().


The documentation for this struct was generated from the following file: