Home
last modified time | relevance | path

Searched refs:GetNextRecId (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx940 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 …]
H A Dread.cxx971 ((nRecId == EXC_ID_EXTSST) && (maStrm.GetNextRecId() == EXC_ID5_BOF)) ) in Read()
1012 ((nRecId == EXC_ID_EXTSST) && (maStrm.GetNextRecId() == EXC_ID5_BOF)) ) in Read()
H A Dxichart.cxx404 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()
H A Dxistream.cxx594 sal_uInt16 XclImpStream::GetNextRecId() in GetNextRecId() function in XclImpStream
H A Dxistyle.cxx1325 …if( (GetBiff() == EXC_BIFF8) && (rStrm.GetNextRecId() == EXC_ID_STYLEEXT) && rStrm.StartNextRecord… in ReadStyle()
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx341 sal_uInt16 GetNextRecId();

Completed in 101 milliseconds