Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx351 … void Consume( SvStream& rIn, sal_Bool bAppend = sal_False, sal_uInt32 nStOfs = 0 );
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3008 void DffRecordManager::Consume( SvStream& rIn, sal_Bool bAppend, sal_uInt32 nStOfs ) in Consume() argument
3013 if ( !nStOfs ) in Consume()
3018 nStOfs = aHd.GetRecEndFilePos(); in Consume()
3020 if ( nStOfs ) in Consume()
3026 while ( ( rIn.GetError() == 0 ) && ( ( rIn.Tell() + 8 ) <= nStOfs ) ) in Consume()