Lines Matching refs:sal_uInt16

232 	sal_uInt16			nPositiveFormat;	/// position of symbol
233 sal_uInt16 nNegativeFormat; /// position of symbol and type and position of negative sign
234 sal_uInt16 nDigits; /// count of decimal digits
248 const LocaleDataWrapper&, sal_uInt16 nDecimalFormat ) const;
276 sal_uInt16 GetPositiveFormat() const { return nPositiveFormat; } in GetPositiveFormat()
277 sal_uInt16 GetNegativeFormat() const { return nNegativeFormat; } in GetNegativeFormat()
278 sal_uInt16 GetDigits() const { return nDigits; } in GetDigits()
290 const LocaleDataWrapper&, sal_uInt16 nDecimalFormat = 1 ) const;
292 const LocaleDataWrapper&, sal_uInt16 nDecimalFormat = 1 ) const;
297 sal_uInt16 nPosiFormat ) const;
299 sal_uInt16 nNegaFormat ) const;
303 const String& rSymStr, sal_uInt16 nPosiFormat );
305 const String& rSymStr, sal_uInt16 nNegaFormat );
309 static sal_uInt16 GetEffectivePositiveFormat( sal_uInt16 nIntlFormat,
310 sal_uInt16 nCurrFormat, sal_Bool bBank );
311 static sal_uInt16 GetEffectiveNegativeFormat( sal_uInt16 nIntlFormat,
312 sal_uInt16 nCurrFormat, sal_Bool bBank );
336 static const sal_uInt16 UNLIMITED_PRECISION;
342 static const sal_uInt16 INPUTSTRING_PRECISION;
358 Color* GetUserDefColor(sal_uInt16 nIndex);
363 void ChangeNullDate(sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear);
478 sal_uInt16 nPrecision = 0, sal_uInt16 nAnzLeading = 1 );
552 sal_uInt16& nPrecision, sal_uInt16& nAnzLeading);
555 sal_uInt16 GetFormatPrecision( sal_uInt32 nFormat ) const;
565 sal_uInt16& nPrecision, sal_uInt16& nAnzLeading,
602 sal_uInt16 GetStandardPrec();
625 sal_uInt16 GetLastInsertKey(sal_uInt32 CLOffset);
658 void SetYear2000( sal_uInt16 nVal );
659 sal_uInt16 GetYear2000() const;
660 static sal_uInt16 GetYear2000Default();
662 sal_uInt16 ExpandTwoDigitYear( sal_uInt16 nYear ) const;
663 inline static sal_uInt16 ExpandTwoDigitYear( sal_uInt16 nYear, sal_uInt16 nTwoDigitYearStart );
728 sal_uInt16 GetCurrencyFormatStrings( NfWSStringsDtor&, const NfCurrencyEntry&,
790 String GetKeyword( LanguageType eLnge, sal_uInt16 nIndex );
833 SVL_DLLPRIVATE static sal_uInt16 nSystemCurrencyPosition;
865 sal_uInt16 nVersion,
925 const NfCurrencyEntry* pData, sal_uInt16 nPos, const String& rSymbol );
1015 inline sal_uInt16 SvNumberFormatter::ExpandTwoDigitYear( in ExpandTwoDigitYear()
1016 sal_uInt16 nYear, sal_uInt16 nTwoDigitYearStart ) in ExpandTwoDigitYear()