Searched refs:BIFF_ID_CONT (Results 1 – 5 of 5) sorted by relevance
488 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()
197 maRecBuffer.startRecord( BIFF_ID_CONT ); in prepareWriteBlock()
920 … while( (nDataSize > 0) && (rStrm.getNextRecId() == BIFF_ID_CONT) && rStrm.startNextRecord() ) in importObjBiff8()
365 const sal_uInt16 BIFF_ID_CONT = 0x003C; variable
331 case BIFF_ID_CONT: in implStartRecord()2148 case BIFF_ID_CONT: in implDumpRecordBody()
Completed in 35 milliseconds