Searched refs:nBgn (Results 1 – 3 of 3) sorted by relevance
207 sal_Int32 nOrig = nBgn; in AllocPages()365 nBgn = nPage; in Pos2Page()372 nBgn = nStart; in Pos2Page()379 nLast = nBgn; in Pos2Page()380 nBgn = pFat->GetNextPage( nBgn ); in Pos2Page()387 if( nBgn < 0 && nBgn != STG_EOF ) in Pos2Page()390 nBgn = STG_EOF; in Pos2Page()393 nPage = nBgn; in Pos2Page()785 nBgn = pFat->GetNextPage(nBgn); in Init()978 Init( nBgn, nLen ); in StgSmallStrm()[all …]
120 void Init( sal_Int32 nBgn, sal_Int32 nLen );122 StgDataStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen=-1 );139 void Init( sal_Int32 nBgn, sal_Int32 nLen );141 StgSmallStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen );
1290 sal_uInt32 nBgn = aRecSizes[nLvl]; in CloseRec() local1291 pStream->Seek( nBgn ); in CloseRec()1292 sal_uInt32 nSize = nPos - nBgn; in CloseRec()
Completed in 22 milliseconds