Searched refs:dblValue (Results 1 – 2 of 2) sorted by relevance
305 double dblValue = 0; in modifyCellContent() local319 dblValue = (double) AnyConverter.toInt(CurGroupValue); in modifyCellContent()323 dblValue = (double) AnyConverter.toByte(CurGroupValue); in modifyCellContent()327 dblValue = AnyConverter.toDouble(CurGroupValue); in modifyCellContent()331 dblValue = (double) AnyConverter.toFloat(CurGroupValue); in modifyCellContent()335 dblValue = (double) AnyConverter.toInt(CurGroupValue); in modifyCellContent()339 dblValue = (double) AnyConverter.toLong(CurGroupValue); in modifyCellContent()343 dblValue = (double) AnyConverter.toShort(CurGroupValue); in modifyCellContent()345 xValCell.setValue(dblValue); in modifyCellContent()
950 double dblValue = ((Double) getValue()).doubleValue(); in getDateTimeString() local952 return oNumberFormatter.convertNumberToString(iDateTimeFormat, dblValue); in getDateTimeString()
Completed in 16 milliseconds