LibreOffice Module extensions (master) 1
Classes | Typedefs
oleobjw.hxx File Reference
#include "ole2uno.hxx"
#include "wincrap.hxx"
#include <string_view>
#include <unordered_map>
#include <vector>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/bridge/oleautomation/XAutomationObject.hpp>
#include <com/sun/star/script/XAutomationInvocation.hpp>
#include <rtl/ustring.hxx>
#include <com/sun/star/script/XDefaultProperty.hpp>
#include <com/sun/star/script/XDefaultMethod.hpp>
#include <com/sun/star/script/XDirectInvocation.hpp>
#include <typelib/typedescription.hxx>
#include "unoconversionutilities.hxx"
#include "windata.hxx"
Include dependency graph for oleobjw.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IUnknownWrapper
 

Typedefs

typedef std::unordered_map< OUString, std::pair< DISPID, unsigned short > > DispIdMap
 
typedef std::unordered_multimap< OUString, unsigned intTLBFuncIndexMap
 

Typedef Documentation

◆ DispIdMap

typedef std::unordered_map<OUString, std::pair<DISPID, unsigned short> > DispIdMap

Definition at line 48 of file oleobjw.hxx.

◆ TLBFuncIndexMap

typedef std::unordered_multimap<OUString, unsigned int> TLBFuncIndexMap

Definition at line 50 of file oleobjw.hxx.