Searched refs:GetRecId (Results 1 – 15 of 15) sorted by relevance
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()2443 switch( rStrm.GetRecId() ) in ReadSubRecord()2603 switch( rStrm.GetRecId() ) in ReadSubRecord()3159 switch( rStrm.GetRecId() ) in ReadSubRecord()3427 switch( rStrm.GetRecId() ) in ReadSubRecord()3743 switch( rStrm.GetRecId() ) in ReadSubRecord()[all …]
89 switch( rStrm.GetRecId() ) in ReadMargin()103 switch( rStrm.GetRecId() ) in ReadCenter()117 switch( rStrm.GetRecId() ) in ReadHeaderFooter()128 switch( rStrm.GetRecId() ) in ReadPageBreaks()
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()
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()
239 … rStrm.StartRecord( GetRecId(), GetRecSize() + ((meRecType == EXC_FUTUREREC_UNUSEDREF) ? 12 : 4) ); in Save()240 rStrm << GetRecId() << sal_uInt16( 0 ); in Save()
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()
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()
679 sal_uInt16 nRecId = rStrm.GetRecId(); in SkipSubStream()
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()
2195 switch( GetRecId() ) in WriteBody()
1630 if( rStrm.GetRecId() != EXC_ID5_BOF ) in ReadChartSubStream()
146 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclExpRecord
333 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclImpStream
913 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclImpChType
452 switch( pStrm->GetRecId() ) in ReadRecords()
Completed in 140 milliseconds