Searched refs:ImplGetLocaleDataWrapper (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/source/control/ |
| H A D | field.cxx | 317 LocaleDataWrapper& FormatterBase::ImplGetLocaleDataWrapper() const in ImplGetLocaleDataWrapper() function in FormatterBase 328 return ImplGetLocaleDataWrapper(); in GetLocaleDataWrapper() 360 ImplGetLocaleDataWrapper().setLocale( rLocale ); in SetLocale() 444 if ( !ImplNumericGetValue( rStr, rValue, GetDecimalDigits(), ImplGetLocaleDataWrapper() ) ) in ImplNumericReformat() 612 …return ImplGetLocaleDataWrapper().getNum( nValue, GetDecimalDigits(), IsUseThousandSep(), IsShowTr… in CreateFieldText() 646 GetDecimalDigits(), ImplGetLocaleDataWrapper() ) ) in GetValue() 867 …Field(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLocaleDataWrapper() ) ) in PreNotify() 897 String sOldDecSep = ImplGetLocaleDataWrapper().getNumDecimalSep(); in DataChanged() 898 String sOldThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged() 900 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() [all …]
|
| H A D | field2.cxx | 1320 …if ( !ImplDateGetValue( rStr, aDate, GetExtDateFormat(sal_True), ImplGetLocaleDataWrapper(), GetCa… in ImplDateReformat() 1384 String aDateSep = ImplGetDateSep( ImplGetLocaleDataWrapper(), GetExtDateFormat( sal_True ) ); in ImplGetDateAsText() 1397 …return ImplGetLocaleDataWrapper().getLongDate( rDate, GetCalendarWrapper(), 1, sal_False, 1, !bSho… in ImplGetDateAsText() 1543 eFormat = ImplGetExtFormat( ImplGetLocaleDataWrapper().getLongDateFormat() ); in ImplDateSpinArea() 1550 String aDateSep = ImplGetDateSep( ImplGetLocaleDataWrapper(), eFormat ); in ImplDateSpinArea() 1724 switch ( ImplGetLocaleDataWrapper().getDateFormat() ) in GetExtDateFormat() 1901 …alue( GetField()->GetText(), aDate, GetExtDateFormat(sal_True), ImplGetLocaleDataWrapper(), GetCal… in GetDate() 1941 …alue( GetField()->GetText(), aDate, GetExtDateFormat(sal_True), ImplGetLocaleDataWrapper(), GetCal… in GetRealDate() 1971 …alue( GetField()->GetText(), aDate, GetExtDateFormat(sal_True), ImplGetLocaleDataWrapper(), GetCal… in IsEmptyDate() 2007 …ImplDateGetValue( aStr, maLastDate, GetExtDateFormat(sal_True), ImplGetLocaleDataWrapper(), GetCal… in Reformat() [all …]
|
| /AOO41X/main/vcl/source/app/ |
| H A D | i18nhelp.cxx | 78 LocaleDataWrapper& vcl::I18nHelper::ImplGetLocaleDataWrapper() const in ImplGetLocaleDataWrapper() function in vcl::I18nHelper 179 return ImplGetLocaleDataWrapper().getDate( rDate ); in GetDate() 184 return ImplGetLocaleDataWrapper().getNum( nNumber, nDecimals, bUseThousandSep, bTrailingZeros ); in GetNum()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | i18nhelp.hxx | 70 SAL_DLLPRIVATE LocaleDataWrapper& ImplGetLocaleDataWrapper() const;
|
| H A D | field.hxx | 63 SAL_DLLPRIVATE LocaleDataWrapper& ImplGetLocaleDataWrapper() const;
|