Lines Matching refs:VbaWindowBase

31 VbaWindowBase::VbaWindowBase(  in VbaWindowBase()  function in VbaWindowBase
42 VbaWindowBase::VbaWindowBase( uno::Sequence< uno::Any > const & args, in VbaWindowBase() function in VbaWindowBase
51 VbaWindowBase::getVisible() throw (uno::RuntimeException) in getVisible()
57 VbaWindowBase::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible()
85 VbaWindowBase::getHeight() throw (uno::RuntimeException) in getHeight()
91 VbaWindowBase::setHeight( sal_Int32 _height ) throw (uno::RuntimeException) in setHeight()
97 VbaWindowBase::getLeft() throw (uno::RuntimeException) in getLeft()
103 VbaWindowBase::setLeft( sal_Int32 _left ) throw (uno::RuntimeException) in setLeft()
109 VbaWindowBase::getTop() throw (uno::RuntimeException) in getTop()
115 VbaWindowBase::setTop( sal_Int32 _top ) throw (uno::RuntimeException) in setTop()
121 VbaWindowBase::getWidth() throw (uno::RuntimeException) in getWidth()
127 VbaWindowBase::setWidth( sal_Int32 _width ) throw (uno::RuntimeException) in setWidth()
133 VbaWindowBase::getServiceImplName() in getServiceImplName()
140 VbaWindowBase::getServiceNames() in getServiceNames()
151 uno::Reference< frame::XController > VbaWindowBase::getController() throw (css::uno::RuntimeExcepti… in getController()
156 uno::Reference< awt::XWindow > VbaWindowBase::getWindow() throw (uno::RuntimeException) in getWindow()
161 uno::Reference< awt::XWindow2 > VbaWindowBase::getWindow2() throw (uno::RuntimeException) in getWindow2()
166 void VbaWindowBase::construct( const uno::Reference< frame::XController >& xController ) throw (uno… in construct()