Searched refs:AdapterToWrapperMap (Results 1 – 2 of 2) sorted by relevance
70 extern hash_map<sal_uInt32, sal_uInt32> AdapterToWrapperMap;1412 _IT it= AdapterToWrapperMap.find( (sal_uInt32) xInt.get()); in createUnoObjectWrapper()1413 if( it != AdapterToWrapperMap.end() ) in createUnoObjectWrapper()1901 … AdapterToWrapperMap.insert( VALUE( (sal_uInt32) xIntAdapted.get(), (sal_uInt32) receiver.get())); in createAdapter()
89 hash_map<sal_uInt32, sal_uInt32> AdapterToWrapperMap; variable131 AdapterToWrapperMap.erase( adapter); in ~IUnknownWrapper_Impl()
Completed in 46 milliseconds