Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx65 aFormatSeq[i].formatIndex, in getDefault()
77 NumberFormatCodeMapper::getFormatCode( sal_Int16 formatIndex, const ::com::sun::star::lang::Locale&… in getFormatCode() argument
82 if(aFormatSeq[i].formatIndex == formatIndex) { in getFormatCode()
88 aFormatSeq[i].formatIndex, in getFormatCode()
123 aFormatSeq[i].formatIndex, in getAllFormatCode()
146 aFormatSeq[i].formatIndex, in getAllFormatCodes()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DHelper.java398 public String format(int formatIndex, int date) in format() argument
400 return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(date)); in format()
403 public String format(int formatIndex, DateTime date) in format() argument
405 return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(date)); in format()
408 public String format(int formatIndex, long javaTimeInMillis) in format() argument
410 … return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(javaTimeInMillis)); in format()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAutoFormatFieldObj.java86 XIndexAccess formatIndex = (XIndexAccess) UnoRuntime.queryInterface in createTestEnvironment() local
89 new Type(XInterface.class),formatIndex.getByIndex(0)); in createTestEnvironment()
/aoo42x/main/unotools/source/i18n/
H A Dnumberformatcodewrapper.cxx119 NumberFormatCodeWrapper::getFormatCode( sal_Int16 formatIndex ) const in getFormatCode()
124 return xNFC->getFormatCode( formatIndex, aLocale ); in getFormatCode()
/aoo42x/main/offapi/com/sun/star/i18n/
H A DFormatElement.idl63 short formatIndex;
H A DCurrency.idl64 <member>FormatElement::formatIndex</member> values in the range 12..17.
H A DNumberFormatIndex.idl53 (see also <member>FormatElement::formatIndex</member>).
/aoo42x/main/svl/source/numbers/
H A Dzforlist.cxx1092 sal_Int16 nIdx = xSeq[j].formatIndex; in ImpGenerateCL()
1096 if ( i != j && xSeq[i].formatIndex == nIdx ) in ImpGenerateCL()

Completed in 49 milliseconds