Searched refs:EXC_ID_CONT (Results 1 – 5 of 5) sorted by relevance
1102 return (nRecId == EXC_ID_CONT) || (nRecId == mnAltContId); in IsContinueId()1121 else if( mnRecId == EXC_ID_CONT ) in JumpToNextStringContinue()1126 mbValid = mbValidRec && (mnRawRecId == EXC_ID_CONT); in JumpToNextStringContinue()
947 while( (nDataSize > 0) && (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord() ) in ImplReadObj8()3804 case EXC_ID_CONT: in ReadMsoDrawing()3986 bValid = (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord(); in ReadTxo()3995 bValid = (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord(); in ReadTxo()
439 InitRecord( EXC_ID_CONT ); in StartContinue()
44 const sal_uInt16 EXC_ID_CONT = 0x003C; variable
557 rStrm.StartRecord( EXC_ID_CONT, mpString->GetBufferSize() + 1 ); in Save()563 rStrm.StartRecord( EXC_ID_CONT, 8 * mpString->GetFormatsCount() ); in Save()
Completed in 1138 milliseconds