|
LibreOffice Module extensions (master) 1
|
#include "unotypewrapper.hxx"#include <rtl/ustring.hxx>#include <osl/diagnose.h>#include <o3tl/char16_t2wchar_t.hxx>Go to the source code of this file.
Functions | |
| bool | createUnoTypeWrapper (BSTR sTypeName, VARIANT *pVar) |
| bool | createUnoTypeWrapper (const OUString &sTypeName, VARIANT *pVar) |
| bool createUnoTypeWrapper | ( | BSTR | sTypeName, |
| VARIANT * | pVar | ||
| ) |
Definition at line 25 of file unotypewrapper.cxx.
Referenced by UnoConversionUtilities< class >::anyToVariant(), createUnoTypeWrapper(), and InterfaceOleWrapper::InvokeGeneral().
| bool createUnoTypeWrapper | ( | const OUString & | sTypeName, |
| VARIANT * | pVar | ||
| ) |
Definition at line 48 of file unotypewrapper.cxx.
References createUnoTypeWrapper().