Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx80 ASSERT( (nCnt + aFreePositions.Count()) == Count(), "Lost Chain." ); in Check()
108 aFreePositions( 5, 5 ), in SwCache()
218 aFreePositions.Insert( pTmp->GetCachePos(), aFreePositions.Count() ); in Flush()
385 aFreePositions.Insert( pObj->GetCachePos(), aFreePositions.Count() ); in DeleteObj()
391 (nCurMax <= (Count() - aFreePositions.Count())) ) in DeleteObj()
408 aFreePositions.Remove( 0, aFreePositions.Count() ); in DeleteObj()
459 else if ( aFreePositions.Count() ) in Insert()
463 const sal_uInt16 nFreePos = aFreePositions.Count() - 1; in Insert()
464 nPos = aFreePositions[ nFreePos ]; in Insert()
466 aFreePositions.Remove( nFreePos ); in Insert()
[all …]
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx73 SvUShorts aFreePositions; //Freie Positionen fuer das Insert wenn member in SwCache

Completed in 17 milliseconds