Searched refs:getFormatImpl (Results 1 – 2 of 2) sorted by relevance
245 NumericFormatterImpl& NumericFormatter::getFormatImpl() const in getFormatImpl() function in layout::NumericFormatter253 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::MetricFormatter288 if ( !getFormatImpl().mxField.is() ) \303 if ( !getFormatImpl().mxField.is() ) in SET_IMPL()305 getFormatImpl().mxField->setSpinSize( nValue ); in SET_IMPL()310 if ( !getFormatImpl().mxField.is() ) in GetValue()[all …]
433 NumericFormatterImpl &getFormatImpl() const;460 MetricFormatterImpl &getFormatImpl() const;
Completed in 19 milliseconds