LibreOffice Module sw (master) 1
Macros | Variables
bparr.cxx File Reference
#include <bparr.hxx>
#include <tools/long.hxx>
#include <limits.h>
#include <string.h>
Include dependency graph for bparr.cxx:

Go to the source code of this file.

Macros

#define CHECKIDX(p, n, i, c)
 

Variables

const sal_uInt16 nBlockGrowSize = 20
 Resize block management by this constant. More...
 

Macro Definition Documentation

◆ CHECKIDX

#define CHECKIDX (   p,
  n,
  i,
 
)

Definition at line 45 of file bparr.cxx.

Variable Documentation

◆ nBlockGrowSize

const sal_uInt16 nBlockGrowSize = 20

Resize block management by this constant.

As a result there are approx. 20 * MAXENTRY == 20000 entries available

Definition at line 27 of file bparr.cxx.

Referenced by BigPtrArray::BigPtrArray(), BigPtrArray::BlockDel(), and BigPtrArray::InsBlock().