Lines Matching refs:nRecId

80 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()
171 …if( nRecId == BIFF12_ID_PCDFIELD ) return new PivotCacheFieldContext( *this, mrPivotCache.createCa… in onCreateRecordContext()
264 ContextHandlerRef PivotCacheRecordsFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInput… in onCreateRecordContext() argument
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
315 switch( nRecId ) in importPCRecordItem()