Lines Matching refs:mxField
203 uno::Reference< awt::XNumericField > mxField; member in layout::NumericFormatterImpl
206 , mxField( peer, uno::UNO_QUERY ) in NumericFormatterImpl()
213 sal_Int16 nDigits = mxField->getDecimalDigits(); in valueToDouble()
221 sal_Int16 nDigits = mxField->getDecimalDigits(); in doubleToValue()
232 uno::Reference< awt::XMetricField > mxField; member in layout::MetricFormatterImpl
235 , mxField( peer, uno::UNO_QUERY ) in MetricFormatterImpl()
253 if ( !getFormatImpl().mxField.is() ) \
255 getFormatImpl().mxField->idlmethod( getFormatImpl().valueToDouble( nValue ) ); \
267 if ( !getFormatImpl().mxField.is() ) in SET_IMPL()
269 return getFormatImpl().doubleToValue( getFormatImpl().mxField->getValue() ); in SET_IMPL()
288 if ( !getFormatImpl().mxField.is() ) \
290 getFormatImpl().mxField->idlmethod( nValue, MetricUnitVclToUno( nUnit ) ); \
303 if ( !getFormatImpl().mxField.is() ) in SET_IMPL()
305 getFormatImpl().mxField->setSpinSize( nValue ); in SET_IMPL()
310 if ( !getFormatImpl().mxField.is() ) in GetValue()
312 return getFormatImpl().mxField->getValue( MetricUnitVclToUno( nUnit ) ); in GetValue()