Searched refs:nBgn (Results 1 – 3 of 3) sorted by relevance
205 sal_Int32 StgFAT::AllocPages( sal_Int32 nBgn, sal_Int32 nPgs ) in AllocPages() argument207 sal_Int32 nOrig = nBgn; in AllocPages()208 sal_Int32 nLast = nBgn; in AllocPages()347 sal_Int32 nRel, nBgn; in Pos2Page() local365 nBgn = nPage; in Pos2Page()372 nBgn = nStart; in Pos2Page()377 while( nRel && nBgn >= 0 ) in Pos2Page()379 nLast = nBgn; in Pos2Page()380 nBgn = pFat->GetNextPage( nBgn ); in Pos2Page()385 if( nBytePos == nSize && nBgn == STG_EOF && !nRel && !nOffset ) in Pos2Page()[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()