Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx679 typedef std::map< rtl::OUString, rtl::Reference< Dll > > Dlls; typedef
684 Dlls dlls;
688 Dlls::iterator i(dlls.find(name)); in getDll()
690 i = dlls.insert(Dlls::value_type(name, new Dll)).first; in getDll()

Completed in 18 milliseconds