Home
last modified time | relevance | path

Searched refs:dblValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java305 double dblValue = 0; in modifyCellContent() local
319 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()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java950 double dblValue = ((Double) getValue()).doubleValue(); in getDateTimeString() local
952 return oNumberFormatter.convertNumberToString(iDateTimeFormat, dblValue); in getDateTimeString()

Completed in 13 milliseconds