Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheConfiguration.cxx43 ::boost::shared_ptr<CacheConfiguration> CacheConfiguration::mpInstance;
52 if (mpInstance.get() == NULL) in Instance()
56 mpInstance = ::boost::shared_ptr<CacheConfiguration>(mpWeakInstance); in Instance()
57 if (mpInstance.get() == NULL) in Instance()
60 mpInstance.reset(new CacheConfiguration()); in Instance()
61 mpWeakInstance = mpInstance; in Instance()
64 LINK(mpInstance.get(),CacheConfiguration,TimerCallback)); in Instance()
69 return mpInstance; in Instance()
172 mpInstance.reset(); in IMPL_LINK()
H A DSlsPageCacheManager.cxx175 ::boost::weak_ptr<PageCacheManager> PageCacheManager::mpInstance;
183 pInstance = mpInstance.lock(); in Instance()
189 mpInstance = pInstance; in Instance()
H A DSlsCacheConfiguration.hxx54 static ::boost::shared_ptr<CacheConfiguration> mpInstance;
/aoo4110/main/sd/source/ui/tools/
H A DIconCache.cxx47 static IconCache* mpInstance; member in sd::IconCache::Implementation
55 IconCache* IconCache::Implementation::mpInstance = NULL; member in sd::IconCache::Implementation
82 if (Implementation::mpInstance == NULL) in Instance()
86 if (Implementation::mpInstance == NULL) in Instance()
92 Implementation::mpInstance = pCache; in Instance()
100 DBG_ASSERT(Implementation::mpInstance!=NULL, in Instance()
102 return *Implementation::mpInstance; in Instance()
H A DSdGlobalResourceContainer.cxx45 static SdGlobalResourceContainer* mpInstance; member in sd::SdGlobalResourceContainer::Implementation
68 DBG_ASSERT(Implementation::mpInstance!=NULL, in Instance()
71 return *Implementation::mpInstance; in Instance()
75 SdGlobalResourceContainer::Implementation::mpInstance = NULL; member in sd::SdGlobalResourceContainer::Implementation
154 Implementation::mpInstance = this; in SdGlobalResourceContainer()
203 DBG_ASSERT(Implementation::mpInstance == this, in ~SdGlobalResourceContainer()
205 Implementation::mpInstance = NULL; in ~SdGlobalResourceContainer()
/aoo4110/main/sdext/source/presenter/
H A DPresenterTimer.cxx104 static ::boost::shared_ptr<TimerScheduler> mpInstance;
190 ::boost::shared_ptr<TimerScheduler> TimerScheduler::mpInstance;
196 ::boost::shared_ptr<TimerScheduler> pInstance = mpInstance; in Instance()
200 pInstance = mpInstance; in Instance()
205 mpInstance = pInstance; in Instance()
221 mpInstance.reset(); in Release()
470 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::mpInstance;
478 if (mpInstance.is()) in Instance()
480 pTimer = mpInstance; in Instance()
485 mpInstance = pTimer; in Instance()
[all …]
H A DPresenterAccessibility.cxx574 static ::boost::shared_ptr<AccessibleFocusManager> mpInstance;
2414 ::boost::shared_ptr<AccessibleFocusManager> AccessibleFocusManager::mpInstance;
2418 if ( ! mpInstance) in Instance()
2420 mpInstance.reset(new AccessibleFocusManager()); in Instance()
2422 return mpInstance; in Instance()
H A DPresenterTimer.hxx116 static ::rtl::Reference<PresenterClockTimer> mpInstance;
/aoo4110/main/sd/source/ui/slidesorter/view/
H A DSlsFontProvider.cxx39 FontProvider* FontProvider::mpInstance = NULL; member in sd::slidesorter::view::FontProvider
43 if (mpInstance == NULL) in Instance()
47 if (mpInstance == NULL) in Instance()
55 mpInstance = pInstance; in Instance()
65 if (mpInstance == NULL) in Instance()
70 return *mpInstance; in Instance()
/aoo4110/main/sd/source/ui/sidebar/
H A DMasterPageObserver.cxx46 static MasterPageObserver* mpInstance; member in sd::MasterPageObserver::Implementation
103 MasterPageObserver* MasterPageObserver::Implementation::mpInstance = NULL; member in sd::MasterPageObserver::Implementation
111 if (Implementation::mpInstance == NULL) in Instance()
115 if (Implementation::mpInstance == NULL) in Instance()
121 Implementation::mpInstance = pInstance; in Instance()
129 DBG_ASSERT(Implementation::mpInstance!=NULL, in Instance()
131 return *Implementation::mpInstance; in Instance()
H A DRecentlyUsedMasterPages.cxx114 RecentlyUsedMasterPages* RecentlyUsedMasterPages::mpInstance = NULL; member in sd::sidebar::RecentlyUsedMasterPages
119 if (mpInstance == NULL) in Instance()
123 if (mpInstance == NULL) in Instance()
130 mpInstance = pInstance; in Instance()
137 return *mpInstance; in Instance()
H A DMasterPageContainer.cxx84 static ::boost::weak_ptr<Implementation> mpInstance;
194 MasterPageContainer::Implementation::mpInstance;
205 if (Implementation::mpInstance.expired()) in Instance()
209 if (Implementation::mpInstance.expired()) in Instance()
216 Implementation::mpInstance = pInstance; in Instance()
220 Implementation::mpInstance); in Instance()
226 Implementation::mpInstance); in Instance()
H A DRecentlyUsedMasterPages.hxx67 static RecentlyUsedMasterPages* mpInstance; member in sd::sidebar::RecentlyUsedMasterPages
/aoo4110/main/svx/source/accessibility/
H A DDGColorNameLookUp.cxx42 DGColorNameLookUp* DGColorNameLookUp::mpInstance = NULL; member in accessibility::DGColorNameLookUp
48 if (mpInstance == NULL) in Instance()
51 if (mpInstance == NULL) in Instance()
54 mpInstance = new DGColorNameLookUp(); in Instance()
58 return *mpInstance; in Instance()
/aoo4110/main/sw/source/core/doc/
H A Dnumber.cxx1267 if ( mpInstance == 0 ) in getInstance()
1269 mpInstance = new SwDefBulletConfig; in getInstance()
1272 return mpInstance; in getInstance()
1342 static SwDefBulletConfig* mpInstance; member in numfunc::SwDefBulletConfig
1357 SwDefBulletConfig* SwDefBulletConfig::mpInstance = 0; member in numfunc::SwDefBulletConfig
1551 if ( mpInstance == 0 ) in getInstance()
1553 mpInstance = new SwNumberingUIBehaviorConfig(); in getInstance()
1556 return mpInstance; in getInstance()
1592 static SwNumberingUIBehaviorConfig* mpInstance; member in numfunc::SwNumberingUIBehaviorConfig
1598 SwNumberingUIBehaviorConfig* SwNumberingUIBehaviorConfig::mpInstance = 0; member in numfunc::SwNumberingUIBehaviorConfig
/aoo4110/main/sd/source/ui/presenter/
H A DPresenterCanvasFactory.cxx90 ::boost::shared_ptr<PresenterCanvasFactory> PresenterCanvasFactory::mpInstance;
96 if (mpInstance.get() == NULL) in Instance()
98 mpInstance.reset(new PresenterCanvasFactory(), PresenterCanvasFactory::Deleter()); in Instance()
101 return mpInstance; in Instance()
/aoo4110/main/sfx2/source/sidebar/
H A DTheme.cxx41 ::rtl::Reference<Theme> Theme::mpInstance;
48 if ( ! mpInstance.is()) in GetCurrentTheme()
50 mpInstance.set(new Theme()); in GetCurrentTheme()
51 mpInstance->InitializeTheme(); in GetCurrentTheme()
53 return *mpInstance; in GetCurrentTheme()
/aoo4110/main/svx/source/inc/
H A DDGColorNameLookUp.hxx78 static DGColorNameLookUp* mpInstance; member in accessibility::DGColorNameLookUp
/aoo4110/main/sd/source/ui/slidesorter/inc/view/
H A DSlsFontProvider.hxx68 static FontProvider* mpInstance; member in sd::slidesorter::view::FontProvider
/aoo4110/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCacheManager.hxx129 static ::boost::weak_ptr<PageCacheManager> mpInstance;
/aoo4110/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx215 static ::rtl::Reference<Theme> mpInstance;

Completed in 376 milliseconds