Home
last modified time | relevance | path

Searched refs:getNullDateCorrection (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java180 lDateCorrection = oNumberFormatter.getNullDateCorrection(); in getNumberFormatter()
190 public long getNullDateCorrection() in getNullDateCorrection() method in DBMetaData
198 lDateCorrection = oNumberFormatter.getNullDateCorrection(); in getNullDateCorrection()
H A DRecordParser.java115 … DblValue = new Double(xResultSetRow.getDouble(ColIndex) + (double) super.getNullDateCorrection()); in getColumnDoubleValue()
/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java223 public long getNullDateCorrection() in getNullDateCorrection() method in NumberFormatter
/AOO42X/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java120 long lDateCorrection = oNumberFormatter.getNullDateCorrection(); in lateInit()
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java275 value = ((Double) value) - oQueryMetaData.getNullDateCorrection(); in getFilterConditions()