Lines Matching refs:SAL_CALL

66     virtual sal_Bool SAL_CALL getEnabled() throw (css::uno::RuntimeException);
67 virtual void SAL_CALL setEnabled( sal_Bool _enabled ) throw (css::uno::RuntimeException);
68 virtual sal_Bool SAL_CALL getVisible() throw (css::uno::RuntimeException);
69 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
70 virtual double SAL_CALL getHeight() throw (css::uno::RuntimeException);
71 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
72 virtual double SAL_CALL getWidth() throw (css::uno::RuntimeException);
73 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
74 virtual double SAL_CALL getLeft() throw (css::uno::RuntimeException);
75 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
76 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
77 virtual void SAL_CALL setTop( double _top ) throw (css::uno::RuntimeException);
78 virtual void SAL_CALL SetFocus( ) throw (css::uno::RuntimeException);
79 …virtual void SAL_CALL Move( double Left, double Top, const ::com::sun::star::uno::Any& Width, cons…
81 …virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getObject() throw (css::uno::RuntimeE…
82 virtual rtl::OUString SAL_CALL getControlSource() throw (css::uno::RuntimeException);
83 …virtual void SAL_CALL setControlSource( const rtl::OUString& _controlsource ) throw (css::uno::Run…
84 virtual rtl::OUString SAL_CALL getRowSource() throw (css::uno::RuntimeException);
85 …virtual void SAL_CALL setRowSource( const rtl::OUString& _rowsource ) throw (css::uno::RuntimeExce…
86 virtual rtl::OUString SAL_CALL getName() throw (css::uno::RuntimeException);
87 virtual void SAL_CALL setName( const rtl::OUString& _name ) throw (css::uno::RuntimeException);
88 virtual rtl::OUString SAL_CALL getControlTipText() throw (css::uno::RuntimeException);
89 …virtual void SAL_CALL setControlTipText( const rtl::OUString& ) throw (css::uno::RuntimeException);
90 virtual ::rtl::OUString SAL_CALL getTag() throw (css::uno::RuntimeException);
91 virtual void SAL_CALL setTag( const ::rtl::OUString& aTag ) throw (css::uno::RuntimeException);
92 virtual sal_Int32 SAL_CALL getTabIndex() throw (css::uno::RuntimeException);
93 virtual void SAL_CALL setTabIndex( sal_Int32 nTabIndex ) throw (css::uno::RuntimeException);