Searched refs:nCurrNegativeFormat (Results 1 – 2 of 2) sorted by relevance
162 nCurrPositiveFormat = nCurrNegativeFormat = nCurrDigits = nCurrFormatInvalid; in invalidateData()735 if ( nCurrNegativeFormat == nCurrFormatInvalid ) in getCurrNegativeFormat()740 return nCurrNegativeFormat; in getCurrNegativeFormat()783 nCurrPositiveFormat = nCurrNegativeFormat = nCurrFormatDefault; in getCurrSymbolsImpl()887 nCurrPositiveFormat = nCurrNegativeFormat = nCurrFormatDefault; in getCurrFormatsImpl()953 nCurrNegativeFormat = nCurrFormatDefault; in getCurrFormatsImpl()972 nCurrNegativeFormat = 0; // ($1) in getCurrFormatsImpl()974 nCurrNegativeFormat = 1; // -$1 in getCurrFormatsImpl()976 nCurrNegativeFormat = 3; // $1- in getCurrFormatsImpl()978 nCurrNegativeFormat = 2; // $-1 in getCurrFormatsImpl()[all …]
81 sal_uInt16 nCurrNegativeFormat; member in LocaleDataWrapper