Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DHelper.java312 private XNumberFormatter formatter; field in Helper.DateUtils
336 formatter = NumberFormatter.createNumberFormatter(xmsf, formatSupplier); in DateUtils()
350 return formatter; in getFormatter()
400 return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(date)); in format()
405 return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(date)); in format()
410 … return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(javaTimeInMillis)); in format()
/aoo41x/main/scripting/workben/installer/
H A DLogStream.java34 static final private DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z: "); field in LogStream
38 String timeStamp = formatter.format( new Date() ); in getTimeStamp()
/aoo41x/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java336 return getSettings().formatter.formatCreated(this.updateDate); in updateDate()
345 return getSettings().formatter.formatCreated(this.createDate); in createDate()
356 return getSettings().formatter.formatFileSize(sizeBytes); in sizeKB()
H A DCGSettings.java69 public Formatter formatter; field in CGSettings
84 formatter = new Formatter(xmsf, document); in CGSettings()
/aoo41x/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl35 //! Number formatter internals must match these values!
59 used internally by the number formatter. </p> <br/>
251 formatter. If you want to access this format you <b>MUST</b>
262 formatter. If you want to access this format you <b>MUST</b>
H A DFormatElement.idl47 /** A name or description that is displayed in the number formatter
61 /** The index used by the number formatter, predefined values
H A DNumberFormatMapper.idl37 number formatter
/aoo41x/main/toolkit/src2xml/source/
H A Dsrc2xml.py51 p.formatter.format_epilog = format_examples
54 p.formatter.format_description = format_examples
/aoo41x/main/solenv/bin/
H A Dpre2par.pl49 pre2par::work::formatter($parfile);
/aoo41x/main/offapi/com/sun/star/logging/
H A DXConsoleHandler.idl39 <p>Note that a console handler will ignore its formatter's head and tail, since
H A DXLogFormatter.idl55 <p>For instance, a formatter might produce table-like plain text output,
H A DXLogHandler.idl70 /** specifies the formatter to be used by this handler.
/aoo41x/main/solenv/bin/modules/pre2par/
H A Dwork.pm230 sub formatter subroutine
/aoo41x/main/offapi/com/sun/star/chart/
H A DChartDataCaption.idl71 /** The number formatter is always used for displaying the value
H A DChartAxis.idl260 /** Contains the type id for the number formatter of the axis.
/aoo41x/main/offapi/com/sun/star/sheet/
H A DFormulaParser.idl58 /** specifies whether to use English parser and formatter.
/aoo41x/main/offapi/com/sun/star/util/
H A DXNumberFormatPreviewer.idl53 /** represents a number formatter which can preview number
H A DXNumberFormatter.idl53 /** represents a number formatter.

Completed in 64 milliseconds