Searched refs:iLogicalFormatKey (Results 1 – 3 of 3) sorted by relevance
49 public int iLogicalFormatKey = -1; field in NumberFormatter247 iLogicalFormatKey = xNumberFormats.queryKey(FormatString, aLocale, true); in setBooleanReportDisplayNumberFormat()250 if (iLogicalFormatKey == -1) in setBooleanReportDisplayNumberFormat()252 iLogicalFormatKey = xNumberFormats.addNew(FormatString, aLocale); in setBooleanReportDisplayNumberFormat()258 …iLogicalFormatKey = 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()
58 private static int iLogicalFormatKey; field in FieldColumn167 iLogicalFormatKey = aNumberFormatter.getLogicalFormatKey(); in initializeFormatKeys()249 StandardFormatKey = iLogicalFormatKey; in getTyperelatedFieldData()
235 int iLogicalFormatKey = oNumberFormatter.setBooleanReportDisplayNumberFormat(); in initializeNumberFormat() local236 oNumberFormatter.setNumberFormat(xValCell, iLogicalFormatKey, oNumberFormatter); in initializeNumberFormat()
Completed in 130 milliseconds