Lines Matching defs:rStrm

255 …tHandlerRef SheetDataContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm )  in onCreateRecordContext()
392 void SheetDataContext::importRow( SequenceInputStream& rStrm ) in importRow()
427 bool SheetDataContext::readCellHeader( SequenceInputStream& rStrm, CellType eCellType ) in readCellHeader()
449 ApiTokenSequence SheetDataContext::readCellFormula( SequenceInputStream& rStrm ) in readCellFormula()
455 bool SheetDataContext::readFormulaRef( SequenceInputStream& rStrm ) in readFormulaRef()
462 void SheetDataContext::importCellBool( SequenceInputStream& rStrm, CellType eCellType ) in importCellBool()
475 void SheetDataContext::importCellBlank( SequenceInputStream& rStrm, CellType eCellType ) in importCellBlank()
482 void SheetDataContext::importCellDouble( SequenceInputStream& rStrm, CellType eCellType ) in importCellDouble()
495 void SheetDataContext::importCellError( SequenceInputStream& rStrm, CellType eCellType ) in importCellError()
508 void SheetDataContext::importCellRk( SequenceInputStream& rStrm, CellType eCellType ) in importCellRk()
518 void SheetDataContext::importCellRString( SequenceInputStream& rStrm, CellType eCellType ) in importCellRString()
531 void SheetDataContext::importCellSi( SequenceInputStream& rStrm, CellType eCellType ) in importCellSi()
541 void SheetDataContext::importCellString( SequenceInputStream& rStrm, CellType eCellType ) in importCellString()
557 void SheetDataContext::importArray( SequenceInputStream& rStrm ) in importArray()
567 void SheetDataContext::importDataTable( SequenceInputStream& rStrm ) in importDataTable()
584 void SheetDataContext::importSharedFmla( SequenceInputStream& rStrm ) in importSharedFmla()
621 void BiffSheetDataContext::importRecord( BiffInputStream& rStrm ) in importRecord()
706 void BiffSheetDataContext::importRow( BiffInputStream& rStrm ) in importRow()
751 bool BiffSheetDataContext::readCellXfId( BiffInputStream& rStrm, const BinAddress& rAddr, bool bBif… in readCellXfId()
800 bool BiffSheetDataContext::readCellHeader( BiffInputStream& rStrm, bool bBiff2 ) in readCellHeader()
807 bool BiffSheetDataContext::readFormulaRef( BiffInputStream& rStrm ) in readFormulaRef()
814 void BiffSheetDataContext::importBlank( BiffInputStream& rStrm ) in importBlank()
820 void BiffSheetDataContext::importBoolErr( BiffInputStream& rStrm ) in importBoolErr()
844 void BiffSheetDataContext::importFormula( BiffInputStream& rStrm ) in importFormula()
855 void BiffSheetDataContext::importInteger( BiffInputStream& rStrm ) in importInteger()
864 void BiffSheetDataContext::importLabel( BiffInputStream& rStrm ) in importLabel()
912 void BiffSheetDataContext::importLabelSst( BiffInputStream& rStrm ) in importLabelSst()
921 void BiffSheetDataContext::importMultBlank( BiffInputStream& rStrm ) in importMultBlank()
930 void BiffSheetDataContext::importMultRk( BiffInputStream& rStrm ) in importMultRk()
945 void BiffSheetDataContext::importNumber( BiffInputStream& rStrm ) in importNumber()
954 void BiffSheetDataContext::importRk( BiffInputStream& rStrm ) in importRk()
963 void BiffSheetDataContext::importArray( BiffInputStream& rStrm ) in importArray()
973 void BiffSheetDataContext::importDataTable( BiffInputStream& rStrm ) in importDataTable()
1011 void BiffSheetDataContext::importSharedFmla( BiffInputStream& rStrm ) in importSharedFmla()