Lines Matching refs:sal_Int32

121 …onValue( ::vos::IMutex& _rMutex, Window* _pWindow, SetSpinButtonValue _pSetter, sal_Int32 _nValue )  in lcl_setSpinButtonValue()
131sal_Int32 lcl_getSpinButtonValue( ::vos::IMutex& _rMutex, const Window* _pWindow, GetSpinButtonVal… in lcl_getSpinButtonValue()
135 sal_Int32 nValue = 0; in lcl_getSpinButtonValue()
145 void SAL_CALL VCLXSpinButton::setValue( sal_Int32 n ) throw (RuntimeException) in setValue()
151 …void SAL_CALL VCLXSpinButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 current… in setValues()
161 sal_Int32 SAL_CALL VCLXSpinButton::getValue( ) throw (RuntimeException) in getValue()
167 void SAL_CALL VCLXSpinButton::setMinimum( sal_Int32 minValue ) throw (RuntimeException) in setMinimum()
173 void SAL_CALL VCLXSpinButton::setMaximum( sal_Int32 maxValue ) throw (RuntimeException) in setMaximum()
179 sal_Int32 SAL_CALL VCLXSpinButton::getMinimum( ) throw (RuntimeException) in getMinimum()
185 sal_Int32 SAL_CALL VCLXSpinButton::getMaximum( ) throw (RuntimeException) in getMaximum()
191 … void SAL_CALL VCLXSpinButton::setSpinIncrement( sal_Int32 spinIncrement ) throw (RuntimeException) in setSpinIncrement()
197 sal_Int32 SAL_CALL VCLXSpinButton::getSpinIncrement( ) throw (RuntimeException) in getSpinIncrement()
203 …void SAL_CALL VCLXSpinButton::setOrientation( sal_Int32 orientation ) throw (NoSupportException, R… in setOrientation()
211 sal_Int32 SAL_CALL VCLXSpinButton::getOrientation( ) throw (RuntimeException) in getOrientation()
255 sal_Int32 nValue = 0; in setProperty()
319 aReturn <<= (sal_Int32)getValue( ); in getProperty()
323 aReturn <<= (sal_Int32)getMinimum( ); in getProperty()
327 aReturn <<= (sal_Int32)getMaximum( ); in getProperty()
331 aReturn <<= (sal_Int32)getSpinIncrement( ); in getProperty()
335 aReturn <<= (sal_Int32) in getProperty()