Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx362 FrameworkHelper::InstanceMap FrameworkHelper::maInstanceMap; member in sd::framework::FrameworkHelper
394 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance()
395 if (iHelper == maInstanceMap.end()) in Instance()
399 if (iHelper == maInstanceMap.end()) in Instance()
406 maInstanceMap[&rBase] = pHelper; in Instance()
423 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance()
424 if (iHelper != maInstanceMap.end()) in DisposeInstance()
435 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance()
436 if (iHelper != maInstanceMap.end()) in ReleaseInstance()
437 maInstanceMap.erase(iHelper); in ReleaseInstance()
/trunk/main/sd/source/ui/inc/framework/
H A DFrameworkHelper.hxx371 static InstanceMap maInstanceMap; member in sd::framework::FrameworkHelper