/aoo42x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsCacheConfiguration.cxx | 43 ::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 D | SlsPageCacheManager.cxx | 175 ::boost::weak_ptr<PageCacheManager> PageCacheManager::mpInstance; 183 pInstance = mpInstance.lock(); in Instance() 189 mpInstance = pInstance; in Instance()
|
H A D | SlsCacheConfiguration.hxx | 54 static ::boost::shared_ptr<CacheConfiguration> mpInstance;
|
/aoo42x/main/sd/source/ui/tools/ |
H A D | IconCache.cxx | 47 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 D | SdGlobalResourceContainer.cxx | 45 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()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterTimer.cxx | 104 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 D | PresenterAccessibility.cxx | 574 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 D | PresenterTimer.hxx | 116 static ::rtl::Reference<PresenterClockTimer> mpInstance;
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFontProvider.cxx | 39 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()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | MasterPageObserver.cxx | 46 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 D | RecentlyUsedMasterPages.cxx | 114 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 D | MasterPageContainer.cxx | 84 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 D | RecentlyUsedMasterPages.hxx | 67 static RecentlyUsedMasterPages* mpInstance; member in sd::sidebar::RecentlyUsedMasterPages
|
/aoo42x/main/svx/source/accessibility/ |
H A D | DGColorNameLookUp.cxx | 42 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | number.cxx | 1267 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
|
/aoo42x/main/sd/source/ui/presenter/ |
H A D | PresenterCanvasFactory.cxx | 90 ::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()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | Theme.cxx | 41 ::rtl::Reference<Theme> Theme::mpInstance; 46 if ( ! mpInstance.is()) in GetCurrentTheme() 48 mpInstance.set(new Theme()); in GetCurrentTheme() 49 mpInstance->InitializeTheme(); in GetCurrentTheme() 51 return *mpInstance; in GetCurrentTheme()
|
/aoo42x/main/svx/source/inc/ |
H A D | DGColorNameLookUp.hxx | 78 static DGColorNameLookUp* mpInstance; member in accessibility::DGColorNameLookUp
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsFontProvider.hxx | 68 static FontProvider* mpInstance; member in sd::slidesorter::view::FontProvider
|
/aoo42x/main/sd/source/ui/slidesorter/inc/cache/ |
H A D | SlsPageCacheManager.hxx | 129 static ::boost::weak_ptr<PageCacheManager> mpInstance;
|
/aoo42x/main/sfx2/inc/sfx2/sidebar/ |
H A D | Theme.hxx | 215 static ::rtl::Reference<Theme> mpInstance;
|