#include <com/sun/star/bridge/XBridgeSupplier2.hpp>
#include <com/sun/star/beans/XExactName.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/script/InvocationInfo.hpp>
#include <salhelper/simplereferenceobject.hxx>
#include <cppuhelper/implbase.hxx>
#include "comifaces.hxx"
#include "ole2uno.hxx"
#include "unoconversionutilities.hxx"
Go to the source code of this file.
◆ BRIDGE_CREATE_TYPE_FUNC
#define BRIDGE_CREATE_TYPE_FUNC L"Bridge_CreateType" |
◆ BRIDGE_GET_STRUCT_FUNC
#define BRIDGE_GET_STRUCT_FUNC L"Bridge_GetStruct" |
◆ BRIDGE_VALUE_FUNC
#define BRIDGE_VALUE_FUNC L"Bridge_GetValueObject" |
◆ DISPID_CREATE_TYPE_FUNC
#define DISPID_CREATE_TYPE_FUNC -103 |
◆ DISPID_GET_STRUCT_FUNC
#define DISPID_GET_STRUCT_FUNC -102 |
◆ DISPID_JSCRIPT_VALUE_FUNC
#define DISPID_JSCRIPT_VALUE_FUNC -10l |
◆ GET_STRUCT_FUNC
#define GET_STRUCT_FUNC L"_GetStruct" |
◆ JSCRIPT_VALUE_FUNC
#define JSCRIPT_VALUE_FUNC L"_GetValueObject" |
◆ BadNameMap
typedef std::unordered_map< OUString, bool> BadNameMap |
◆ IdToMemberInfoMap
◆ NameToIdMap
typedef std::unordered_map< OUString, DISPID> NameToIdMap |