Home
last modified time | relevance | path

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

/aoo41x/main/slideshow/source/engine/
H A Dscreenupdater.cxx33 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 __anondafc23520211::UpdateLock
246 UpdateLock::~UpdateLock (void) in ~UpdateLock()
255 void UpdateLock::Activate (void) in Activate()
H A Deffectrewinder.hxx98 const ::boost::shared_ptr<ScreenUpdater::UpdateLock>& rpPaintLock,
127 ::boost::shared_ptr<ScreenUpdater::UpdateLock> mpPaintLock;
H A Deffectrewinder.cxx177 const ::boost::shared_ptr<ScreenUpdater::UpdateLock>& rpPaintLock, in rewind()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx79 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 DSlsSlotManager.cxx397 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in FuSupport()
412 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in FuSupport()
1102 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in InsertSlide()
H A DSlsSelectionFunction.cxx450 PageSelector::UpdateLock aLock (mrSlideSorter); in KeyInput()
1138 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in ProcessEvent()
1532 PageSelector::UpdateLock aLock (mrSlideSorter); in RangeSelect()
H A DSlsSelectionObserver.cxx145 PageSelector::UpdateLock aUpdateLock (mrSlideSorter); in EndObservation()
H A DSlsSelectionManager.cxx107 PageSelector::UpdateLock aSelectionLock (mrSlideSorter); in DeleteSelectedPages()
/aoo41x/main/sd/source/ui/view/
H A DToolBarManager.cxx342 ::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 DViewShellManager.cxx146 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 DFormShellManager.cxx235 ViewShellManager::UpdateLock aLock (mrBase.GetViewShellManager()); in IMPL_LINK()
290 ViewShellManager::UpdateLock aLock (mrBase.GetViewShellManager()); in IMPL_LINK()
H A Ddrviews1.cxx378 ViewShellManager::UpdateLock aLock (GetViewShellBase().GetViewShellManager()); in ChangeEditMode()
897 ToolBarManager::UpdateLock aLock (GetViewShellBase().GetToolBarManager()); in ActivateObject()
H A DViewShellImplementation.cxx378 : mpLock(new ToolBarManager::UpdateLock(rpManager)), in ToolBarManagerLock()
/aoo41x/main/sd/source/ui/inc/
H A DViewShellManager.hxx183 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 DToolBarManager.hxx253 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 DViewShellImplementation.hxx86 ::std::auto_ptr<ToolBarManager::UpdateLock> mpLock;
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx171 class UpdateLock class in sd::slidesorter::controller::PageSelector
174 UpdateLock (SlideSorter& rSlideSorter);
175 UpdateLock (PageSelector& rPageSelector);
176 ~UpdateLock (void);
/aoo41x/main/slideshow/source/inc/
H A Dscreenupdater.hxx107 class UpdateLock {public: virtual void Activate (void) = 0; }; class in slideshow::internal::ScreenUpdater
116 ::boost::shared_ptr<UpdateLock> createLock (const bool bStartLocked);
/aoo41x/main/sd/source/ui/framework/module/
H A DToolBarModule.hxx89 ::boost::scoped_ptr<ToolBarManager::UpdateLock> mpToolBarManagerLock;
H A DToolBarModule.cxx168 mpToolBarManagerLock.reset(new ToolBarManager::UpdateLock(pToolBarManager)); in HandleUpdateStart()
/aoo41x/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx136 ViewShellManager::UpdateLock aLocker (mpViewShellManager); in MoveToTop()

Completed in 85 milliseconds