Lines Matching refs:nRecId
150 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()
418 if( nRecId == BIFF12_ID_BRK ) importBrk( rStrm, false ); in onCreateRecordContext()
421 if( nRecId == BIFF12_ID_OLEOBJECT ) importOleObject( rStrm ); in onCreateRecordContext()
424 if( nRecId == BIFF12_ID_CONTROL ) importControl( rStrm ); in onCreateRecordContext()
773 sal_uInt16 nRecId = rStrm.getRecId(); in importFragment() local
775 switch( nRecId ) in importFragment()
805 case BIFF2: switch( nRecId ) in importFragment()
814 case BIFF3: switch( nRecId ) in importFragment()
830 case BIFF4: switch( nRecId ) in importFragment()
847 case BIFF5: switch( nRecId ) in importFragment()
869 case BIFF8: switch( nRecId ) in importFragment()