Home
last modified time | relevance | path

Searched refs:GetRecId (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx546 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 …]
H A Dxipage.cxx89 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 Dread.cxx114 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 Dimpop.cxx237 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 Dxerecord.cxx239 … rStrm.StartRecord( GetRecId(), GetRecSize() + ((meRecType == EXC_FUTUREREC_UNUSEDREF) ? 12 : 4) ); in Save()
240 rStrm << GetRecId() << sal_uInt16( 0 ); in Save()
H A Dxepage.cxx66 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 Dxipivot.cxx74 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 Dxltools.cxx679 sal_uInt16 nRecId = rStrm.GetRecId(); in SkipSubStream()
H A Dxetable.cxx1077 …::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 Dxechart.cxx2195 switch( GetRecId() ) in WriteBody()
H A Dxiescher.cxx1630 if( rStrm.GetRecId() != EXC_ID5_BOF ) in ReadChartSubStream()
/trunk/main/sc/source/filter/inc/
H A Dxerecord.hxx146 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclExpRecord
H A Dxistream.hxx333 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclImpStream
H A Dxichart.hxx913 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() function in XclImpChType
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx452 switch( pStrm->GetRecId() ) in ReadRecords()

Completed in 135 milliseconds