Searched refs:VCLXSpinButton (Results 1 – 3 of 3) sorted by relevance
67 DBG_NAME( VCLXSpinButton ) in DBG_NAME() argument69 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() argument88 void SAL_CALL VCLXSpinButton::dispose( ) throw(RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()145 void SAL_CALL VCLXSpinButton::setValue( sal_Int32 n ) throw (RuntimeException) in setValue()161 sal_Int32 SAL_CALL VCLXSpinButton::getValue( ) throw (RuntimeException) in getValue()179 sal_Int32 SAL_CALL VCLXSpinButton::getMinimum( ) throw (RuntimeException) in getMinimum()[all …]
898 *ppNewComp = new ::toolkit::VCLXSpinButton; in ImplCreateWindow()
43 class VCLXSpinButton :public VCLXWindow class50 VCLXSpinButton();53 ~VCLXSpinButton( );87 VCLXSpinButton( const VCLXSpinButton& ); // never implemented88 VCLXSpinButton& operator=( const VCLXSpinButton& ); // never implemented
Completed in 26 milliseconds