Home
last modified time | relevance | path

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

1234

/AOO41X/main/oox/source/xls/
H A Dpivottablefragment.cxx82 ContextHandlerRef PivotTableFieldContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStr… in onCreateRecordContext() argument
87 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()
103 … if( nRecId == BIFF12_ID_PTREFERENCE ) { mrTableField.importPTReference( rStrm ); return this; } in onCreateRecordContext()
106 if( nRecId == BIFF12_ID_PTREFERENCEITEM ) mrTableField.importPTReferenceItem( rStrm ); in onCreateRecordContext()
149 ContextHandlerRef PivotTableFilterContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputSt… in onCreateRecordContext() argument
154 if( nRecId == BIFF12_ID_AUTOFILTER ) return this; in onCreateRecordContext()
157 if( nRecId == BIFF12_ID_FILTERCOLUMN ) return this; in onCreateRecordContext()
[all …]
H A Dpivotcachefragment.cxx80 ContextHandlerRef PivotCacheFieldContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStr… in onCreateRecordContext() argument
85 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()
150 ContextHandlerRef PivotCacheDefinitionFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceIn… in onCreateRecordContext() argument
155 … if( nRecId == BIFF12_ID_PCDEFINITION ) { mrPivotCache.importPCDefinition( rStrm ); return this; } in onCreateRecordContext()
159 switch( nRecId ) in onCreateRecordContext()
167 …if( nRecId == BIFF12_ID_PCDSHEETSOURCE ) mrPivotCache.importPCDSheetSource( rStrm, getRelations() … in onCreateRecordContext()
[all …]
H A Dstylesfragment.cxx55 ContextHandlerRef IndexedColorsContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea… in onCreateRecordContext() argument
60 if( nRecId == BIFF12_ID_RGBCOLOR ) getStyles().importPaletteColor( rStrm ); in onCreateRecordContext()
241 ContextHandlerRef StylesFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rSt… in onCreateRecordContext() argument
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()
[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.cxx94 ContextHandlerRef ExternalSheetDataContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputS… in onCreateRecordContext() argument
99 if( nRecId == BIFF12_ID_EXTROW ) { maCurrPos.Row = rStrm.readInt32(); return this; } in onCreateRecordContext()
102 switch( nRecId ) in onCreateRecordContext()
279 ContextHandlerRef ExternalLinkFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea… in onCreateRecordContext() argument
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()
[all …]
H A Dworkbookfragment.cxx126 ContextHandlerRef WorkbookFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& r… in onCreateRecordContext() argument
131 if( nRecId == BIFF12_ID_WORKBOOK ) return this; in onCreateRecordContext()
135 switch( nRecId ) in onCreateRecordContext()
151 if( nRecId == BIFF12_ID_SHEET ) getWorksheets().importSheet( rStrm ); in onCreateRecordContext()
154 if( nRecId == BIFF12_ID_WORKBOOKVIEW ) getViewSettings().importWorkbookView( rStrm ); 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
516 if( BiffHelper::isBofRecord( rStrm ) || (nRecId == BIFF_ID_EOF) ) in importGlobalsFragment()
520 else switch( nRecId ) in importGlobalsFragment()
[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 Dworksheetfragment.cxx150 ContextHandlerRef DataValidationsContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStr… in onCreateRecordContext() argument
152 if( nRecId == BIFF12_ID_DATAVALIDATION ) in onCreateRecordContext()
353 ContextHandlerRef WorksheetFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& … in onCreateRecordContext() argument
358 if( nRecId == BIFF12_ID_WORKSHEET ) return this; in onCreateRecordContext()
362 switch( nRecId ) in onCreateRecordContext()
395 switch( nRecId ) in onCreateRecordContext()
401 switch( nRecId ) in onCreateRecordContext()
409 if( nRecId == BIFF12_ID_COL ) importCol( rStrm ); in onCreateRecordContext()
412 if( nRecId == BIFF12_ID_MERGECELL ) importMergeCell( rStrm ); in onCreateRecordContext()
415 if( nRecId == BIFF12_ID_BRK ) importBrk( rStrm, true ); in onCreateRecordContext()
[all …]
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 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 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 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()
/AOO41X/main/oox/source/core/
H A Dcontexthandler2.cxx125 ContextHandlerRef ContextHandler2Helper::implCreateRecordContext( sal_Int32 nRecId, SequenceInputSt… in implCreateRecordContext() argument
127 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()
139 …OSL_ENSURE( getCurrentElement() == nRecId, "ContextHandler2Helper::implEndRecord - context stack b… 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
[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()
295 if( (mxStack->getCurrentRecId() == nRecId) && !mxStack->hasCurrentEndRecId() ) in parseStream()
302 xCurrContext = xCurrContext->createRecordContext( nRecId, aRecStrm ); in parseStream()
305 const RecordInfo* pStartRecInfo = getStartRecordInfo( nRecId ); in parseStream()
313 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
316 xCurrContext->endRecord( nRecId ); in parseStream()
[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()
/AOO41X/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()
198 …inline explicit XclExpValueRecord( sal_uInt16 nRecId, const Type& rValue, sal_Size nSize = siz… in XclExpValueRecord() argument
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()
[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;
/AOO41X/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 );
/AOO41X/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 …]
/AOO41X/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 );

1234