Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java448 … XNumberFormatsSupplier nfs = UnoRuntime.queryInterface(XNumberFormatsSupplier.class, document); in initialize() local
449 Object formatSettings = nfs.getNumberFormatSettings(); in initialize()
456 … dateFormat = NumberFormatter.getNumberFormatterKey(nfs, NumberFormatIndex.DATE_SYSTEM_LONG); in initialize()
457 timeFormat = NumberFormatter.getNumberFormatterKey(nfs, NumberFormatIndex.TIME_HHMM); in initialize()
460 dateFormatter = NumberFormatter.createNumberFormatter(xMSF, nfs); in initialize()
461 timeFormatter = NumberFormatter.createNumberFormatter(xMSF, nfs); in initialize()

Completed in 17 milliseconds