Lines Matching refs:nRecId
106 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()
257 case BIFF8: switch( nRecId ) in importFragment()