Home
last modified time | relevance | path

Searched refs:EXC_ID5_BOF (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dread.cxx58 if (rIn.PeekRecId(nProgressBasePos) == EXC_ID5_BOF) in TryStartNextRecord()
63 while (bValid && rIn.GetRecId() != EXC_ID5_BOF) in TryStartNextRecord()
174 case EXC_ID5_BOF: in Read()
300 case EXC_ID5_BOF: XclTools::SkipSubStream( maStrm ); break; in Read()
371 case EXC_ID5_BOF: XclTools::SkipSubStream( maStrm ); break; in Read()
491 case EXC_ID5_BOF: XclTools::SkipSubStream( maStrm ); break; in Read()
625 if (nOpcode == EXC_ID5_BOF) in Read()
711 case EXC_ID5_BOF: // BOF [ 5] in Read()
723 case EXC_ID5_BOF: // BOF [ 5] in Read()
887 bool bIsBof = maStrm.GetRecId() == EXC_ID5_BOF; in Read()
[all …]
H A Dxerecord.cxx242 rStrm.StartRecord( EXC_ID5_BOF, 8 ); in Save()
247 rStrm.StartRecord( EXC_ID5_BOF, 16 ); in Save()
H A Dxltools.cxx699 … == EXC_ID2_BOF) || (nRecId == EXC_ID3_BOF) || (nRecId == EXC_ID4_BOF) || (nRecId == EXC_ID5_BOF) ) in SkipSubStream()
H A Dxistream.cxx406 case EXC_ID5_BOF: in DetectBiffVersion()
H A Dxiescher.cxx1666 if( rStrm.GetRecId() != EXC_ID5_BOF ) in ReadChartSubStream()
1671 if( (rStrm.GetNextRecId() == EXC_ID5_BOF) && rStrm.StartNextRecord() ) in ReadChartSubStream()
H A Dxichart.cxx4347 case EXC_ID5_BOF: XclTools::SkipSubStream( rStrm ); break; in ReadChartSubStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dread.cxx56 if (rIn.PeekRecId(nProgressBasePos) == EXC_ID5_BOF) in TryStartNextRecord()
61 while (bValid && rIn.GetRecId() != EXC_ID5_BOF) in TryStartNextRecord()
172 case EXC_ID5_BOF: in Read()
298 case EXC_ID5_BOF: XclTools::SkipSubStream( maStrm ); break; in Read()
369 case EXC_ID5_BOF: XclTools::SkipSubStream( maStrm ); break; in Read()
489 case EXC_ID5_BOF: XclTools::SkipSubStream( maStrm ); break; in Read()
623 if (nOpcode == EXC_ID5_BOF) in Read()
709 case EXC_ID5_BOF: // BOF [ 5] in Read()
721 case EXC_ID5_BOF: // BOF [ 5] in Read()
884 bool bIsBof = maStrm.GetRecId() == EXC_ID5_BOF; in Read()
[all …]
H A Dxerecord.cxx242 rStrm.StartRecord( EXC_ID5_BOF, 8 ); in Save()
247 rStrm.StartRecord( EXC_ID5_BOF, 16 ); in Save()
H A Dxltools.cxx666 … == EXC_ID2_BOF) || (nRecId == EXC_ID3_BOF) || (nRecId == EXC_ID4_BOF) || (nRecId == EXC_ID5_BOF) ) in SkipSubStream()
H A Dxistream.cxx405 case EXC_ID5_BOF: in DetectBiffVersion()
H A Dxiescher.cxx1658 if( rStrm.GetRecId() != EXC_ID5_BOF ) in ReadChartSubStream()
1663 if( (rStrm.GetNextRecId() == EXC_ID5_BOF) && rStrm.StartNextRecord() ) in ReadChartSubStream()
H A Dxichart.cxx4336 case EXC_ID5_BOF: XclTools::SkipSubStream( rStrm ); break; in ReadChartSubStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxlconst.hxx150 const sal_uInt16 EXC_ID5_BOF = 0x0809; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxlconst.hxx156 const sal_uInt16 EXC_ID5_BOF = 0x0809; variable