Home
last modified time | relevance | path

Searched refs:MetricFormatter (Results 1 – 12 of 12) sorted by relevance

/AOO42X/main/vcl/source/control/
H A Dfield.cxx1478 sal_Bool MetricFormatter::ImplMetricReformat( const XubString& rStr, double& rValue, XubString& rOu… in ImplMetricReformat()
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()
1565 void MetricFormatter::SetCustomUnitText( const XubString& rStr ) in SetCustomUnitText()
1573 void MetricFormatter::SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetValue()
1581 XubString MetricFormatter::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText()
1598 void MetricFormatter::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dprcntfld.hxx49 using MetricFormatter::SetUserValue;
50 using MetricFormatter::SetBaseValue;
51 using MetricFormatter::SetMax;
52 using MetricFormatter::SetMin;
H A Duitool.hxx31 class MetricFormatter;
45 SW_DLLPUBLIC void SetMetric(MetricFormatter& rCtrl, FieldUnit eUnit);
/AOO42X/main/sw/source/ui/utlui/
H A Dprcntfld.cxx108 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 Duitool.cxx112 void SetMetric(MetricFormatter& rCtrl, FieldUnit eUnit) in SetMetric()
/AOO42X/main/toolkit/source/layout/vcl/
H A Dwfield.cxx276 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 Dfield.hxx228 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 Dlayout-pre.hxx58 #define MetricFormatter layout::MetricFormatter macro
H A Dlayout.hxx456 class TOOLKIT_DLLPUBLIC MetricFormatter : public FormatterBase class
459 explicit MetricFormatter( FormatterBaseImpl *pImpl );
473 class TOOLKIT_DLLPUBLIC MetricField : public SpinField, public MetricFormatter
H A Dlayout-post.hxx58 #undef MetricFormatter
/AOO42X/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx1014 class MetricFormatter;
1019 MetricFormatter *GetMetricFormatter() throw(::com::sun::star::uno::RuntimeException);
/AOO42X/main/toolkit/source/awt/
H A Dvclxwindows.cxx5521 MetricFormatter *VCLXMetricField::GetMetricFormatter() throw(::com::sun::star::uno::RuntimeExceptio… in GetMetricFormatter()
5523 MetricFormatter *pFormatter = (MetricFormatter *) GetFormatter(); in GetMetricFormatter()