Searched refs:maxValue (Results 1 – 8 of 8) sorted by relevance
/trunk/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 156 setMaximum( maxValue ); in setValues() 173 void SAL_CALL VCLXSpinButton::setMaximum( sal_Int32 maxValue ) throw (RuntimeException) in setMaximum() argument 175 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMax, maxValue ); in setMaximum()
|
/trunk/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 252 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MAX ), makeAny( maxValue ), sal_True… in setValues() 276 void SAL_CALL UnoSpinButtonControl::setMaximum( sal_Int32 maxValue ) throw (RuntimeException) in setMaximum() argument 278 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MAX ), makeAny( maxValue ), sal_True… in setMaximum()
|
/trunk/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 ) … 71 …virtual void SAL_CALL setMaximum( sal_Int32 maxValue ) throw (::com::sun::star::uno::RuntimeExcept…
|
/trunk/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 ) … 104 …virtual void SAL_CALL setMaximum( sal_Int32 maxValue ) throw (::com::sun::star::uno::RuntimeExcept…
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XSpinValue.idl | 75 [oneway] void setValues( [in] long minValue, [in] long maxValue, [in] long currentValue ); 93 [oneway] void setMaximum( [in] long maxValue );
|
/trunk/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 548 sal_Int64 maxValue = getTypedControlWindow()->GetMax(); in getMaxValue() local 549 if ( maxValue == ::std::numeric_limits< sal_Int64 >::max() ) in getMaxValue() 552 aReturn.Value = (double)maxValue; in getMaxValue()
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | JobProgressIndicator.java | 53 void start(String text, int maxValue); in start() argument
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 3255 maxValue
|
Completed in 71 milliseconds