Searched refs:UnoObjToWrapperMap (Results 1 – 2 of 2) sorted by relevance
85 hash_map<sal_uInt32, WeakReference<XInterface> > UnoObjToWrapperMap; variable120 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()
88 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 26 milliseconds