Home
last modified time | relevance | path

Searched refs:nCurrNegativeFormat (Results 1 – 2 of 2) sorted by path

/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx81 sal_uInt16 nCurrNegativeFormat; member in LocaleDataWrapper
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx740 return nCurrNegativeFormat; in getCurrNegativeFormat()
972 nCurrNegativeFormat = 0; // ($1) in getCurrFormatsImpl()
974 nCurrNegativeFormat = 1; // -$1 in getCurrFormatsImpl()
976 nCurrNegativeFormat = 3; // $1- in getCurrFormatsImpl()
978 nCurrNegativeFormat = 2; // $-1 in getCurrFormatsImpl()
983 nCurrNegativeFormat = 4; // (1$) in getCurrFormatsImpl()
985 nCurrNegativeFormat = 5; // -1$ in getCurrFormatsImpl()
987 nCurrNegativeFormat = 7; // 1$- in getCurrFormatsImpl()
989 nCurrNegativeFormat = 6; // 1-$ in getCurrFormatsImpl()
999 nCurrNegativeFormat = 9; // -$ 1 in getCurrFormatsImpl()
[all …]

Completed in 15 milliseconds