Home
last modified time | relevance | path

Searched refs:SbiDllMgr (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/basic/source/runtime/ !
H A Ddllmgr.cxx677 struct SbiDllMgr::Impl: private boost::noncopyable {
687 Dll * SbiDllMgr::Impl::getDll(rtl::OUString const & name) { in getDll()
701 SbError SbiDllMgr::Call( in Call()
721 void SbiDllMgr::FreeDll(rtl::OUString const & library) { in FreeDll()
727 struct SbiDllMgr::Impl {};
729 SbError SbiDllMgr::Call( in Call()
736 void SbiDllMgr::FreeDll(rtl::OUString const &) {} in FreeDll()
740 SbiDllMgr::SbiDllMgr(): impl_(new Impl) {} in SbiDllMgr() function in SbiDllMgr
742 SbiDllMgr::~SbiDllMgr() {} in ~SbiDllMgr()
H A Ddllmgr.hxx38 class SbiDllMgr: private boost::noncopyable { class
40 SbiDllMgr();
42 ~SbiDllMgr();
H A Druntime.cxx328 SbiDllMgr* SbiInstance::GetDllMgr() in GetDllMgr()
331 pDllMgr = new SbiDllMgr; in GetDllMgr()
1293 SbiDllMgr* pDllMgr = pInst->GetDllMgr(); in DllCall()
/AOO42X/main/basic/source/inc/ !
H A Druntime.hxx89 class SbiDllMgr; // Aufrufe in DLLs
188 SbiDllMgr* pDllMgr; // DLL-Calls (DECLARE)
242 SbiDllMgr* GetDllMgr();