Searched refs:nAnzLeading (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svtools/source/control/ |
H A D | fmtfield.cxx | 722 sal_uInt16 nPrecision, nAnzLeading; in GetThousandsSep() local 723 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep() 736 sal_uInt16 nPrecision, nAnzLeading; in SetThousandsSep() local 737 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetThousandsSep() 747 …nerateFormat(sFmtDescription, m_nFormatKey, eLang, _bUseSeparator, IsRed, nPrecision, nAnzLeading); in SetThousandsSep() 766 sal_uInt16 nPrecision, nAnzLeading; in GetDecimalDigits() local 767 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetDecimalDigits() 780 sal_uInt16 nPrecision, nAnzLeading; in SetDecimalDigits() local 781 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetDecimalDigits() 791 …->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPrecision, nAnzLeading); in SetDecimalDigits()
|
/aoo41x/main/svl/source/numbers/ |
H A D | zforlist.cxx | 1917 sal_uInt16& nAnzLeading) in GetFormatSpecialInfo() argument 1923 nPrecision, nAnzLeading); in GetFormatSpecialInfo() 1929 nAnzLeading = 0; in GetFormatSpecialInfo() 1967 sal_uInt16& nAnzLeading, LanguageType eLnge ) in GetFormatSpecialInfo() argument 1979 pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nAnzLeading ); in GetFormatSpecialInfo() 1985 nAnzLeading = 0; in GetFormatSpecialInfo() 2706 sal_uInt16 nAnzLeading) in GenerateFormat() argument 2719 if (nAnzLeading == 0) in GenerateFormat() 2732 for (i = 0; i < nAnzLeading; i++) in GenerateFormat() 2741 if (bThousand && nAnzLeading < nDigitsInFirstGroup + 1) in GenerateFormat() [all …]
|
H A D | zformat.cxx | 3905 sal_uInt16& nAnzLeading) const in GetFormatSpecialInfo() 3910 GetNumForInfo( 0, nDummyType, bThousand, nPrecision, nAnzLeading ); in GetFormatSpecialInfo() 3923 sal_Bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const in GetNumForInfo() 3936 nAnzLeading = 1; in GetNumForInfo() 3939 nAnzLeading = 0; in GetNumForInfo() 3952 nAnzLeading++; in GetNumForInfo()
|
/aoo41x/main/svl/inc/svl/ |
H A D | zforlist.hxx | 478 sal_uInt16 nPrecision = 0, sal_uInt16 nAnzLeading = 1 ); 552 sal_uInt16& nPrecision, sal_uInt16& nAnzLeading); 565 sal_uInt16& nPrecision, sal_uInt16& nAnzLeading,
|
H A D | zformat.hxx | 259 sal_uInt16& nAnzLeading) const; 420 sal_Bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const;
|
Completed in 73 milliseconds