Lines Matching refs:getFormatImpl
245 NumericFormatterImpl& NumericFormatter::getFormatImpl() const in getFormatImpl() function in layout::NumericFormatter
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()
280 MetricFormatterImpl& MetricFormatter::getFormatImpl() const in getFormatImpl() function in layout::MetricFormatter
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()