LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwVbaTemplate Class Reference

#include <vbatemplate.hxx>

Inheritance diagram for SwVbaTemplate:
[legend]
Collaboration diagram for SwVbaTemplate:
[legend]

Public Member Functions

 SwVbaTemplate (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, 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
 
- Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... 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
 

Private Attributes

OUString msFullUrl
 

Additional Inherited Members

- Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 27 of file vbatemplate.hxx.

Constructor & Destructor Documentation

◆ SwVbaTemplate()

SwVbaTemplate::SwVbaTemplate ( const css::uno::Reference< ooo::vba::XHelperInterface > &  rParent,
const css::uno::Reference< css::uno::XComponentContext > &  rContext,
OUString   
)

Definition at line 48 of file vbatemplate.cxx.

◆ ~SwVbaTemplate()

SwVbaTemplate::~SwVbaTemplate ( )
overridevirtual

Definition at line 53 of file vbatemplate.cxx.

Member Function Documentation

◆ AutoTextEntries()

uno::Any SAL_CALL SwVbaTemplate::AutoTextEntries ( const css::uno::Any &  index)
overridevirtual

◆ getName()

OUString SwVbaTemplate::getName ( )
overridevirtual

Definition at line 58 of file vbatemplate.cxx.

References aURL, msFullUrl, and sName.

Referenced by AutoTextEntries().

◆ getPath()

OUString SwVbaTemplate::getPath ( )
overridevirtual

Definition at line 70 of file vbatemplate.cxx.

References aURL, msFullUrl, and INetURLObject::ToIUri.

◆ getServiceImplName()

OUString SwVbaTemplate::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

uno::Sequence< OUString > SwVbaTemplate::getServiceNames ( )
overridevirtual

Member Data Documentation

◆ msFullUrl

OUString SwVbaTemplate::msFullUrl
private

Definition at line 30 of file vbatemplate.hxx.

Referenced by getName(), and getPath().


The documentation for this class was generated from the following files: