Searched refs:WrapperToAdapterMap (Results 1 – 2 of 2) sorted by relevance
71 extern hash_map<sal_uInt32, sal_uInt32> WrapperToAdapterMap;1786 CIT_Wrap it = WrapperToAdapterMap.find((sal_uInt32) xIntWrapper.get()); in createOleObjectWrapper()1787 if (it == WrapperToAdapterMap.end()) in createOleObjectWrapper()1902 … WrapperToAdapterMap.insert( VALUE( (sal_uInt32) receiver.get(), (sal_uInt32) xIntAdapted.get())); in createAdapter()
96 hash_map<sal_uInt32,sal_uInt32> WrapperToAdapterMap; variable126 _IT it= WrapperToAdapterMap.find( (sal_uInt32) xIntRoot); in ~IUnknownWrapper_Impl()127 if( it != WrapperToAdapterMap.end()) in ~IUnknownWrapper_Impl()132 WrapperToAdapterMap.erase( it); in ~IUnknownWrapper_Impl()
Completed in 20 milliseconds