Home
last modified time | relevance | path

Searched refs:iLogicalFormatKey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java49 public int iLogicalFormatKey = -1; field in NumberFormatter
247 iLogicalFormatKey = xNumberFormats.queryKey(FormatString, aLocale, true); in setBooleanReportDisplayNumberFormat()
250 if (iLogicalFormatKey == -1) in setBooleanReportDisplayNumberFormat()
252 iLogicalFormatKey = xNumberFormats.addNew(FormatString, aLocale); in setBooleanReportDisplayNumberFormat()
258iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); … in setBooleanReportDisplayNumberFormat()
260 return iLogicalFormatKey; in setBooleanReportDisplayNumberFormat()
291 if (iLogicalFormatKey == -1) in getLogicalFormatKey()
293 iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); in getLogicalFormatKey()
295 return iLogicalFormatKey; in getLogicalFormatKey()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DFieldColumn.java58 private static int iLogicalFormatKey; field in FieldColumn
167 iLogicalFormatKey = aNumberFormatter.getLogicalFormatKey(); in initializeFormatKeys()
249 StandardFormatKey = iLogicalFormatKey; in getTyperelatedFieldData()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java235 int iLogicalFormatKey = oNumberFormatter.setBooleanReportDisplayNumberFormat(); in initializeNumberFormat() local
236 oNumberFormatter.setNumberFormat(xValCell, iLogicalFormatKey, oNumberFormatter); in initializeNumberFormat()

Completed in 130 milliseconds