Lines Matching refs:VCLXSpinButton

67     DBG_NAME( VCLXSpinButton )  in DBG_NAME()  argument
69 VCLXSpinButton::VCLXSpinButton() in DBG_NAME()
72 DBG_CTOR( VCLXSpinButton, NULL ); in DBG_NAME()
76 VCLXSpinButton::~VCLXSpinButton() in ~VCLXSpinButton()
78 DBG_DTOR( VCLXSpinButton, NULL ); in ~VCLXSpinButton()
82 IMPLEMENT_FORWARD_XINTERFACE2( VCLXSpinButton, VCLXWindow, VCLXSpinButton_Base ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
85 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXSpinButton, VCLXWindow, VCLXSpinButton_Base ) in IMPLEMENT_FORWARD_XINTERFACE2()
88 void SAL_CALL VCLXSpinButton::dispose( ) throw(RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
102 …void SAL_CALL VCLXSpinButton::addAdjustmentListener( const Reference< XAdjustmentListener >& liste… in addAdjustmentListener()
109 …void SAL_CALL VCLXSpinButton::removeAdjustmentListener( const Reference< XAdjustmentListener >& li… in removeAdjustmentListener()
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()
219 void VCLXSpinButton::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent()
251 …void SAL_CALL VCLXSpinButton::setProperty( const ::rtl::OUString& PropertyName, const Any& Value )… in setProperty()
301 …Any SAL_CALL VCLXSpinButton::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeExcep… in getProperty()