Lines Matching refs:nRecId

82 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()
160 if( nRecId == BIFF12_ID_TOP10FILTER ) mrTableFilter.importTop10Filter( rStrm ); in onCreateRecordContext()
223 ContextHandlerRef PivotTableFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream&… in onCreateRecordContext() argument
228 … if( nRecId == BIFF12_ID_PTDEFINITION ) { mrPivotTable.importPTDefinition( rStrm ); return this; } in onCreateRecordContext()
232 switch( nRecId ) in onCreateRecordContext()
245 …if( nRecId == BIFF12_ID_PTFIELD ) return new PivotTableFieldContext( *this, mrPivotTable.createTab… in onCreateRecordContext()
248 if( nRecId == BIFF12_ID_PTPAGEFIELD ) mrPivotTable.importPTPageField( rStrm ); in onCreateRecordContext()
251 if( nRecId == BIFF12_ID_PTDATAFIELD ) mrPivotTable.importPTDataField( rStrm ); in onCreateRecordContext()
254 …if( nRecId == BIFF12_ID_PTFILTER ) return new PivotTableFilterContext( *this, mrPivotTable.createT… in onCreateRecordContext()