LibreOffice Module sw (master)
1
|
#include <vbatemplate.hxx>
Public Member Functions | |
SwVbaTemplate (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const OUString &) | |
virtual | ~SwVbaTemplate () override |
virtual OUString SAL_CALL | getName () override |
virtual OUString SAL_CALL | getPath () override |
virtual css::uno::Any SAL_CALL | AutoTextEntries (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 | |
OUString | msFullUrl |
Additional Inherited Members | |
![]() | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 27 of file vbatemplate.hxx.
SwVbaTemplate::SwVbaTemplate | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
const OUString & | |||
) |
Definition at line 47 of file vbatemplate.cxx.
|
overridevirtual |
Definition at line 52 of file vbatemplate.cxx.
|
overridevirtual |
Definition at line 83 of file vbatemplate.cxx.
References getName(), comphelper::getProcessComponentContext(), uno::Any::hasValue(), lcl_CheckGroupName(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, nIndex, and sName.
|
overridevirtual |
Definition at line 57 of file vbatemplate.cxx.
References aURL, INetURLObject::GetLastName(), msFullUrl, and sName.
Referenced by AutoTextEntries().
|
overridevirtual |
Definition at line 69 of file vbatemplate.cxx.
References aURL, INetURLObject::GetLastName(), INetURLObject::GetMainURL(), msFullUrl, and INetURLObject::ToIUri.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 113 of file vbatemplate.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 119 of file vbatemplate.cxx.
References aServiceNames.
|
private |
Definition at line 30 of file vbatemplate.hxx.