LibreOffice Module stoc (master) 1
Namespaces | Functions
invocation.cxx File Reference
#include <comphelper/sequence.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/XTypeConverter.hpp>
#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/script/XInvocation2.hpp>
#include <com/sun/star/reflection/XIdlReflection.hpp>
#include <com/sun/star/reflection/theCoreReflection.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/beans/XExactName.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/theIntrospection.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/MethodConcept.hpp>
#include <com/sun/star/beans/PropertyConcept.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <memory>
#include <vector>
Include dependency graph for invocation.cxx:

Go to the source code of this file.

Namespaces

namespace  stoc_inv
 

Functions

static Reference< XIdlClass > stoc_inv::TypeToIdlClass (const Type &rType, const Reference< XIdlReflection > &xRefl)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stoc_inv::stoc_InvocationService_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Variable Documentation

◆ _aMaterial

Any _aMaterial
private

Definition at line 180 of file invocation.cxx.

◆ _xDirect

Reference<XInvocation> _xDirect
private

Definition at line 182 of file invocation.cxx.

◆ _xDirect2

Reference<XInvocation2> _xDirect2
private

Definition at line 183 of file invocation.cxx.

◆ _xElementAccess

Reference<XElementAccess> _xElementAccess
private

Definition at line 195 of file invocation.cxx.

◆ _xENDirect

Reference<XExactName> _xENDirect
private

Definition at line 198 of file invocation.cxx.

◆ _xENIntrospection

Reference<XExactName> _xENIntrospection
private

Definition at line 198 of file invocation.cxx.

◆ _xEnumerationAccess

Reference<XEnumerationAccess> _xEnumerationAccess
private

Definition at line 194 of file invocation.cxx.

◆ _xIndexAccess

Reference<XIndexAccess> _xIndexAccess
private

Definition at line 193 of file invocation.cxx.

◆ _xIndexContainer

Reference<XIndexContainer> _xIndexContainer
private

Definition at line 191 of file invocation.cxx.

◆ _xIndexReplace

Reference<XIndexReplace> _xIndexReplace
private

Definition at line 192 of file invocation.cxx.

◆ _xIntrospectionAccess

Reference<XIntrospectionAccess> _xIntrospectionAccess
private

Definition at line 185 of file invocation.cxx.

◆ _xNameAccess

Reference<XNameAccess> _xNameAccess
private

Definition at line 190 of file invocation.cxx.

◆ _xNameContainer

Reference<XNameContainer> _xNameContainer
private

Definition at line 188 of file invocation.cxx.

◆ _xNameReplace

Reference<XNameReplace> _xNameReplace
private

Definition at line 189 of file invocation.cxx.

◆ _xPropertySet

Reference<XPropertySet> _xPropertySet
private

Definition at line 184 of file invocation.cxx.

◆ aName

OUString aName

◆ eMode

Mode eMode

Definition at line 693 of file invocation.cxx.

◆ mbFromOLE

bool mbFromOLE
private

Definition at line 200 of file invocation.cxx.

◆ mxCtx

Reference<XComponentContext> mxCtx
private

Definition at line 1016 of file invocation.cxx.

◆ mxSMgr

Reference<XMultiComponentFactory> mxSMgr
private

Definition at line 1017 of file invocation.cxx.

◆ nIndex

sal_Int32 nIndex

◆ xCoreReflection

Reference<XIdlReflection> xCoreReflection
private

Definition at line 178 of file invocation.cxx.

◆ xIntrospection

Reference<XIntrospection> xIntrospection
private

Definition at line 177 of file invocation.cxx.

◆ xTypeConverter

Reference<XTypeConverter> xTypeConverter
private

Definition at line 176 of file invocation.cxx.