Searched refs:IsRed (Results 1 – 5 of 5) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | fmtfield.cxx | 721 sal_Bool bThousand, IsRed; in GetThousandsSep() local 723 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep() 735 sal_Bool bThousand, IsRed; in SetThousandsSep() local 737 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetThousandsSep() 747 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, _bUseSeparator, IsRed, nP… in SetThousandsSep() 765 sal_Bool bThousand, IsRed; in GetDecimalDigits() local 767 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetDecimalDigits() 779 sal_Bool bThousand, IsRed; in SetDecimalDigits() local 781 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetDecimalDigits() 791 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPreci… in SetDecimalDigits()
|
/trunk/main/svl/inc/svl/ |
H A D | zforlist.hxx | 477 sal_Bool bThousand = sal_False, sal_Bool IsRed = sal_False, 551 void GetFormatSpecialInfo(sal_uInt32 nFormat, sal_Bool& bThousand, sal_Bool& IsRed, 564 sal_uInt32 GetFormatSpecialInfo( const String&, sal_Bool& bThousand, sal_Bool& IsRed,
|
H A D | zformat.hxx | 257 sal_Bool& IsRed,
|
/trunk/main/svl/source/numbers/ |
H A D | zforlist.cxx | 1915 sal_Bool& IsRed, in GetFormatSpecialInfo() argument 1922 pFormat->GetFormatSpecialInfo(bThousand, IsRed, in GetFormatSpecialInfo() 1927 IsRed = sal_False; in GetFormatSpecialInfo() 1966 sal_Bool& bThousand, sal_Bool& IsRed, sal_uInt16& nPrecision, in GetFormatSpecialInfo() argument 1979 pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nAnzLeading ); in GetFormatSpecialInfo() 1983 IsRed = sal_False; in GetFormatSpecialInfo() 2704 sal_Bool IsRed, in GenerateFormat() argument 2800 if (IsRed) in GenerateFormat() 2811 if (IsRed && eType != NUMBERFORMAT_CURRENCY) in GenerateFormat()
|
H A D | zformat.cxx | 3903 sal_Bool& IsRed, in GetFormatSpecialInfo() argument 3917 IsRed = sal_True; in GetFormatSpecialInfo() 3919 IsRed = sal_False; in GetFormatSpecialInfo()
|
Completed in 73 milliseconds