|
LibreOffice Module vbahelper (master) 1
|
#include <vbawindowbase.hxx>
Public Member Functions | |
| VbaWindowBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel > &xModel, const css::uno::Reference< css::frame::XController > &xController) | |
| VbaWindowBase (css::uno::Sequence< css::uno::Any > const &aArgs, css::uno::Reference< css::uno::XComponentContext > const &xContext) | |
| virtual sal_Int32 SAL_CALL | getHeight () override |
| virtual void SAL_CALL | setHeight (sal_Int32 _height) override |
| virtual sal_Int32 SAL_CALL | getLeft () override |
| virtual void SAL_CALL | setLeft (sal_Int32 _left) override |
| virtual sal_Int32 SAL_CALL | getTop () override |
| virtual void SAL_CALL | setTop (sal_Int32 _top) override |
| virtual sal_Bool SAL_CALL | getVisible () override |
| virtual void SAL_CALL | setVisible (sal_Bool _visible) override |
| virtual sal_Int32 SAL_CALL | getWidth () override |
| virtual void SAL_CALL | setWidth (sal_Int32 _width) override |
| virtual OUString | getServiceImplName () override |
| virtual css::uno::Sequence< OUString > | getServiceNames () override |
Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< Ifc > | |
| InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
| InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
| virtual OUString | getServiceImplName ()=0 |
| virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
| virtual ::sal_Int32 SAL_CALL | getCreator () override |
| virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
| virtual css::uno::Any SAL_CALL | Application () override |
| virtual OUString SAL_CALL | getImplementationName () override |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Protected Member Functions | |
| css::uno::Reference< css::frame::XController > | getController () const |
| css::uno::Reference< css::awt::XWindow > | getWindow () const |
| css::uno::Reference< css::awt::XWindow2 > | getWindow2 () const |
Protected Attributes | |
| css::uno::Reference< css::frame::XModel > | m_xModel |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
| css::uno::WeakReference< ov::XHelperInterface > | mxParent |
| css::uno::Reference< css::uno::XComponentContext > | mxContext |
Private Member Functions | |
| void | construct (const css::uno::Reference< css::frame::XController > &xController) |
Private Attributes | |
| css::uno::WeakReference< css::frame::XController > | m_xController |
| css::uno::WeakReference< css::awt::XWindow > | m_xWindow |
Definition at line 51 of file vbawindowbase.hxx.
| VbaWindowBase::VbaWindowBase | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
| const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
| const css::uno::Reference< css::frame::XModel > & | xModel, | ||
| const css::uno::Reference< css::frame::XController > & | xController | ||
| ) |
| css::uno::RuntimeException |
| VbaWindowBase::VbaWindowBase | ( | css::uno::Sequence< css::uno::Any > const & | aArgs, |
| css::uno::Reference< css::uno::XComponentContext > const & | xContext | ||
| ) |
| css::uno::RuntimeException |
|
private |
| css::uno::RuntimeException |
Definition at line 162 of file vbawindowbase.cxx.
References m_xController, m_xWindow, xController, and xFrame.
|
protected |
| css::uno::RuntimeException |
Definition at line 147 of file vbawindowbase.cxx.
References m_xController.
|
overridevirtual |
Definition at line 84 of file vbawindowbase.cxx.
References getWindow().
|
overridevirtual |
Definition at line 96 of file vbawindowbase.cxx.
References getWindow().
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 132 of file vbawindowbase.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 138 of file vbawindowbase.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 108 of file vbawindowbase.cxx.
References getWindow().
|
overridevirtual |
Definition at line 50 of file vbawindowbase.cxx.
References getWindow2().
|
overridevirtual |
Definition at line 120 of file vbawindowbase.cxx.
References getWindow().
|
protected |
| css::uno::RuntimeException |
Definition at line 152 of file vbawindowbase.cxx.
References m_xWindow.
Referenced by getHeight(), getLeft(), getTop(), getWidth(), getWindow2(), setHeight(), setLeft(), setTop(), and setWidth().
|
protected |
| css::uno::RuntimeException |
Definition at line 157 of file vbawindowbase.cxx.
References getWindow().
Referenced by getVisible(), and setVisible().
|
overridevirtual |
Definition at line 90 of file vbawindowbase.cxx.
References getWindow(), and setPosSize().
|
overridevirtual |
Definition at line 102 of file vbawindowbase.cxx.
References getWindow(), and setPosSize().
|
overridevirtual |
Definition at line 114 of file vbawindowbase.cxx.
References getWindow(), and setPosSize().
|
overridevirtual |
Definition at line 56 of file vbawindowbase.cxx.
References getWindow2().
|
overridevirtual |
Definition at line 126 of file vbawindowbase.cxx.
References getWindow(), and setPosSize().
|
private |
Definition at line 95 of file vbawindowbase.hxx.
Referenced by construct(), and getController().
|
protected |
Definition at line 89 of file vbawindowbase.hxx.
|
private |
Definition at line 96 of file vbawindowbase.hxx.
Referenced by construct(), and getWindow().