Home
last modified time | relevance | path

Searched refs:getFormatImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx245 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() ) \
303 if ( !getFormatImpl().mxField.is() ) in SET_IMPL()
305 getFormatImpl().mxField->setSpinSize( nValue ); in SET_IMPL()
310 if ( !getFormatImpl().mxField.is() ) in GetValue()
[all …]
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx433 NumericFormatterImpl &getFormatImpl() const;
460 MetricFormatterImpl &getFormatImpl() const;

Completed in 16 milliseconds