Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 8 of 8) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx151 …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 Dtkspinbutton.cxx249 …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 Dvclxspinbutton.hxx68 …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 Dtkspinbutton.hxx101 …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 DXSpinValue.idl75 [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 Dstandardcontrol.cxx548 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 DJobProgressIndicator.java53 void start(String text, int maxValue); in start() argument
/trunk/main/oox/source/token/
H A Dtokens.txt3255 maxValue

Completed in 32 milliseconds