/aoo4110/main/slideshow/source/engine/ |
H A D | screenupdater.cxx | 33 class UpdateLock : public ::slideshow::internal::ScreenUpdater::UpdateLock class 36 UpdateLock (::slideshow::internal::ScreenUpdater& rUpdater, const bool bStartLocked); 37 virtual ~UpdateLock (void); 222 … ::boost::shared_ptr<ScreenUpdater::UpdateLock> ScreenUpdater::createLock (const bool bStartLocked) in createLock() 224 … return ::boost::shared_ptr<ScreenUpdater::UpdateLock>(new ::UpdateLock(*this, bStartLocked)); in createLock() 233 UpdateLock::UpdateLock ( in UpdateLock() function in __anon8c90dd9b0211::UpdateLock 246 UpdateLock::~UpdateLock (void) in ~UpdateLock() 255 void UpdateLock::Activate (void) in Activate()
|
H A D | effectrewinder.hxx | 98 const ::boost::shared_ptr<ScreenUpdater::UpdateLock>& rpPaintLock, 127 ::boost::shared_ptr<ScreenUpdater::UpdateLock> mpPaintLock;
|
H A D | effectrewinder.cxx | 177 const ::boost::shared_ptr<ScreenUpdater::UpdateLock>& rpPaintLock, in rewind()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsPageSelector.cxx | 79 PageSelector::UpdateLock aLock (*this); in SelectAllPages() 92 PageSelector::UpdateLock aLock (*this); in DeselectAllPages() 109 PageSelector::UpdateLock aLock (*this); in GetCoreSelection() 436 PageSelector::UpdateLock::UpdateLock (SlideSorter& rSlideSorter) in UpdateLock() function in sd::slidesorter::controller::PageSelector::UpdateLock 445 PageSelector::UpdateLock::UpdateLock (PageSelector& rSelector) in UpdateLock() function in sd::slidesorter::controller::PageSelector::UpdateLock 454 PageSelector::UpdateLock::~UpdateLock (void) in ~UpdateLock() 459 void PageSelector::UpdateLock::Release (void) in Release()
|
H A D | SlsSlotManager.cxx | 397 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in FuSupport() 412 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in FuSupport() 1102 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in InsertSlide()
|
H A D | SlsSelectionFunction.cxx | 450 PageSelector::UpdateLock aLock (mrSlideSorter); in KeyInput() 1138 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in ProcessEvent() 1532 PageSelector::UpdateLock aLock (mrSlideSorter); in RangeSelect()
|
H A D | SlsSelectionObserver.cxx | 145 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in EndObservation()
|
H A D | SlsSelectionManager.cxx | 107 PageSelector::UpdateLock aSelectionLock (mrSlideSorter); in DeleteSelectedPages()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ToolBarManager.cxx | 342 ::std::auto_ptr<ViewShellManager::UpdateLock> mpViewShellManagerLock; 418 UpdateLock aLock (shared_from_this()); in ResetToolBars() 430 UpdateLock aLock (shared_from_this()); in ResetAllToolBars() 444 UpdateLock aLock (shared_from_this()); in AddToolBar() 458 UpdateLock aLock (shared_from_this()); in AddToolBarShell() 472 UpdateLock aLock (shared_from_this()); in RemoveToolBar() 486 UpdateLock aLock (shared_from_this()); in SetToolBar() 501 UpdateLock aLock (shared_from_this()); in SetToolBarShell() 875 new ViewShellManager::UpdateLock(mrBase.GetViewShellManager())); in LockViewShellManager() 1172 ::sd::ToolBarManager::UpdateLock aToolBarManagerLock (mpToolBarManager); in MainViewShellChanged() [all …]
|
H A D | ViewShellManager.cxx | 146 class UpdateLock class in sd::ViewShellManager::Implementation 149 UpdateLock (Implementation& rImpl) : mrImpl(rImpl) {mrImpl.LockUpdate();} in UpdateLock() function in sd::ViewShellManager::Implementation::UpdateLock 150 ~UpdateLock (void) {mrImpl.UnlockUpdate();}; in ~UpdateLock() 553 UpdateLock aLocker (*this); in DeactivateViewShell() 627 UpdateLock aLocker (*this); in DeactivateShell() 680 UpdateLock aLock (*this); in ActivateSubShell() 712 UpdateLock aLock (*this); in DeactivateSubShell() 809 UpdateLock aLock (*this); in MoveToTop() 1316 UpdateLock aLock (*this); in Shutdown()
|
H A D | FormShellManager.cxx | 235 ViewShellManager::UpdateLock aLock (mrBase.GetViewShellManager()); in IMPL_LINK() 290 ViewShellManager::UpdateLock aLock (mrBase.GetViewShellManager()); in IMPL_LINK()
|
H A D | drviews1.cxx | 378 ViewShellManager::UpdateLock aLock (GetViewShellBase().GetViewShellManager()); in ChangeEditMode() 897 ToolBarManager::UpdateLock aLock (GetViewShellBase().GetToolBarManager()); in ActivateObject()
|
H A D | ViewShellImplementation.cxx | 378 : mpLock(new ToolBarManager::UpdateLock(rpManager)), in ToolBarManagerLock()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | ViewShellManager.hxx | 183 class UpdateLock class in sd::ViewShellManager 186 UpdateLock (const ::boost::shared_ptr<ViewShellManager>& rpManager) in UpdateLock() function in sd::ViewShellManager::UpdateLock 188 ~UpdateLock (void) {mpManager->UnlockUpdate();}; in ~UpdateLock() 192 friend class UpdateLock;
|
H A D | ToolBarManager.hxx | 253 class UpdateLock { public: class in sd::ToolBarManager 254 UpdateLock(const ::boost::shared_ptr<ToolBarManager>& rpManager) in UpdateLock() function in sd::ToolBarManager::UpdateLock 256 ~UpdateLock(void) { mpManager->UnlockUpdate(); } in ~UpdateLock() 260 friend class UpdateLock;
|
H A D | ViewShellImplementation.hxx | 86 ::std::auto_ptr<ToolBarManager::UpdateLock> mpLock;
|
/aoo4110/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsPageSelector.hxx | 171 class UpdateLock class in sd::slidesorter::controller::PageSelector 174 UpdateLock (SlideSorter& rSlideSorter); 175 UpdateLock (PageSelector& rPageSelector); 176 ~UpdateLock (void);
|
/aoo4110/main/slideshow/source/inc/ |
H A D | screenupdater.hxx | 107 class UpdateLock {public: virtual void Activate (void) = 0; }; class in slideshow::internal::ScreenUpdater 116 ::boost::shared_ptr<UpdateLock> createLock (const bool bStartLocked);
|
/aoo4110/main/sd/source/ui/framework/module/ |
H A D | ToolBarModule.hxx | 89 ::boost::scoped_ptr<ToolBarManager::UpdateLock> mpToolBarManagerLock;
|
H A D | ToolBarModule.cxx | 168 mpToolBarManagerLock.reset(new ToolBarManager::UpdateLock(pToolBarManager)); in HandleUpdateStart()
|
/aoo4110/main/sd/source/ui/sidebar/ |
H A D | SidebarShellManager.cxx | 136 ViewShellManager::UpdateLock aLocker (mpViewShellManager); in MoveToTop()
|