Searched refs:FormatterBase (Results 1 – 11 of 11) sorted by relevance
297 FormatterBase::FormatterBase( Edit* pField ) in FormatterBase() function in FormatterBase310 FormatterBase::~FormatterBase() in ~FormatterBase()317 LocaleDataWrapper& FormatterBase::ImplGetLocaleDataWrapper() const in ImplGetLocaleDataWrapper()333 void FormatterBase::Reformat() in Reformat()339 void FormatterBase::ReformatAll() in ReformatAll()346 void FormatterBase::SetStrictFormat( sal_Bool bStrict ) in SetStrictFormat()358 void FormatterBase::SetLocale( const lang::Locale& rLocale ) in SetLocale()367 const lang::Locale& FormatterBase::GetLocale() const in GetLocale()382 const AllSettings& FormatterBase::GetFieldSettings() const in GetFieldSettings()425 void FormatterBase::SetEmptyFieldValue() in SetEmptyFieldValue()[all …]
1690 FormatterBase::SetLocale( rLocale ); in SetLocale()1953 FormatterBase::SetEmptyFieldValue(); in SetEmptyDate()1960 sal_Bool bEmpty = FormatterBase::IsEmptyFieldValue(); in IsEmptyDate()
44 class VCL_DLLPUBLIC FormatterBase class67 explicit FormatterBase( Edit* pField = NULL );68 virtual ~FormatterBase();106 class VCL_DLLPUBLIC PatternFormatter : public FormatterBase148 class VCL_DLLPUBLIC NumericFormatter : public FormatterBase318 class VCL_DLLPUBLIC DateFormatter : public FormatterBase418 class VCL_DLLPUBLIC TimeFormatter : public FormatterBase475 void SetEmptyTime() { FormatterBase::SetEmptyFieldValue(); } in SetEmptyTime()476 sal_Bool IsEmptyTime() const { return FormatterBase::IsEmptyFieldValue(); } in IsEmptyTime()
39 class VCL_DLLPUBLIC LongCurrencyFormatter : public FormatterBase
195 FormatterBase::FormatterBase( FormatterBaseImpl *pFormatImpl ) in FormatterBase() function in layout::FormatterBase241 : FormatterBase( pImpl ) in NumericFormatter()277 : FormatterBase( pImpl ) in MetricFormatter()
421 class TOOLKIT_DLLPUBLIC FormatterBase class425 FormatterBase( FormatterBaseImpl *pFormatImpl );429 class TOOLKIT_DLLPUBLIC NumericFormatter : public FormatterBase456 class TOOLKIT_DLLPUBLIC MetricFormatter : public FormatterBase
731 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(CurrencyField*)pNewWindow ); in ImplCreateWindow()740 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pNewWindow ); in ImplCreateWindow()801 …((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(LongCurrencyField*)pNewWindo… in ImplCreateWindow()817 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(MetricField*)pNewWindow ); in ImplCreateWindow()852 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(NumericField*)pNewWindow ); in ImplCreateWindow()864 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(PatternField*)pNewWindow ); in ImplCreateWindow()946 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(TimeField*)pNewWindow ); in ImplCreateWindow()
4377 FormatterBase* pFormatter = GetFormatter(); in setStrictFormat()4384 FormatterBase* pFormatter = GetFormatter(); in isStrictFormat()4393 FormatterBase* pFormatter = GetFormatter(); in setProperty()4433 FormatterBase* pFormatter = GetFormatter(); in getProperty()4607 FormatterBase* pFormatter = GetFormatter(); in getProperty()5429 FormatterBase* pFormatter = GetFormatter(); in getProperty()5694 FormatterBase* pFormatter = GetFormatter(); in getProperty()6031 FormatterBase* pFormatter = GetFormatter(); in getProperty()
27 class VCL_DLLPUBLIC NumericFormatter : public FormatterBase
101 class FormatterBase;851 FormatterBase* mpFormatter;854 FormatterBase* GetFormatter() const { return GetWindow() ? mpFormatter : NULL; } in GetFormatter()860 void SetFormatter( FormatterBase* pFormatter ) { mpFormatter = pFormatter; } in SetFormatter()
123 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pWindow ); in CreateWindow()
Completed in 217 milliseconds