Searched refs:aRecSizes (Results 1 – 2 of 2) sorted by relevance
1241 ASSERT( nLvl == aRecSizes.Count(), "OpenRec: Level" ); in OpenRec()1246 aRecSizes.Insert( nPos, nLvl ); in OpenRec()1256 aRecSizes.Insert( nPos + nSize, nLvl ); in OpenRec()1264 aRecSizes[nLvl] = pStream->Tell(); in OpenRec()1278 ASSERT( nLvl == aRecSizes.Count(), "CloseRec: wrong Level" ); in CloseRec()1286 sal_uInt32 nBgn = aRecSizes[nLvl]; in CloseRec()1297 sal_uInt32 n = aRecSizes[nLvl]; in CloseRec()1310 aRecSizes.Remove( nLvl, 1 ); in CloseRec()1321 sal_uInt16 nLvl = aRecSizes.Count(); in BytesLeft()1325 sal_uInt32 nEndPos = aRecSizes[ nLvl-1 ]; in BytesLeft()[all …]
166 SvULongs aRecSizes; member in SwLayCacheIoImpl