Home
last modified time | relevance | path

Searched refs:MAXENTRY (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/bastyp/
H A Dbparr.cxx250 p->pData = new ElementPtr [ MAXENTRY ]; in InsBlock()
285 if( p->nElem == MAXENTRY ) in Insert()
295 if( p->nElem == MAXENTRY ) in Insert()
299 if( cur < ( nBlock - 1 ) && ppInf[ cur+1 ]->nElem < MAXENTRY ) in Insert()
322 nBlock > ( nSize / ( MAXENTRY / 2 ) ) && in Insert()
336 ElementPtr pLast = p->pData[ MAXENTRY-1 ]; in Insert()
349 DBG_ASSERT( pos < MAXENTRY, "falsche Pos" ); in Insert()
449 if( nBlock > ( nSize / ( MAXENTRY / 2 ) ) ) in Remove()
488 nMax = MAXENTRY - (long) MAXENTRY * nMax / 100; in Compress()
551 if( !nLast && p->nElem < MAXENTRY ) in Compress()
[all …]
/aoo41x/main/sw/inc/
H A Dbparr.hxx53 #define MAXENTRY 1000 macro

Completed in 48 milliseconds