Searched refs:ComPtrToWrapperMap (Results 1 – 2 of 2) sorted by relevance
78 extern hash_map<sal_uInt32, WeakReference<XInterface> > ComPtrToWrapperMap;1777 CIT_Com cit_currWrapper= ComPtrToWrapperMap.find( reinterpret_cast<sal_uInt32>(spUnknown.p)); in createOleObjectWrapper()1778 if(cit_currWrapper != ComPtrToWrapperMap.end()) in createOleObjectWrapper()1858 ComPtrToWrapperMap[reinterpret_cast<sal_uInt32>( spUnknown.p )]= xIntNewProxy; in createOleObjectWrapper()1860 ComPtrToWrapperMap[reinterpret_cast<sal_uInt32>(spUnknown.p)]= xIntNewProxy; in createOleObjectWrapper()
98 hash_map<sal_uInt32, WeakReference<XInterface> > ComPtrToWrapperMap; variable135 IT_Com it_c= ComPtrToWrapperMap.find( (sal_uInt32) m_spUnknown.p); in ~IUnknownWrapper_Impl()136 if(it_c != ComPtrToWrapperMap.end()) in ~IUnknownWrapper_Impl()137 ComPtrToWrapperMap.erase(it_c); in ~IUnknownWrapper_Impl()141 ComPtrToWrapperMap.size()); in ~IUnknownWrapper_Impl()
Completed in 41 milliseconds