Lines Matching refs:nRecId
126 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()
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()
599 case BIFF8: switch( nRecId ) in importGlobalsFragment()