Lines Matching refs:ONumericControl

494 	ONumericControl::ONumericControl( Window* _pParent, WinBits _nWinStyle )  in ONumericControl()  function in pcr::ONumericControl
509 ::sal_Int16 SAL_CALL ONumericControl::getDecimalDigits() throw (RuntimeException) in getDecimalDigits()
515 …void SAL_CALL ONumericControl::setDecimalDigits( ::sal_Int16 _decimaldigits ) throw (RuntimeExcept… in setDecimalDigits()
521 Optional< double > SAL_CALL ONumericControl::getMinValue() throw (RuntimeException) in getMinValue()
535 …void SAL_CALL ONumericControl::setMinValue( const Optional< double >& _minvalue ) throw (RuntimeEx… in setMinValue()
544 Optional< double > SAL_CALL ONumericControl::getMaxValue() throw (RuntimeException) in getMaxValue()
558 …void SAL_CALL ONumericControl::setMaxValue( const Optional< double >& _maxvalue ) throw (RuntimeEx… in setMaxValue()
567 ::sal_Int16 SAL_CALL ONumericControl::getDisplayUnit() throw (RuntimeException) in getDisplayUnit()
573 …void SAL_CALL ONumericControl::setDisplayUnit( ::sal_Int16 _displayunit ) throw (IllegalArgumentEx… in setDisplayUnit()
596 ::sal_Int16 SAL_CALL ONumericControl::getValueUnit() throw (RuntimeException) in getValueUnit()
602 void SAL_CALL ONumericControl::setValueUnit( ::sal_Int16 _valueunit ) throw (RuntimeException) in setValueUnit()
610 …void SAL_CALL ONumericControl::setValue( const Any& _rValue ) throw (IllegalTypeException, Runtime… in setValue()
627 long ONumericControl::impl_apiValueToFieldValue_nothrow( double _nApiValue ) const in impl_apiValueToFieldValue_nothrow()
635 double ONumericControl::impl_fieldValueToApiValue_nothrow( sal_Int64 _nFieldValue ) const in impl_fieldValueToApiValue_nothrow()
643 Any SAL_CALL ONumericControl::getValue() throw (RuntimeException) in getValue()
655 Type SAL_CALL ONumericControl::getValueType() throw (RuntimeException) in getValueType()