Home
last modified time | relevance | path

Searched refs:BIFF_ID_CONT (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx488 return (nRecId == BIFF_ID_CONT) || (nRecId == mnAltContId); in isContinueId()
507 else if( mnRecId == BIFF_ID_CONT ) in jumpToNextStringContinue()
512 … mbEof = mbEof || (maRecBuffer.getNextRecId() != BIFF_ID_CONT) || !maRecBuffer.startNextRecord(); in jumpToNextStringContinue()
H A Dbiffoutputstream.cxx197 maRecBuffer.startRecord( BIFF_ID_CONT ); in prepareWriteBlock()
H A Ddrawingmanager.cxx920 … while( (nDataSize > 0) && (rStrm.getNextRecId() == BIFF_ID_CONT) && rStrm.startNextRecord() ) in importObjBiff8()
/trunk/main/oox/inc/oox/xls/
H A Dbiffhelper.hxx365 const sal_uInt16 BIFF_ID_CONT = 0x003C; variable
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx331 case BIFF_ID_CONT: in implStartRecord()
2148 case BIFF_ID_CONT: in implDumpRecordBody()

Completed in 35 milliseconds