Lines Matching refs:setCellValue
81 setCellValue( Any( rChars.toDouble() ) ); in onCharacters()
84 …setCellValue( Any( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCode( rChars )… in onCharacters()
87 setCellValue( Any( rChars ) ); in onCharacters()
128 setCellValue( Any( OUString() ) ); in importExtCellBlank()
135 setCellValue( Any( fValue ) ); in importExtCellBool()
141 setCellValue( Any( rStrm.readDouble() ) ); in importExtCellDouble()
147 setCellValue( Any( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ) ); in importExtCellError()
153 setCellValue( Any( BiffHelper::readString( rStrm ) ) ); in importExtCellString()
156 void ExternalSheetDataContext::setCellValue( const Any& rValue ) in setCellValue() function in oox::xls::ExternalSheetDataContext
160 mxSheetCache->setCellValue( maCurrPos.Column, maCurrPos.Row, rValue ); in setCellValue()
471 setCellValue( aBinAddr, Any( OUString() ) ); in importCrn()
474 setCellValue( aBinAddr, Any( rStrm.readDouble() ) ); in importCrn()
479 setCellValue( aBinAddr, Any( aText ) ); in importCrn()
485 setCellValue( aBinAddr, Any( fValue ) ); in importCrn()
490 … setCellValue( aBinAddr, Any( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ) ); in importCrn()
506 void BiffExternalSheetDataContext::setCellValue( const BinAddress& rBinAddr, const Any& rValue ) in setCellValue() function in oox::xls::BiffExternalSheetDataContext
511 mxSheetCache->setCellValue( aCellPos.Column, aCellPos.Row, rValue ); in setCellValue()