|
LibreOffice Module basic (master) 1
|
#include <dllmgr.hxx>
Classes | |
| struct | Impl |
Public Member Functions | |
| SbiDllMgr (const SbiDllMgr &)=delete | |
| const SbiDllMgr & | operator= (const SbiDllMgr &)=delete |
| SbiDllMgr () | |
| ErrCode | Call (std::u16string_view function, std::u16string_view library, SbxArray *arguments, SbxVariable &result, bool cdeclConvention) |
| void | FreeDll (OUString const &library) |
Definition at line 29 of file dllmgr.hxx.
|
delete |
|
default |
Definition at line 760 of file dllmgr-x64.cxx.
| ErrCode SbiDllMgr::Call | ( | std::u16string_view | function, |
| std::u16string_view | library, | ||
| SbxArray * | arguments, | ||
| SbxVariable & | result, | ||
| bool | cdeclConvention | ||
| ) |
Definition at line 94 of file dllmgr-none.cxx.
References ERRCODE_BASIC_NOT_IMPLEMENTED, and u.
Referenced by SbiRuntime::DllCall().
| void SbiDllMgr::FreeDll | ( | OUString const & | library | ) |
Definition at line 105 of file dllmgr-none.cxx.