Home
last modified time | relevance | path

Searched refs:nRecId (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/oox/source/xls/
H A Dpivottablefragment.cxx87 switch( nRecId ) in onCreateRecordContext()
94 if( nRecId == BIFF12_ID_PTFITEM ) mrTableField.importPTFItem( rStrm ); in onCreateRecordContext()
97 if( nRecId == BIFF12_ID_PIVOTAREA ) return this; in onCreateRecordContext()
100 if( nRecId == BIFF12_ID_PTREFERENCES ) return this; in onCreateRecordContext()
106 if( nRecId == BIFF12_ID_PTREFERENCEITEM ) mrTableField.importPTReferenceItem( rStrm ); in onCreateRecordContext()
154 if( nRecId == BIFF12_ID_AUTOFILTER ) return this; in onCreateRecordContext()
157 if( nRecId == BIFF12_ID_FILTERCOLUMN ) return this; in onCreateRecordContext()
160 if( nRecId == BIFF12_ID_TOP10FILTER ) mrTableFilter.importTop10Filter( rStrm ); in onCreateRecordContext()
232 switch( nRecId ) in onCreateRecordContext()
248 if( nRecId == BIFF12_ID_PTPAGEFIELD ) mrPivotTable.importPTPageField( rStrm ); in onCreateRecordContext()
[all …]
H A Dpivotcachefragment.cxx85 switch( nRecId ) in onCreateRecordContext()
93 switch( nRecId ) in onCreateRecordContext()
101 … case BIFF12_ID_PCDFSHAREDITEMS: mrCacheField.importPCDFSharedItem( nRecId, rStrm ); break; in onCreateRecordContext()
102 … case BIFF12_ID_PCDFDISCRETEPR: mrCacheField.importPCDFDiscretePrItem( nRecId, rStrm ); break; in onCreateRecordContext()
103 … case BIFF12_ID_PCDFGROUPITEMS: mrCacheField.importPCDFGroupItem( nRecId, rStrm ); break; in onCreateRecordContext()
159 switch( nRecId ) in onCreateRecordContext()
269 if( nRecId == BIFF12_ID_PCRECORDS ) return this; in onCreateRecordContext()
273 switch( nRecId ) in onCreateRecordContext()
277 default: importPCRecordItem( nRecId, rStrm ); break; in onCreateRecordContext()
310 void PivotCacheRecordsFragment::importPCRecordItem( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importPCRecordItem() argument
[all …]
H A Dstylesfragment.cxx60 if( nRecId == BIFF12_ID_RGBCOLOR ) getStyles().importPaletteColor( rStrm ); in onCreateRecordContext()
246 if( nRecId == BIFF12_ID_STYLESHEET ) return this; in onCreateRecordContext()
250 switch( nRecId ) in onCreateRecordContext()
265 if( nRecId == BIFF12_ID_INDEXEDCOLORS ) return new IndexedColorsContext( *this ); in onCreateRecordContext()
268 if( nRecId == BIFF12_ID_NUMFMT ) getStyles().importNumFmt( rStrm ); in onCreateRecordContext()
271 if( nRecId == BIFF12_ID_FONT ) getStyles().createFont()->importFont( rStrm ); in onCreateRecordContext()
274 if( nRecId == BIFF12_ID_BORDER ) getStyles().createBorder()->importBorder( rStrm ); in onCreateRecordContext()
277 if( nRecId == BIFF12_ID_FILL ) getStyles().createFill()->importFill( rStrm ); in onCreateRecordContext()
280 if( nRecId == BIFF12_ID_XF ) getStyles().createCellXf()->importXf( rStrm, true ); in onCreateRecordContext()
286 if( nRecId == BIFF12_ID_DXF ) getStyles().createDxf()->importDxf( rStrm ); in onCreateRecordContext()
[all …]
H A Dchartsheetfragment.cxx106 ContextHandlerRef ChartsheetFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream&… in onCreateRecordContext() argument
111 if( nRecId == BIFF12_ID_WORKSHEET ) return this; in onCreateRecordContext()
115 switch( nRecId ) in onCreateRecordContext()
130 … if( nRecId == BIFF12_ID_CHARTSHEETVIEW ) getSheetViewSettings().importChartSheetView( rStrm ); in onCreateRecordContext()
202 sal_uInt16 nRecId = rStrm.getRecId(); in importFragment() local
203 switch( nRecId ) in importFragment()
219 case BIFF2: switch( nRecId ) in importFragment()
225 case BIFF3: switch( nRecId ) in importFragment()
235 case BIFF4: switch( nRecId ) in importFragment()
245 case BIFF5: switch( nRecId ) in importFragment()
[all …]
H A Dexternallinkfragment.cxx102 switch( nRecId ) in onCreateRecordContext()
284 if( nRecId == BIFF12_ID_EXTERNALBOOK ) in onCreateRecordContext()
292 switch( nRecId ) in onCreateRecordContext()
305 switch( nRecId ) in onCreateRecordContext()
313 switch( nRecId ) in onCreateRecordContext()
359 sal_uInt16 nRecId = rStrm.getRecId(); in importRecord() local
362 case BIFF2: switch( nRecId ) in importRecord()
369 case BIFF3: switch( nRecId ) in importRecord()
378 case BIFF4: switch( nRecId ) in importRecord()
387 case BIFF5: switch( nRecId ) in importRecord()
[all …]
H A Dworkbookfragment.cxx131 if( nRecId == BIFF12_ID_WORKBOOK ) return this; in onCreateRecordContext()
135 switch( nRecId ) in onCreateRecordContext()
158 switch( nRecId ) in onCreateRecordContext()
169 if( nRecId == BIFF12_ID_PIVOTCACHE ) importPivotCache( rStrm ); in onCreateRecordContext()
509 sal_uInt16 nRecId = rStrm.getRecId(); in importGlobalsFragment() local
520 else switch( nRecId ) in importGlobalsFragment()
532 case BIFF2: switch( nRecId ) in importGlobalsFragment()
544 case BIFF3: switch( nRecId ) in importGlobalsFragment()
561 case BIFF4: switch( nRecId ) in importGlobalsFragment()
578 case BIFF5: switch( nRecId ) in importGlobalsFragment()
[all …]
H A Dworksheetfragment.cxx152 if( nRecId == BIFF12_ID_DATAVALIDATION ) in onCreateRecordContext()
362 switch( nRecId ) in onCreateRecordContext()
395 switch( nRecId ) in onCreateRecordContext()
401 switch( nRecId ) in onCreateRecordContext()
773 sal_uInt16 nRecId = rStrm.getRecId(); in importFragment() local
775 switch( nRecId ) in importFragment()
805 case BIFF2: switch( nRecId ) in importFragment()
814 case BIFF3: switch( nRecId ) in importFragment()
830 case BIFF4: switch( nRecId ) in importFragment()
847 case BIFF5: switch( nRecId ) in importFragment()
[all …]
H A Dconnectionsfragment.cxx80 ContextHandlerRef ConnectionContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& … in onCreateRecordContext() argument
85 if( nRecId == BIFF12_ID_WEBPR ) in onCreateRecordContext()
93 if( nRecId == BIFF12_ID_WEBPRTABLES ) in onCreateRecordContext()
101 mrConnection.importWebPrTable( rStrm, nRecId ); in onCreateRecordContext()
137 ContextHandlerRef ConnectionsFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream… in onCreateRecordContext() argument
142 if( nRecId == BIFF12_ID_CONNECTIONS ) in onCreateRecordContext()
147 if( nRecId == BIFF12_ID_CONNECTION ) in onCreateRecordContext()
H A Dcommentsfragment.cxx81 ContextHandlerRef CommentsFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& r… in onCreateRecordContext() argument
86 if( nRecId == BIFF12_ID_COMMENTS ) return this; in onCreateRecordContext()
89 if( nRecId == BIFF12_ID_COMMENTAUTHORS ) return this; in onCreateRecordContext()
90 if( nRecId == BIFF12_ID_COMMENTLIST ) return this; in onCreateRecordContext()
93 …if( nRecId == BIFF12_ID_COMMENTAUTHOR ) getComments().appendAuthor( BiffHelper::readString( rStrm … in onCreateRecordContext()
96 if( nRecId == BIFF12_ID_COMMENT ) { importComment( rStrm ); return this; } in onCreateRecordContext()
99 if( (nRecId == BIFF12_ID_COMMENTTEXT) && mxComment.get() ) in onCreateRecordContext()
H A Dautofiltercontext.cxx62 ContextHandlerRef FilterSettingsContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStre… in onCreateRecordContext() argument
67 if( nRecId == BIFF12_ID_DISCRETEFILTER ) return this; in onCreateRecordContext()
70 if( nRecId == BIFF12_ID_CUSTOMFILTER ) return this; in onCreateRecordContext()
108 ContextHandlerRef FilterColumnContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream… in onCreateRecordContext() argument
110 if( getCurrentElement() == BIFF12_ID_FILTERCOLUMN ) switch( nRecId ) in onCreateRecordContext()
147 ContextHandlerRef AutoFilterContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& … in onCreateRecordContext() argument
149 if( (getCurrentElement() == BIFF12_ID_AUTOFILTER) && (nRecId == BIFF12_ID_FILTERCOLUMN) ) in onCreateRecordContext()
H A Dbiffinputstream.cxx114 sal_uInt16 nRecId = BIFF_ID_UNKNOWN; in getNextRecId() local
118 mrInStrm >> nRecId; in getNextRecId()
120 return nRecId; in getNextRecId()
243 sal_uInt16 nRecId = BIFF_ID_UNKNOWN; in getNextRecId() local
249 nRecId = maRecBuffer.getRecId(); in getNextRecId()
252 return nRecId; in getNextRecId()
486 bool BiffInputStream::isContinueId( sal_uInt16 nRecId ) const in isContinueId()
488 return (nRecId == BIFF_ID_CONT) || (nRecId == mnAltContId); in isContinueId()
H A Dsheetdatacontext.cxx255 ContextHandlerRef SheetDataContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& r… in onCreateRecordContext() argument
260 if( nRecId == BIFF12_ID_ROW ) { importRow( rStrm ); return this; } in onCreateRecordContext()
264 switch( nRecId ) in onCreateRecordContext()
623 sal_uInt16 nRecId = rStrm.getRecId(); in importRecord() local
624 switch( nRecId ) in importRecord()
644 case BIFF2: switch( nRecId ) in importRecord()
653 case BIFF3: switch( nRecId ) in importRecord()
661 case BIFF4: switch( nRecId ) in importRecord()
669 case BIFF5: switch( nRecId ) in importRecord()
683 case BIFF8: switch( nRecId ) in importRecord()
H A Dscenariocontext.cxx60 ContextHandlerRef ScenarioContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rS… in onCreateRecordContext() argument
65 if( nRecId == BIFF12_ID_INPUTCELLS ) mrScenario.importInputCells( rStrm ); in onCreateRecordContext()
102 ContextHandlerRef ScenariosContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& ) in onCreateRecordContext() argument
107 … if( nRecId == BIFF12_ID_SCENARIO ) return new ScenarioContext( *this, mrSheetScenarios ); in onCreateRecordContext()
H A Dbiffoutputstream.cxx43 void BiffOutputRecordBuffer::startRecord( sal_uInt16 nRecId ) in startRecord() argument
46 mnRecId = nRecId; in startRecord()
93 void BiffOutputStream::startRecord( sal_uInt16 nRecId ) in startRecord() argument
95 maRecBuffer.startRecord( nRecId ); in startRecord()
/trunk/main/oox/source/core/
H A Dcontexthandler2.cxx127 return onCreateRecordContext( nRecId, rStrm ); in implCreateRecordContext()
130 void ContextHandler2Helper::implStartRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in implStartRecord() argument
132 pushElementInfo( nRecId ); in implStartRecord()
136 void ContextHandler2Helper::implEndRecord( sal_Int32 nRecId ) in implEndRecord() argument
138 (void)nRecId; // prevent "unused parameter" warning in product build in implEndRecord()
214 ContextHandlerRef ContextHandler2::createRecordContext( sal_Int32 nRecId, SequenceInputStream& rStr… in createRecordContext() argument
216 return implCreateRecordContext( nRecId, rStrm ); in createRecordContext()
219 void ContextHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord() argument
221 implStartRecord( nRecId, rStrm ); in startRecord()
224 void ContextHandler2::endRecord( sal_Int32 nRecId ) in endRecord() argument
[all …]
H A Drecordparser.cxx267 sal_Int32 nRecId = 0; in parseStream() local
269 while( lclReadNextRecord( nRecId, aRecData, *maSource.mxInStream ) ) in parseStream()
274 if( const RecordInfo* pEndRecInfo = getEndRecordInfo( nRecId ) ) in parseStream()
287 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
288 xCurrContext->endRecord( nRecId ); in parseStream()
305 const RecordInfo* pStartRecInfo = getStartRecordInfo( nRecId ); in parseStream()
313 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
316 xCurrContext->endRecord( nRecId ); in parseStream()
333 RecordInfoMap::const_iterator aIt = maStartMap.find( nRecId ); in getStartRecordInfo()
337 const RecordInfo* RecordParser::getEndRecordInfo( sal_Int32 nRecId ) const in getEndRecordInfo()
[all …]
H A Dfragmenthandler2.cxx86 ContextHandlerRef FragmentHandler2::createRecordContext( sal_Int32 nRecId, SequenceInputStream& rSt… in createRecordContext() argument
88 return implCreateRecordContext( nRecId, rStrm ); in createRecordContext()
91 void FragmentHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord() argument
93 implStartRecord( nRecId, rStrm ); in startRecord()
96 void FragmentHandler2::endRecord( sal_Int32 nRecId ) in endRecord() argument
98 implEndRecord( nRecId ); in endRecord()
/trunk/main/sc/source/filter/inc/
H A Dxerecord.hxx140 sal_uInt16 nRecId = EXC_ID_UNKNOWN,
151 inline void SetRecId( sal_uInt16 nRecId ) { mnRecId = nRecId; } in SetRecId() argument
157 void SetRecHeader( sal_uInt16 nRecId, sal_Size nRecSize );
179 inline explicit XclExpEmptyRecord( sal_uInt16 nRecId );
182 inline XclExpEmptyRecord::XclExpEmptyRecord( sal_uInt16 nRecId ) : in XclExpEmptyRecord() argument
183 XclExpRecord( nRecId, 0 ) in XclExpEmptyRecord()
199 XclExpRecord( nRecId, nSize ), maValue( rValue ), mnAttribute( -1 ) {} in XclExpValueRecord()
262 …inline explicit XclExpBoolRecord( sal_uInt16 nRecId, bool bValue, sal_Int32 nAttribute = -1 ) : in XclExpBoolRecord() argument
263 … XclExpRecord( nRecId, 2 ), mbValue( bValue ), mnAttribute( nAttribute ) {} in XclExpBoolRecord()
291 sal_uInt16 nRecId, const void* pRecData, sal_Size nRecSize );
[all …]
H A Dxetable.hxx79 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScAddress& rScPos );
82 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScRange& rScRange );
308 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos );
339 explicit XclExpSingleCellBase( sal_uInt16 nRecId, sal_Size nContSize,
343 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos,
529 explicit XclExpMultiCellBase( sal_uInt16 nRecId, sal_uInt16 nMulRecId,
1056 XclExpRecordRef CreateRecord( sal_uInt16 nRecId ) const;
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler2.hxx123 …virtual ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ) = …
188 ContextHandlerRef implCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
191 void implStartRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
194 void implEndRecord( sal_Int32 nRecId );
249 virtual ContextHandlerRef createRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
250 virtual void startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
251 virtual void endRecord( sal_Int32 nRecId );
260 virtual ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Dfragmenthandler2.hxx83 virtual ContextHandlerRef createRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
84 virtual void startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
85 virtual void endRecord( sal_Int32 nRecId );
94 virtual ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
/trunk/main/sc/source/filter/excel/
H A Dxerecord.cxx152 XclExpRecord::XclExpRecord( sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpRecord() argument
154 mnRecId( nRecId ) in XclExpRecord()
162 void XclExpRecord::SetRecHeader( sal_uInt16 nRecId, sal_Size nRecSize ) in SetRecHeader() argument
164 SetRecId( nRecId ); in SetRecHeader()
212 XclExpDummyRecord::XclExpDummyRecord( sal_uInt16 nRecId, const void* pRecData, sal_Size nRecSize ) : in XclExpDummyRecord() argument
213 XclExpRecord( nRecId ) in XclExpDummyRecord()
231 XclExpFutureRecord::XclExpFutureRecord( XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRec… in XclExpFutureRecord() argument
232 XclExpRecord( nRecId, nRecSize ), in XclExpFutureRecord()
H A Dread.cxx911 sal_uInt16 nRecId = aIn.GetRecId(); in Read() local
917 switch( nRecId ) in Read()
935 if( nRecId == EXC_ID5_BOF ) in Read()
960 switch( nRecId ) in Read()
970 if( (nRecId == EXC_ID_EOF) || in Read()
971 ((nRecId == EXC_ID_EXTSST) && (maStrm.GetNextRecId() == EXC_ID5_BOF)) ) in Read()
1001 switch( nRecId ) in Read()
1011 if( (nRecId == EXC_ID_EOF) || in Read()
1012 ((nRecId == EXC_ID_EXTSST) && (maStrm.GetNextRecId() == EXC_ID5_BOF)) ) in Read()
1059 switch( nRecId ) in Read()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachefragment.hxx47 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
66 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
86 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
92 void importPCRecordItem( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Dautofilterbuffer.hxx68 virtual void importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
91 virtual void importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
115 virtual void importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
164 virtual void importRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );

Completed in 95 milliseconds

1234