Searched refs:minValue (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 151 …void SAL_CALL VCLXSpinButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 current… in setValues() argument 155 setMinimum( minValue ); in setValues() 167 void SAL_CALL VCLXSpinButton::setMinimum( sal_Int32 minValue ) throw (RuntimeException) in setMinimum() argument 169 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMin, minValue ); in setMinimum()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | tkspinbutton.cxx | 249 …void SAL_CALL UnoSpinButtonControl::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 c… in setValues() argument 251 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MIN ), makeAny( minValue ), sal_True… in setValues() 270 void SAL_CALL UnoSpinButtonControl::setMinimum( sal_Int32 minValue ) throw (RuntimeException) in setMinimum() argument 272 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MIN ), makeAny( minValue ), sal_True… in setMinimum()
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxspinbutton.hxx | 68 …virtual void SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) … 70 …virtual void SAL_CALL setMinimum( sal_Int32 minValue ) throw (::com::sun::star::uno::RuntimeExcept…
|
/aoo41x/main/toolkit/inc/toolkit/controls/ |
H A D | tkspinbutton.hxx | 101 …virtual void SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) … 103 …virtual void SAL_CALL setMinimum( sal_Int32 minValue ) throw (::com::sun::star::uno::RuntimeExcept…
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XSpinValue.idl | 75 [oneway] void setValues( [in] long minValue, [in] long maxValue, [in] long currentValue ); 87 [oneway] void setMinimum( [in] long minValue );
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 525 sal_Int64 minValue = getTypedControlWindow()->GetMin(); in getMinValue() local 526 if ( minValue == ::std::numeric_limits< sal_Int64 >::min() ) in getMinValue() 529 aReturn.Value = (double)minValue; in getMinValue()
|
/aoo41x/main/oox/source/token/ |
H A D | tokens.txt | 3312 minValue
|
Completed in 97 milliseconds