Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx366 FrameworkHelper::InstanceMap FrameworkHelper::maInstanceMap; member in sd::framework::FrameworkHelper
398 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance()
399 if (iHelper == maInstanceMap.end()) in Instance()
403 if (iHelper == maInstanceMap.end()) in Instance()
410 maInstanceMap[&rBase] = pHelper; in Instance()
427 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance()
428 if (iHelper != maInstanceMap.end()) in DisposeInstance()
439 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance()
440 if (iHelper != maInstanceMap.end()) in ReleaseInstance()
441 maInstanceMap.erase(iHelper); in ReleaseInstance()
/aoo41x/main/sd/source/ui/inc/framework/
H A DFrameworkHelper.hxx371 static InstanceMap maInstanceMap; member in sd::framework::FrameworkHelper

Completed in 24 milliseconds