Searched refs:MetricFormatter (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 1510 inline void MetricFormatter::ImplInit() in ImplInit() 1519 MetricFormatter::MetricFormatter() in MetricFormatter() function in MetricFormatter 1526 void MetricFormatter::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() 1545 MetricFormatter::~MetricFormatter() in ~MetricFormatter() 1551 void MetricFormatter::SetUnit( FieldUnit eNewUnit ) in SetUnit() 1629 void MetricFormatter::SetValue( sal_Int64 nValue ) in SetValue() 1637 sal_Int64 MetricFormatter::GetValue() const in GetValue() 1654 sal_Int64 MetricFormatter::GetMin( FieldUnit eOutUnit ) const in GetMin() 1698 void MetricFormatter::Reformat() in Reformat() 2020 MetricFormatter::Reformat(); in ReformatAll() [all …]
|
/aoo42x/main/toolkit/doc/layout/ |
H A D | metricfield.txt | 26 class VCL_DLLPUBLIC MetricFormatter : public NumericFormatter 29 MetricFormatter - very simple sal_Int64 wrapping ... 40 + LongCurrencyFormatter -> 'MetricFormatter' ... 52 + The 'MetricField' (is also a MetricFormatter) 53 + MetricFormatter [ unusually ] has 'Unit' support
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | prcntfld.hxx | 49 using MetricFormatter::SetUserValue; 50 using MetricFormatter::SetBaseValue; 51 using MetricFormatter::SetMax; 52 using MetricFormatter::SetMin;
|
H A D | uitool.hxx | 31 class MetricFormatter; 45 SW_DLLPUBLIC void SetMetric(MetricFormatter& rCtrl, FieldUnit eUnit);
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 108 MetricFormatter::SetValue(nPercent); in ShowPercent() 113 MetricFormatter::SetValue(nLastPercent); in ShowPercent() 145 MetricFormatter::SetValue(nNewValue, eInUnit); in SetValue() 153 MetricFormatter::SetValue(Convert(nNewValue, eInUnit, GetUnit())); in SetPrcntValue() 169 MetricFormatter::SetValue(nPercent); in SetPrcntValue()
|
H A D | uitool.cxx | 112 void SetMetric(MetricFormatter& rCtrl, FieldUnit eUnit) in SetMetric()
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 276 MetricFormatter::MetricFormatter( FormatterBaseImpl *pImpl ) in MetricFormatter() function in layout::MetricFormatter 280 MetricFormatterImpl& MetricFormatter::getFormatImpl() const in getFormatImpl() 286 void MetricFormatter::vclmethod( sal_Int64 nValue, FieldUnit nUnit ) \ 301 void MetricFormatter::SetSpinSize( sal_Int64 nValue ) in SET_IMPL() 308 sal_Int64 MetricFormatter::GetValue( FieldUnit nUnit ) const in GetValue() 315 IMPL_CONSTRUCTORS_2( MetricField, SpinField, MetricFormatter, "metricfield" );
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | field.hxx | 228 class VCL_DLLPUBLIC MetricFormatter : public NumericFormatter class 241 MetricFormatter(); 249 ~MetricFormatter(); 546 class VCL_DLLPUBLIC MetricField : public SpinField, public MetricFormatter 769 class VCL_DLLPUBLIC MetricBox : public ComboBox, public MetricFormatter
|
/aoo42x/main/toolkit/inc/layout/ |
H A D | layout-pre.hxx | 58 #define MetricFormatter layout::MetricFormatter macro
|
H A D | layout.hxx | 456 class TOOLKIT_DLLPUBLIC MetricFormatter : public FormatterBase class 459 explicit MetricFormatter( FormatterBaseImpl *pImpl ); 473 class TOOLKIT_DLLPUBLIC MetricField : public SpinField, public MetricFormatter
|
H A D | layout-post.hxx | 58 #undef MetricFormatter
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 1014 class MetricFormatter; 1019 MetricFormatter *GetMetricFormatter() throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 5521 MetricFormatter *VCLXMetricField::GetMetricFormatter() throw(::com::sun::star::uno::RuntimeExceptio… in GetMetricFormatter() 5523 MetricFormatter *pFormatter = (MetricFormatter *) GetFormatter(); in GetMetricFormatter()
|
Completed in 99 milliseconds