LibreOffice Module basic (master) 1
Classes | Public Member Functions | List of all members
SbiDllMgr Class Reference

#include <dllmgr.hxx>

Classes

struct  Impl
 

Public Member Functions

 SbiDllMgr (const SbiDllMgr &)=delete
 
const SbiDllMgroperator= (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)
 

Detailed Description

Definition at line 29 of file dllmgr.hxx.

Constructor & Destructor Documentation

◆ SbiDllMgr() [1/2]

SbiDllMgr::SbiDllMgr ( const SbiDllMgr )
delete

◆ SbiDllMgr() [2/2]

SbiDllMgr::SbiDllMgr ( )
default

Definition at line 760 of file dllmgr-x64.cxx.

Member Function Documentation

◆ Call()

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().

◆ FreeDll()

void SbiDllMgr::FreeDll ( OUString const &  library)

Definition at line 105 of file dllmgr-none.cxx.

◆ operator=()

const SbiDllMgr & SbiDllMgr::operator= ( const SbiDllMgr )
delete

The documentation for this class was generated from the following files: