LibreOffice Module sc (master) 1
Public Member Functions | List of all members
ScVbaWSFunction Class Reference

#include <vbawsfunction.hxx>

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

Public Member Functions

 ScVbaWSFunction (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
virtual css::uno::Reference< css::beans::XIntrospectionAccess > SAL_CALL getIntrospection () override
 
virtual css::uno::Any SAL_CALL invoke (const OUString &FunctionName, const css::uno::Sequence< css::uno::Any > &Params, css::uno::Sequence< sal_Int16 > &OutParamIndex, css::uno::Sequence< css::uno::Any > &OutParam) override
 
virtual void SAL_CALL setValue (const OUString &PropertyName, const css::uno::Any &Value) override
 
virtual css::uno::Any SAL_CALL getValue (const OUString &PropertyName) override
 
virtual sal_Bool SAL_CALL hasMethod (const OUString &Name) override
 
virtual sal_Bool SAL_CALL hasProperty (const OUString &Name) override
 
virtual OUString SAL_CALL getExactName (const OUString &aApproximateName) 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
 

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 28 of file vbawsfunction.hxx.

Constructor & Destructor Documentation

◆ ScVbaWSFunction()

ScVbaWSFunction::ScVbaWSFunction ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext 
)

Definition at line 61 of file vbawsfunction.cxx.

Member Function Documentation

◆ getExactName()

OUString SAL_CALL ScVbaWSFunction::getExactName ( const OUString &  aApproximateName)
overridevirtual

Definition at line 274 of file vbawsfunction.cxx.

References hasMethod(), and sName.

◆ getIntrospection()

uno::Reference< beans::XIntrospectionAccess > ScVbaWSFunction::getIntrospection ( )
overridevirtual

Definition at line 67 of file vbawsfunction.cxx.

◆ getServiceImplName()

OUString ScVbaWSFunction::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

◆ getValue()

uno::Any SAL_CALL ScVbaWSFunction::getValue ( const OUString &  PropertyName)
overridevirtual

Definition at line 243 of file vbawsfunction.cxx.

◆ hasMethod()

sal_Bool SAL_CALL ScVbaWSFunction::hasMethod ( const OUString &  Name)
overridevirtual

Definition at line 249 of file vbawsfunction.cxx.

References ScCompiler::IsEnglishSymbol(), and Name.

Referenced by getExactName().

◆ hasProperty()

sal_Bool SAL_CALL ScVbaWSFunction::hasProperty ( const OUString &  Name)
overridevirtual

Definition at line 268 of file vbawsfunction.cxx.

◆ invoke()

uno::Any SAL_CALL ScVbaWSFunction::invoke ( const OUString &  FunctionName,
const css::uno::Sequence< css::uno::Any > &  Params,
css::uno::Sequence< sal_Int16 > &  OutParamIndex,
css::uno::Sequence< css::uno::Any > &  OutParam 
)
overridevirtual

◆ setValue()

void SAL_CALL ScVbaWSFunction::setValue ( const OUString &  PropertyName,
const css::uno::Any &  Value 
)
overridevirtual

Definition at line 237 of file vbawsfunction.cxx.


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