Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/ole/
H A Dunoconversionutilities.hxx71 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()
1902WrapperToAdapterMap.insert( VALUE( (sal_uInt32) receiver.get(), (sal_uInt32) xIntAdapted.get())); in createAdapter()
H A Doleobjw.cxx96 hash_map<sal_uInt32,sal_uInt32> WrapperToAdapterMap; variable
126 _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 27 milliseconds