LibreOffice Module sc (master) 1
|
#include <vbaassistant.hxx>
Public Member Functions | |
ScVbaAssistant (const css::uno::Reference< ov::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext) | |
virtual | ~ScVbaAssistant () override |
virtual sal_Bool SAL_CALL | getOn () override |
virtual void SAL_CALL | setOn (sal_Bool _on) override |
virtual sal_Bool SAL_CALL | getVisible () override |
virtual void SAL_CALL | setVisible (sal_Bool _visible) override |
virtual ::sal_Int32 SAL_CALL | getTop () override |
virtual void SAL_CALL | setTop (::sal_Int32 _top) override |
virtual ::sal_Int32 SAL_CALL | getLeft () override |
virtual void SAL_CALL | setLeft (::sal_Int32 _left) override |
virtual ::sal_Int32 SAL_CALL | getAnimation () override |
virtual void SAL_CALL | setAnimation (::sal_Int32 _animation) override |
virtual OUString SAL_CALL | Name () override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
Public Member Functions inherited from InheritedHelperInterfaceImpl< typename... 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 |
Private Attributes | |
bool | m_bIsVisible |
sal_Int32 | m_nPointsLeft |
sal_Int32 | m_nPointsTop |
sal_Int32 | m_nAnimation |
Additional Inherited Members | |
Protected Attributes inherited from InheritedHelperInterfaceImpl< typename... Ifc > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 29 of file vbaassistant.hxx.
ScVbaAssistant::ScVbaAssistant | ( | const css::uno::Reference< ov::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext | ||
) |
Definition at line 31 of file vbaassistant.cxx.
References m_bIsVisible, m_nAnimation, m_nPointsLeft, and m_nPointsTop.
|
overridevirtual |
Definition at line 39 of file vbaassistant.cxx.
|
override |
Definition at line 84 of file vbaassistant.cxx.
References m_nAnimation.
|
override |
Definition at line 74 of file vbaassistant.cxx.
References m_nPointsLeft.
|
overridevirtual |
Definition at line 53 of file vbaassistant.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< typename... Ifc >.
Definition at line 101 of file vbaassistant.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< typename... Ifc >.
Definition at line 107 of file vbaassistant.cxx.
References aServiceNames.
|
override |
Definition at line 64 of file vbaassistant.cxx.
References m_nPointsTop.
|
overridevirtual |
Definition at line 43 of file vbaassistant.cxx.
References m_bIsVisible.
|
overridevirtual |
Definition at line 95 of file vbaassistant.cxx.
References g_sName.
|
overridevirtual |
Definition at line 89 of file vbaassistant.cxx.
References m_nAnimation.
|
overridevirtual |
Definition at line 79 of file vbaassistant.cxx.
References m_nPointsLeft.
|
overridevirtual |
Definition at line 58 of file vbaassistant.cxx.
References setVisible().
|
overridevirtual |
Definition at line 69 of file vbaassistant.cxx.
References m_nPointsTop.
|
overridevirtual |
Definition at line 48 of file vbaassistant.cxx.
References bVisible, and m_bIsVisible.
Referenced by setOn().
|
private |
Definition at line 32 of file vbaassistant.hxx.
Referenced by getVisible(), ScVbaAssistant(), and setVisible().
|
private |
Definition at line 35 of file vbaassistant.hxx.
Referenced by getAnimation(), ScVbaAssistant(), and setAnimation().
|
private |
Definition at line 33 of file vbaassistant.hxx.
Referenced by getLeft(), ScVbaAssistant(), and setLeft().
|
private |
Definition at line 34 of file vbaassistant.hxx.
Referenced by getTop(), ScVbaAssistant(), and setTop().