Searched refs:GetFormatSpecialInfo (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/svl/source/numbers/ |
H A D | numfmuno.cxx | 793 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue() 798 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue() 803 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue() 808 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue() 902 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValues()
|
H A D | zforlist.cxx | 1913 void SvNumberFormatter::GetFormatSpecialInfo(sal_uInt32 nFormat, in GetFormatSpecialInfo() function in SvNumberFormatter 1922 pFormat->GetFormatSpecialInfo(bThousand, IsRed, in GetFormatSpecialInfo() 1965 sal_uInt32 SvNumberFormatter::GetFormatSpecialInfo( const String& rFormatString, in GetFormatSpecialInfo() function in SvNumberFormatter 1979 pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nAnzLeading ); in GetFormatSpecialInfo()
|
H A D | zformat.cxx | 3902 void SvNumberformat::GetFormatSpecialInfo(sal_Bool& bThousand, in GetFormatSpecialInfo() function in SvNumberformat
|
/aoo42x/main/svtools/source/control/ |
H A D | fmtfield.cxx | 723 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep() 737 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetThousandsSep() 767 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetDecimalDigits() 781 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetDecimalDigits()
|
/aoo42x/main/svl/inc/svl/ |
H A D | zforlist.hxx | 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 | 256 void GetFormatSpecialInfo(sal_Bool& bThousand,
|
/aoo42x/main/svx/source/items/ |
H A D | numfmtsh.cxx | 417 pFormatter->GetFormatSpecialInfo( nFmtKey, in GetOptions() 432 pFormatter->GetFormatSpecialInfo( rFormat,rThousand, rNegRed, in GetOptions()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 2375 … pFormatter->GetFormatSpecialInfo(nNumberFormat,bThousand, bNegRed, nPrecision, nLeadZeroes); in GetNumFormatState()
|
H A D | viewfunc.cxx | 2762 pOldEntry->GetFormatSpecialInfo( bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 2297 pFormatter->GetFormatSpecialInfo( nFormat, bThousand, bIsRed, nPrec, nLeading ); in ScCell()
|
Completed in 124 milliseconds