Home
last modified time | relevance | path

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

/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx85 hash_map<sal_uInt32, WeakReference<XInterface> > UnoObjToWrapperMap; variable
120 IT_Uno it= UnoObjToWrapperMap.find( (sal_uInt32) m_xOrigin.get()); in ~InterfaceOleWrapper_Impl()
121 if(it != UnoObjToWrapperMap.end()) in ~InterfaceOleWrapper_Impl()
122 UnoObjToWrapperMap.erase(it); in ~InterfaceOleWrapper_Impl()
125 UnoObjToWrapperMap.size()); in ~InterfaceOleWrapper_Impl()
H A Dunoconversionutilities.hxx88 extern hash_map<sal_uInt32, WeakReference<XInterface> > UnoObjToWrapperMap;
1395 IT_Uno it_uno = UnoObjToWrapperMap.find( (sal_uInt32) xInt.get()); in createUnoObjectWrapper()
1396 if(it_uno != UnoObjToWrapperMap.end()) in createUnoObjectWrapper()
1465 UnoObjToWrapperMap[(sal_uInt32) xInt.get()]= xNewWrapper; in createUnoObjectWrapper()

Completed in 31 milliseconds