Home
last modified time | relevance | path

Searched refs:pDllMgr (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/basic/source/runtime/
H A Druntime.cxx284 pDllMgr = 0; // on demand in SbiInstance()
304 delete pDllMgr; in ~SbiInstance()
330 if( !pDllMgr ) in GetDllMgr()
331 pDllMgr = new SbiDllMgr; in GetDllMgr()
332 return pDllMgr; in GetDllMgr()
1293 SbiDllMgr* pDllMgr = pInst->GetDllMgr(); in DllCall() local
1294 SbError nErr = pDllMgr->Call( aFuncName, aDLLName, pArgs, *pRes, bCDecl ); in DllCall()
/aoo4110/main/basic/source/inc/
H A Druntime.hxx188 SbiDllMgr* pDllMgr; // DLL-Calls (DECLARE) member in SbiInstance

Completed in 36 milliseconds