LibreOffice Module sw (master)
1
|
#include <vbalistgallery.hxx>
Public Member Functions | |
SwVbaListGallery (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const css::uno::Reference< css::text::XTextDocument > &xTextDoc, sal_Int32 nType) | |
virtual | ~SwVbaListGallery () override |
virtual css::uno::Any SAL_CALL | ListTemplates (const css::uno::Any &index) override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
![]() | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
![]() | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
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 | |
css::uno::Reference< css::text::XTextDocument > | mxTextDocument |
sal_Int32 | mnType |
Additional Inherited Members | |
![]() | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 28 of file vbalistgallery.hxx.
SwVbaListGallery::SwVbaListGallery | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
const css::uno::Reference< css::text::XTextDocument > & | xTextDoc, | ||
sal_Int32 | nType | ||
) |
css::uno::RuntimeException |
Definition at line 25 of file vbalistgallery.cxx.
References mnType.
|
overridevirtual |
Definition at line 29 of file vbalistgallery.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 43 of file vbalistgallery.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 49 of file vbalistgallery.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 34 of file vbalistgallery.cxx.
References uno::Any::hasValue(), mnType, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxParent, and mxTextDocument.
|
private |
Definition at line 32 of file vbalistgallery.hxx.
Referenced by ListTemplates().
|
private |
Definition at line 31 of file vbalistgallery.hxx.
Referenced by ListTemplates().