Lines Matching defs:rStrm
241 …tHandlerRef SheetDataContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ) in onCreateRecordContext()
360 void SheetDataContext::importRow( SequenceInputStream& rStrm ) in importRow()
395 bool SheetDataContext::readCellHeader( SequenceInputStream& rStrm, CellType eCellType ) in readCellHeader()
417 ApiTokenSequence SheetDataContext::readCellFormula( SequenceInputStream& rStrm ) in readCellFormula()
423 bool SheetDataContext::readFormulaRef( SequenceInputStream& rStrm ) in readFormulaRef()
430 void SheetDataContext::importCellBool( SequenceInputStream& rStrm, CellType eCellType ) in importCellBool()
443 void SheetDataContext::importCellBlank( SequenceInputStream& rStrm, CellType eCellType ) in importCellBlank()
450 void SheetDataContext::importCellDouble( SequenceInputStream& rStrm, CellType eCellType ) in importCellDouble()
463 void SheetDataContext::importCellError( SequenceInputStream& rStrm, CellType eCellType ) in importCellError()
476 void SheetDataContext::importCellRk( SequenceInputStream& rStrm, CellType eCellType ) in importCellRk()
486 void SheetDataContext::importCellRString( SequenceInputStream& rStrm, CellType eCellType ) in importCellRString()
499 void SheetDataContext::importCellSi( SequenceInputStream& rStrm, CellType eCellType ) in importCellSi()
509 void SheetDataContext::importCellString( SequenceInputStream& rStrm, CellType eCellType ) in importCellString()
525 void SheetDataContext::importArray( SequenceInputStream& rStrm ) in importArray()
535 void SheetDataContext::importDataTable( SequenceInputStream& rStrm ) in importDataTable()
552 void SheetDataContext::importSharedFmla( SequenceInputStream& rStrm ) in importSharedFmla()
589 void BiffSheetDataContext::importRecord( BiffInputStream& rStrm ) in importRecord()
674 void BiffSheetDataContext::importRow( BiffInputStream& rStrm ) in importRow()
719 bool BiffSheetDataContext::readCellXfId( BiffInputStream& rStrm, const BinAddress& rAddr, bool bBif… in readCellXfId()
768 bool BiffSheetDataContext::readCellHeader( BiffInputStream& rStrm, bool bBiff2 ) in readCellHeader()
775 bool BiffSheetDataContext::readFormulaRef( BiffInputStream& rStrm ) in readFormulaRef()
782 void BiffSheetDataContext::importBlank( BiffInputStream& rStrm ) in importBlank()
788 void BiffSheetDataContext::importBoolErr( BiffInputStream& rStrm ) in importBoolErr()
812 void BiffSheetDataContext::importFormula( BiffInputStream& rStrm ) in importFormula()
823 void BiffSheetDataContext::importInteger( BiffInputStream& rStrm ) in importInteger()
832 void BiffSheetDataContext::importLabel( BiffInputStream& rStrm ) in importLabel()
880 void BiffSheetDataContext::importLabelSst( BiffInputStream& rStrm ) in importLabelSst()
889 void BiffSheetDataContext::importMultBlank( BiffInputStream& rStrm ) in importMultBlank()
898 void BiffSheetDataContext::importMultRk( BiffInputStream& rStrm ) in importMultRk()
913 void BiffSheetDataContext::importNumber( BiffInputStream& rStrm ) in importNumber()
922 void BiffSheetDataContext::importRk( BiffInputStream& rStrm ) in importRk()
931 void BiffSheetDataContext::importArray( BiffInputStream& rStrm ) in importArray()
941 void BiffSheetDataContext::importDataTable( BiffInputStream& rStrm ) in importDataTable()
979 void BiffSheetDataContext::importSharedFmla( BiffInputStream& rStrm ) in importSharedFmla()