Home
last modified time | relevance | path

Searched refs:nRecId (Results 26 – 50 of 80) sorted by relevance

1234

/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx679 sal_uInt16 nRecId = rStrm.GetRecId(); in SkipSubStream() local
680 bLoop = nRecId != EXC_ID_EOF; in SkipSubStream()
681 …if( (nRecId == EXC_ID2_BOF) || (nRecId == EXC_ID3_BOF) || (nRecId == EXC_ID4_BOF) || (nRecId == EX… in SkipSubStream()
H A Dxetable.cxx71 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScAddress& rScPos ) : in XclExpRangeFmlaBase() argument
72 XclExpRecord( nRecId, nRecSize ), in XclExpRangeFmlaBase()
81 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScRange& rScRange ) : in XclExpRangeFmlaBase() argument
82 XclExpRecord( nRecId, nRecSize ), in XclExpRangeFmlaBase()
489 XclExpRecord( nRecId, nContSize + 4 ), in XclExpCellBase()
518 XclExpCellBase( nRecId, 2, rXclPos ), in XclExpSingleCellBase()
525 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, in XclExpSingleCellBase() argument
527 XclExpCellBase( nRecId, 2, rXclPos ), in XclExpSingleCellBase()
1085 XclExpCellBase( nRecId, 0, rXclPos ), in XclExpMultiCellBase()
2555 XclExpRecordRef XclExpCellTable::CreateRecord( sal_uInt16 nRecId ) const in CreateRecord()
[all …]
H A Dxipage.cxx183 void lclPutMarginItem( SfxItemSet& rItemSet, sal_uInt16 nRecId, double fMarginInch ) in lclPutMarginItem() argument
186 switch( nRecId ) in lclPutMarginItem()
192 if( nRecId == EXC_ID_TOPMARGIN ) in lclPutMarginItem()
203 if( nRecId == EXC_ID_LEFTMARGIN ) in lclPutMarginItem()
H A Dxistream.cxx596 sal_uInt16 nRecId = EXC_ID_UNKNOWN; in GetNextRecId() local
604 mrStrm >> nRecId; in GetNextRecId()
608 return nRecId; in GetNextRecId()
1100 bool XclImpStream::IsContinueId( sal_uInt16 nRecId ) const in IsContinueId()
1102 return (nRecId == EXC_ID_CONT) || (nRecId == mnAltContId); in IsContinueId()
H A Dxichart.cxx414 sal_uInt16 nRecId = rStrm.GetRecId(); in ReadRecordGroup() local
415 bLoop = nRecId != EXC_ID_CHEND; in ReadRecordGroup()
417 if( nRecId == EXC_ID_CHBEGIN ) in ReadRecordGroup()
435 sal_uInt16 nRecId = rStrm.GetRecId(); in SkipBlock() local
436 bLoop = nRecId != EXC_ID_CHEND; in SkipBlock()
438 if( nRecId == EXC_ID_CHBEGIN ) in SkipBlock()
2136 sal_uInt16 nRecId = rStrm.GetRecId(); in ReadChType() local
2139 switch( nRecId ) in ReadChType()
2182 mnRecId = nRecId; in ReadChType()
3377 sal_uInt16 nRecId = rStrm.GetNextRecId(); in ReadChAxisLine() local
[all …]
H A Dxepage.cxx57 XclExpHeaderFooter::XclExpHeaderFooter( sal_uInt16 nRecId, const String& rHdrString ) : in XclExpHeaderFooter() argument
58 XclExpRecord( nRecId ), in XclExpHeaderFooter()
147 XclExpPageBreaks::XclExpPageBreaks( sal_uInt16 nRecId, const ScfUInt16Vec& rPageBreaks, sal_uInt16 … in XclExpPageBreaks() argument
148 XclExpRecord( nRecId ), in XclExpPageBreaks()
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx69 sal_uInt16 nRecId = 0; in importDirRecords() local
71 while( VbaHelper::readDirRecord( nRecId, aRecData, rDirStrm ) && (nRecId != VBA_ID_MODULEEND) ) in importDirRecords()
75 switch( nRecId ) in importDirRecords()
H A Dvbaproject.cxx292 sal_uInt16 nRecId = 0; in importVba() local
294 while( VbaHelper::readDirRecord( nRecId, aRecData, aDirStrm ) && (nRecId != VBA_ID_PROJECTEND) ) in importVba()
299 switch( nRecId ) in importVba()
/trunk/main/oox/source/xls/
H A Dsharedstringsfragment.cxx63 ContextHandlerRef SharedStringsFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStre… in onCreateRecordContext() argument
68 if( nRecId == BIFF12_ID_SST ) in onCreateRecordContext()
73 if( nRecId == BIFF12_ID_SI ) in onCreateRecordContext()
H A Dtablefragment.cxx66 ContextHandlerRef TableFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStr… in onCreateRecordContext() argument
71 if( nRecId == BIFF12_ID_TABLE ) in onCreateRecordContext()
78 if( nRecId == BIFF12_ID_AUTOFILTER ) in onCreateRecordContext()
H A Dautofilterbuffer.cxx237 void DiscreteFilter::importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importRecord() argument
239 switch( nRecId ) in importRecord()
307 void Top10Filter::importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importRecord() argument
309 if( nRecId == BIFF12_ID_TOP10FILTER ) in importRecord()
484 void CustomFilter::importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importRecord() argument
486 switch( nRecId ) in importRecord()
H A Dpivotcachebuffer.cxx337 void PivotCacheItemList::importItem( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importItem() argument
339 if( nRecId == BIFF12_ID_PCITEM_ARRAY ) in importItem()
346 switch( nRecId ) in importItem()
593 void PivotCacheField::importPCDFSharedItem( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importPCDFSharedItem() argument
595 maSharedItems.importItem( nRecId, rStrm ); in importPCDFSharedItem()
622 void PivotCacheField::importPCDFDiscretePrItem( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importPCDFDiscretePrItem() argument
624 …OSL_ENSURE( nRecId == BIFF12_ID_PCITEM_INDEX, "PivotCacheField::importPCDFDiscretePrItem - unexpec… in importPCDFDiscretePrItem()
625 if( nRecId == BIFF12_ID_PCITEM_INDEX ) in importPCDFDiscretePrItem()
629 void PivotCacheField::importPCDFGroupItem( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importPCDFGroupItem() argument
631 maGroupItems.importItem( nRecId, rStrm ); in importPCDFGroupItem()
H A Dquerytablefragment.cxx58 ContextHandlerRef QueryTableFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream&… in onCreateRecordContext() argument
63 if( nRecId == BIFF12_ID_QUERYTABLE ) in onCreateRecordContext()
H A Dcondformatcontext.cxx72 ContextHandlerRef CondFormatContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& ) in onCreateRecordContext() argument
77 return (nRecId == BIFF12_ID_CFRULE) ? this : 0; in onCreateRecordContext()
/trunk/main/oox/inc/oox/xls/
H A Dpivottablefragment.hxx49 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
68 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
86 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dautofiltercontext.hxx47 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
65 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
83 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dpivotcachebuffer.hxx113 void importItem( sal_Int32 nRecId, SequenceInputStream& rStrm );
241 void importPCDFSharedItem( sal_Int32 nRecId, SequenceInputStream& rStrm );
247 void importPCDFDiscretePrItem( sal_Int32 nRecId, SequenceInputStream& rStrm );
249 void importPCDFGroupItem( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Dscenariocontext.hxx46 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
64 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dconnectionsfragment.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
63 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dbiffoutputstream.hxx52 void startRecord( sal_uInt16 nRecId );
104 void startRecord( sal_uInt16 nRecId );
H A Dstylesfragment.hxx42 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
140 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler.hxx92 virtual ContextHandlerRef createRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
93 virtual void startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
94 virtual void endRecord( sal_Int32 nRecId );
H A Drecordparser.hxx69 const RecordInfo* getStartRecordInfo( sal_Int32 nRecId ) const;
72 const RecordInfo* getEndRecordInfo( sal_Int32 nRecId ) const;
/trunk/main/oox/source/dump/
H A Ddffdumper.cxx75 sal_uInt16 nRecId; in implReadRecordHeader() local
76 rBaseStrm >> mnInstVer >> nRecId >> mnRealSize; in implReadRecordHeader()
77 ornRecId = nRecId; in implReadRecordHeader()
/trunk/main/sc/source/filter/inc/
H A Dxepage.hxx39 explicit XclExpHeaderFooter( sal_uInt16 nRecId, const String& rHdrString );
74 sal_uInt16 nRecId,

Completed in 131 milliseconds

1234