LibreOffice Module filter (master) 1
Public Member Functions | Private Attributes | List of all members
ooo::vba::VBAMacroResolver Class Referencefinal

#include <msvbahelper.hxx>

Inheritance diagram for ooo::vba::VBAMacroResolver:
[legend]
Collaboration diagram for ooo::vba::VBAMacroResolver:
[legend]

Public Member Functions

 VBAMacroResolver ()
 
virtual ~VBAMacroResolver () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &rService) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual void SAL_CALL initialize (const css::uno::Sequence< css::uno::Any > &rArgs) override
 
virtual OUString SAL_CALL resolveVBAMacroToScriptURL (const OUString &rVBAMacroName) override
 
virtual OUString SAL_CALL resolveScriptURLtoVBAMacro (const OUString &rScriptURL) override
 

Private Attributes

css::uno::Reference< css::frame::XModel > mxModel
 
SfxObjectShellmpObjShell
 
OUString maProjectName
 

Detailed Description

Definition at line 78 of file msvbahelper.hxx.

Constructor & Destructor Documentation

◆ VBAMacroResolver()

ooo::vba::VBAMacroResolver::VBAMacroResolver ( )
explicit

Definition at line 527 of file msvbahelper.cxx.

◆ ~VBAMacroResolver()

ooo::vba::VBAMacroResolver::~VBAMacroResolver ( )
overridevirtual

Definition at line 532 of file msvbahelper.cxx.

Member Function Documentation

◆ getImplementationName()

OUString SAL_CALL ooo::vba::VBAMacroResolver::getImplementationName ( )
overridevirtual

Definition at line 538 of file msvbahelper.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL ooo::vba::VBAMacroResolver::getSupportedServiceNames ( )
overridevirtual

Definition at line 548 of file msvbahelper.cxx.

◆ initialize()

void SAL_CALL ooo::vba::VBAMacroResolver::initialize ( const css::uno::Sequence< css::uno::Any > &  rArgs)
overridevirtual

Definition at line 555 of file msvbahelper.cxx.

References maProjectName, mpObjShell, and mxModel.

◆ resolveScriptURLtoVBAMacro()

OUString SAL_CALL ooo::vba::VBAMacroResolver::resolveScriptURLtoVBAMacro ( const OUString &  rScriptURL)
overridevirtual

Definition at line 605 of file msvbahelper.cxx.

◆ resolveVBAMacroToScriptURL()

OUString SAL_CALL ooo::vba::VBAMacroResolver::resolveVBAMacroToScriptURL ( const OUString &  rVBAMacroName)
overridevirtual

◆ supportsService()

sal_Bool SAL_CALL ooo::vba::VBAMacroResolver::supportsService ( const OUString &  rService)
overridevirtual

Definition at line 543 of file msvbahelper.cxx.

References cppu::supportsService().

Member Data Documentation

◆ maProjectName

OUString ooo::vba::VBAMacroResolver::maProjectName
private

Definition at line 111 of file msvbahelper.hxx.

Referenced by initialize(), and resolveVBAMacroToScriptURL().

◆ mpObjShell

SfxObjectShell* ooo::vba::VBAMacroResolver::mpObjShell
private

Definition at line 110 of file msvbahelper.hxx.

Referenced by initialize(), and resolveVBAMacroToScriptURL().

◆ mxModel

css::uno::Reference< css::frame::XModel > ooo::vba::VBAMacroResolver::mxModel
private

Definition at line 109 of file msvbahelper.hxx.

Referenced by initialize().


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