Lines Matching refs:UnoSpinButtonControl

137     UnoSpinButtonControl::UnoSpinButtonControl( const Reference< XMultiServiceFactory >& i_factory )  in UnoSpinButtonControl()  function in toolkit::UnoSpinButtonControl
144 ::rtl::OUString UnoSpinButtonControl::GetComponentServiceName() in GetComponentServiceName()
150 Any UnoSpinButtonControl::queryAggregation( const Type & rType ) throw(RuntimeException) in queryAggregation()
159 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( UnoSpinButtonControl, UnoControlBase, UnoSpinButtonControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
162 void UnoSpinButtonControl::dispose() throw(RuntimeException) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
182 ::rtl::OUString SAL_CALL UnoSpinButtonControl::getImplementationName( ) throw(RuntimeException) in getImplementationName()
188 …Sequence< ::rtl::OUString > SAL_CALL UnoSpinButtonControl::getSupportedServiceNames() throw(Runtim… in getSupportedServiceNames()
197 …void UnoSpinButtonControl::createPeer( const Reference< XToolkit > & rxToolkit, const Reference< X… in createPeer()
207 …void UnoSpinButtonControl::adjustmentValueChanged( const AdjustmentEvent& rEvent ) throw(RuntimeEx… in adjustmentValueChanged()
229 …void UnoSpinButtonControl::addAdjustmentListener( const Reference< XAdjustmentListener > & listene… in addAdjustmentListener()
236 …void UnoSpinButtonControl::removeAdjustmentListener( const Reference< XAdjustmentListener > & list… in removeAdjustmentListener()
243 void SAL_CALL UnoSpinButtonControl::setValue( sal_Int32 value ) throw (RuntimeException) in setValue()
249 …void SAL_CALL UnoSpinButtonControl::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 c… in setValues()
257 sal_Int32 SAL_CALL UnoSpinButtonControl::getValue( ) throw (RuntimeException) in getValue()
270 void SAL_CALL UnoSpinButtonControl::setMinimum( sal_Int32 minValue ) throw (RuntimeException) in setMinimum()
276 void SAL_CALL UnoSpinButtonControl::setMaximum( sal_Int32 maxValue ) throw (RuntimeException) in setMaximum()
282 sal_Int32 SAL_CALL UnoSpinButtonControl::getMinimum( ) throw (RuntimeException) in getMinimum()
295 sal_Int32 SAL_CALL UnoSpinButtonControl::getMaximum( ) throw (RuntimeException) in getMaximum()
308 …void SAL_CALL UnoSpinButtonControl::setSpinIncrement( sal_Int32 spinIncrement ) throw (RuntimeExce… in setSpinIncrement()
314 sal_Int32 SAL_CALL UnoSpinButtonControl::getSpinIncrement( ) throw (RuntimeException) in getSpinIncrement()
327 …void SAL_CALL UnoSpinButtonControl::setOrientation( sal_Int32 orientation ) throw (NoSupportExcept… in setOrientation()
333 sal_Int32 SAL_CALL UnoSpinButtonControl::getOrientation( ) throw (RuntimeException) in getOrientation()