Home
last modified time | relevance | path

Searched refs:mbCont (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx176 mbCont( bContLookup ) in BiffInputStream()
198 while( bValidRec && ((mbCont && isContinueId( maRecBuffer.getRecId() )) || bIsZeroRec) ); in startNextRecord()
215 mbCont = bContLookup; in resetRecord()
455 mbHasComplRec = !mbCont; in setupRecord()
470 mbHasComplRec = !mbCont; in restartRecord()
493 …mbEof = mbEof || !mbCont || !isContinueId( maRecBuffer.getNextRecId() ) || !maRecBuffer.startNextR… in jumpToNextContinue()
503 if( mbCont && (getRemaining() > 0) ) in jumpToNextStringContinue()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx434 mbCont( bContLookup ), in XclImpStream()
465 … while( mbValidRec && ((mbCont && IsContinueId( mnRawRecId )) || (bIsZeroRec && nZeroRecCount)) ); in StartNextRecord()
488 mbCont = bContLookup; in ResetRecord()
566 mbHasComplRec = !mbCont; in SeekGlobalPosition()
1093 mbHasComplRec = !mbCont; in SetupRecord()
1107 mbValid = mbValid && mbCont && ReadNextRawRecHeader() && IsContinueId( mnRawRecId ); in JumpToNextContinue()
1117 if( mbCont && (GetRecLeft() > 0) ) in JumpToNextStringContinue()
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx396 bool mbCont; /// True = automatic CONTINUE lookup enabled. member in oox::xls::BiffInputStream
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx533 bool mbCont; /// Automatic CONTINUE lookup on/off. member in XclImpStream

Completed in 32 milliseconds