Lines Matching refs:ScVbaControl

65 ScVbaControl::getWindowPeer() throw (uno::RuntimeException)  in getWindowPeer()
99 ScVbaControl *pControl;
101 ScVbaControlListener( ScVbaControl *pTmpControl );
106 ScVbaControlListener::ScVbaControlListener( ScVbaControl *pTmpControl ): pControl( pTmpControl ) in ScVbaControlListener()
126 ScVbaControl::ScVbaControl( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in ScVbaControl() function in ScVbaControl
143 ScVbaControl::~ScVbaControl() in ~ScVbaControl()
153 ScVbaControl::setGeometryHelper( AbstractGeometryAttributes* pHelper ) in setGeometryHelper()
158 void ScVbaControl::removeResouce() throw( uno::RuntimeException ) in removeResouce()
167 sal_Bool SAL_CALL ScVbaControl::getEnabled() throw (uno::RuntimeException) in getEnabled()
176 void SAL_CALL ScVbaControl::setEnabled( sal_Bool bVisible ) throw (uno::RuntimeException) in setEnabled()
184 sal_Bool SAL_CALL ScVbaControl::getVisible() throw (uno::RuntimeException) in getVisible()
192 void SAL_CALL ScVbaControl::setVisible( sal_Bool bVisible ) throw (uno::RuntimeException) in setVisible()
198 double SAL_CALL ScVbaControl::getHeight() throw (uno::RuntimeException) in getHeight()
202 void SAL_CALL ScVbaControl::setHeight( double _height ) throw (uno::RuntimeException) in setHeight()
207 double SAL_CALL ScVbaControl::getWidth() throw (uno::RuntimeException) in getWidth()
211 void SAL_CALL ScVbaControl::setWidth( double _width ) throw (uno::RuntimeException) in setWidth()
217 ScVbaControl::getLeft() throw (uno::RuntimeException) in getLeft()
223 ScVbaControl::setLeft( double _left ) throw (uno::RuntimeException) in setLeft()
229 ScVbaControl::getTop() throw (uno::RuntimeException) in getTop()
235 ScVbaControl::setTop( double _top ) throw (uno::RuntimeException) in setTop()
241 ScVbaControl::getObject() throw (uno::RuntimeException) in getObject()
247 void SAL_CALL ScVbaControl::SetFocus() throw (uno::RuntimeException) in SetFocus()
253 void SAL_CALL ScVbaControl::Move( double Left, double Top, const uno::Any& Width, const uno::Any& H… in Move()
270 ScVbaControl::getControlSource() throw (uno::RuntimeException) in getControlSource()
301 ScVbaControl::setControlSource( const rtl::OUString& _controlsource ) throw (uno::RuntimeException) in setControlSource()
312 ScVbaControl::getRowSource() throw (uno::RuntimeException) in getRowSource()
341 ScVbaControl::setRowSource( const rtl::OUString& _rowsource ) throw (uno::RuntimeException) in setRowSource()
352 ScVbaControl::getName() throw (uno::RuntimeException) in getName()
362 ScVbaControl::setName( const rtl::OUString& _name ) throw (uno::RuntimeException) in setName()
369 ScVbaControl::getControlTipText() throw (css::uno::RuntimeException) in getControlTipText()
378 ScVbaControl::setControlTipText( const rtl::OUString& rsToolTip ) throw (css::uno::RuntimeException) in setControlTipText()
384 ::rtl::OUString SAL_CALL ScVbaControl::getTag() in getTag()
390 void SAL_CALL ScVbaControl::setTag( const ::rtl::OUString& aTag ) in setTag()
396 sal_Int32 SAL_CALL ScVbaControl::getTabIndex() throw (uno::RuntimeException) in getTabIndex()
401 void SAL_CALL ScVbaControl::setTabIndex( sal_Int32 /*nTabIndex*/ ) throw (uno::RuntimeException) in setTabIndex()
497 ScVbaControl::getServiceImplName() in getServiceImplName()
504 ScVbaControl::getServiceNames() in getServiceNames()