Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxistream.cxx1102 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()
H A Dxiescher.cxx947 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()
H A Dxestream.cxx439 InitRecord( EXC_ID_CONT ); in StartContinue()
/aoo41x/main/sc/source/filter/inc/
H A Dxlstream.hxx44 const sal_uInt16 EXC_ID_CONT = 0x003C; variable
/aoo41x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx557 rStrm.StartRecord( EXC_ID_CONT, mpString->GetBufferSize() + 1 ); in Save()
563 rStrm.StartRecord( EXC_ID_CONT, 8 * mpString->GetFormatsCount() ); in Save()

Completed in 91 milliseconds