Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx398 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance() local
399 if (iHelper == maInstanceMap.end()) in Instance()
403 if (iHelper == maInstanceMap.end()) in Instance()
416 pHelper = iHelper->second; in Instance()
427 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance() local
428 if (iHelper != maInstanceMap.end()) in DisposeInstance()
430 iHelper->second->Dispose(); in DisposeInstance()
439 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance() local
440 if (iHelper != maInstanceMap.end()) in ReleaseInstance()
441 maInstanceMap.erase(iHelper); in ReleaseInstance()

Completed in 27 milliseconds