Lines Matching refs:nRecId
94 ContextHandlerRef ExternalSheetDataContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputS… in onCreateRecordContext() argument
99 if( nRecId == BIFF12_ID_EXTROW ) { maCurrPos.Row = rStrm.readInt32(); return this; } in onCreateRecordContext()
102 switch( nRecId ) in onCreateRecordContext()
279 ContextHandlerRef ExternalLinkFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea… in onCreateRecordContext() argument
284 if( nRecId == BIFF12_ID_EXTERNALBOOK ) in onCreateRecordContext()
292 switch( nRecId ) in onCreateRecordContext()
305 switch( nRecId ) in onCreateRecordContext()
313 switch( nRecId ) in onCreateRecordContext()
359 sal_uInt16 nRecId = rStrm.getRecId(); in importRecord() local
362 case BIFF2: switch( nRecId ) in importRecord()
369 case BIFF3: switch( nRecId ) in importRecord()
378 case BIFF4: switch( nRecId ) in importRecord()
387 case BIFF5: switch( nRecId ) in importRecord()
396 case BIFF8: switch( nRecId ) in importRecord()