Searched refs:GetRecId (Results 1 – 15 of 15) sorted by relevance
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xichart.cxx | 414 sal_uInt16 nRecId = rStrm.GetRecId(); in ReadRecordGroup() 430 …DBG_ASSERT( rStrm.GetRecId() == EXC_ID_CHBEGIN, "XclImpChGroupBase::SkipBlock - no CHBEGIN record"… in SkipBlock() 432 bool bLoop = rStrm.GetRecId() == EXC_ID_CHBEGIN; in SkipBlock() 435 sal_uInt16 nRecId = rStrm.GetRecId(); in SkipBlock() 536 rStrm.ResetRecord( true, rStrm.GetRecId() ); in ReadHeaderRecord() 546 switch( rStrm.GetRecId() ) in ReadSubRecord() 596 switch( rStrm.GetRecId() ) in ReadSubRecord() 972 switch( rStrm.GetRecId() ) in ReadSubRecord() 1400 switch( rStrm.GetRecId() ) in ReadSubRecord() 1789 switch( rStrm.GetRecId() ) in ReadSubRecord() [all …]
|
| H A D | xipage.cxx | 89 switch( rStrm.GetRecId() ) in ReadMargin() 103 switch( rStrm.GetRecId() ) in ReadCenter() 117 switch( rStrm.GetRecId() ) in ReadHeaderFooter() 128 switch( rStrm.GetRecId() ) in ReadPageBreaks()
|
| H A D | read.cxx | 114 nOpcode = aIn.GetRecId(); in Read() 838 if( maStrm.GetRecId() != EXC_ID_EOF ) in Read() 847 bool bIsBof = maStrm.GetRecId() == EXC_ID5_BOF; in Read() 911 sal_uInt16 nRecId = aIn.GetRecId(); in Read()
|
| H A D | impop.cxx | 237 if( (maStrm.GetRecId() == EXC_ID2_DIMENSIONS) || (GetBiff() <= EXC_BIFF5) ) in ReadDimensions() 282 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, maStrm.GetRecId() == EXC_ID2_BLANK ); in ReadBlank() 313 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, maStrm.GetRecId() == EXC_ID2_NUMBER ); in ReadNumber() 335 bool bBiff2 = maStrm.GetRecId() == EXC_ID2_LABEL; in ReadLabel() 361 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, maStrm.GetRecId() == EXC_ID2_BOOLERR ); in ReadBoolErr()
|
| H A D | xerecord.cxx | 239 … rStrm.StartRecord( GetRecId(), GetRecSize() + ((meRecType == EXC_FUTUREREC_UNUSEDREF) ? 12 : 4) ); in Save() 240 rStrm << GetRecId() << sal_uInt16( 0 ); in Save()
|
| H A D | xepage.cxx | 66 sal_Int32 nElement = GetRecId() == EXC_ID_HEADER ? XML_oddHeader : XML_oddFooter; in SaveXml() 181 sal_Int32 nElement = GetRecId() == EXC_ID_HORPAGEBREAKS ? XML_rowBreaks : XML_colBreaks; in SaveXml()
|
| H A D | xipivot.cxx | 74 switch( rStrm.GetRecId() ) in XclImpPCItem() 725 switch( aPCStrm.GetRecId() ) in ReadPivotCacheStream() 828 …BG_ERROR1( "XclImpPivotCache::ReadPivotCacheStream - unknown record 0x%04hX", aPCStrm.GetRecId() ); in ReadPivotCacheStream()
|
| H A D | xltools.cxx | 679 sal_uInt16 nRecId = rStrm.GetRecId(); in SkipSubStream()
|
| H A D | xetable.cxx | 1077 …::set_flag( nFlags, EXC_FORMULA_SHARED, mxAddRec.is() && (mxAddRec->GetRecId() == EXC_ID_SHRFMLA) … in WriteContents() 1149 rStrm.StartRecord( bIsMulti ? mnMulRecId : GetRecId(), nTotalSize ); in Save()
|
| H A D | xechart.cxx | 2195 switch( GetRecId() ) in WriteBody()
|
| H A D | xiescher.cxx | 1630 if( rStrm.GetRecId() != EXC_ID5_BOF ) in ReadChartSubStream()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xerecord.hxx | 146 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclExpRecord
|
| H A D | xistream.hxx | 333 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclImpStream
|
| H A D | xichart.hxx | 913 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclImpChType
|
| /AOO41X/main/sc/source/filter/xcl97/ |
| H A D | XclImpChangeTrack.cxx | 452 switch( pStrm->GetRecId() ) in ReadRecords()
|