Searched refs:GetNextRecId (Results 1 – 6 of 6) sorted by relevance
940 if( (rStrm.GetNextRecId() == EXC_ID3_IMGDATA) && rStrm.StartNextRecord() ) in ImplReadObj8()947 while( (nDataSize > 0) && (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord() ) in ImplReadObj8()1318 if( (rStrm.GetNextRecId() == EXC_ID_COORDLIST) && rStrm.StartNextRecord() ) in ReadCoordList()1635 if( (rStrm.GetNextRecId() == EXC_ID5_BOF) && rStrm.StartNextRecord() ) in ReadChartSubStream()2848 if( (rStrm.GetNextRecId() == EXC_ID3_IMGDATA) && rStrm.StartNextRecord() ) in DoReadObj3()2863 if( (rStrm.GetNextRecId() == EXC_ID3_IMGDATA) && rStrm.StartNextRecord() ) in DoReadObj4()2880 if( (rStrm.GetNextRecId() == EXC_ID3_IMGDATA) && rStrm.StartNextRecord() ) in DoReadObj5()3800 while( bLoop ) switch( rStrm.GetNextRecId() ) in ReadMsoDrawing()3986 bValid = (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord(); in ReadTxo()3995 bValid = (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord(); in ReadTxo()[all …]
971 ((nRecId == EXC_ID_EXTSST) && (maStrm.GetNextRecId() == EXC_ID5_BOF)) ) in Read()1012 ((nRecId == EXC_ID_EXTSST) && (maStrm.GetNextRecId() == EXC_ID5_BOF)) ) in Read()
404 if( rStrm.GetNextRecId() == EXC_ID_CHBEGIN ) in ReadRecordGroup()769 if( (rStrm.GetNextRecId() == EXC_ID_CHSTRING) && rStrm.StartNextRecord() ) in ReadChSourceLink()2761 if( (rStrm.GetNextRecId() == EXC_ID_CHLINEFORMAT) && rStrm.StartNextRecord() ) in ReadChChartLine()3377 sal_uInt16 nRecId = rStrm.GetNextRecId(); in ReadChAxisLine()3585 if( (rStrm.GetNextRecId() == EXC_ID_CHFRAME) && rStrm.StartNextRecord() ) in ReadChPlotFrame()3773 if( (rStrm.GetNextRecId() == EXC_ID_CHTEXT) && rStrm.StartNextRecord() ) in ReadChDefaultText()
594 sal_uInt16 XclImpStream::GetNextRecId() in GetNextRecId() function in XclImpStream
1325 …if( (GetBiff() == EXC_BIFF8) && (rStrm.GetNextRecId() == EXC_ID_STYLEEXT) && rStrm.StartNextRecord… in ReadStyle()
341 sal_uInt16 GetNextRecId();
Completed in 67 milliseconds