Home
last modified time | relevance | path

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

12345

/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dscreenupdater.cxx31 class UpdateLock : public ::slideshow::internal::ScreenUpdater::UpdateLock class
34 explicit UpdateLock (::slideshow::internal::ScreenUpdater& rUpdater);
35 virtual ~UpdateLock();
214 ::std::shared_ptr<ScreenUpdater::UpdateLock> ScreenUpdater::createLock() in createLock()
216 return ::std::shared_ptr<ScreenUpdater::UpdateLock>(new ::UpdateLock(*this)); in createLock()
225 UpdateLock::UpdateLock ( in UpdateLock() function in __anon550a2d410211::UpdateLock
233 UpdateLock::~UpdateLock() in ~UpdateLock()
240 void UpdateLock::Activate() in Activate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dscreenupdater.cxx31 class UpdateLock : public ::slideshow::internal::ScreenUpdater::UpdateLock class
34 explicit UpdateLock (::slideshow::internal::ScreenUpdater& rUpdater);
35 virtual ~UpdateLock();
212 ::std::shared_ptr<ScreenUpdater::UpdateLock> ScreenUpdater::createLock() in createLock()
214 return ::std::make_shared<::UpdateLock>(*this); in createLock()
222 UpdateLock::UpdateLock ( in UpdateLock() function in __anon166aa1e90211::UpdateLock
230 UpdateLock::~UpdateLock() in ~UpdateLock()
237 void UpdateLock::Activate() in Activate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx62 PageSelector::UpdateLock aLock (*this); in SelectAllPages()
72 PageSelector::UpdateLock aLock (*this); in DeselectAllPages()
86 PageSelector::UpdateLock aLock (*this); in GetCoreSelection()
337 PageSelector::UpdateLock::UpdateLock (SlideSorter const & rSlideSorter) in UpdateLock() function in sd::slidesorter::controller::PageSelector::UpdateLock
343 PageSelector::UpdateLock::UpdateLock (PageSelector& rSelector) in UpdateLock() function in sd::slidesorter::controller::PageSelector::UpdateLock
349 PageSelector::UpdateLock::~UpdateLock() in ~UpdateLock()
354 void PageSelector::UpdateLock::Release() in Release()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx61 PageSelector::UpdateLock aLock (*this); in SelectAllPages()
71 PageSelector::UpdateLock aLock (*this); in DeselectAllPages()
85 PageSelector::UpdateLock aLock (*this); in GetCoreSelection()
336 PageSelector::UpdateLock::UpdateLock (SlideSorter const & rSlideSorter) in UpdateLock() function in sd::slidesorter::controller::PageSelector::UpdateLock
342 PageSelector::UpdateLock::UpdateLock (PageSelector& rSelector) in UpdateLock() function in sd::slidesorter::controller::PageSelector::UpdateLock
348 PageSelector::UpdateLock::~UpdateLock() in ~UpdateLock()
353 void PageSelector::UpdateLock::Release() in Release()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DViewShellManager.hxx167 class UpdateLock class in sd::ViewShellManager
170 UpdateLock(const std::shared_ptr<ViewShellManager>& rpManager) in UpdateLock() function in sd::ViewShellManager::UpdateLock
175 ~UpdateLock() COVERITY_NOEXCEPT_FALSE { mpManager->UnlockUpdate(); } in ~UpdateLock()
180 friend class UpdateLock;
H A DToolBarManager.hxx247 class UpdateLock { public: class in sd::ToolBarManager
248 UpdateLock(const std::shared_ptr<ToolBarManager>& rpManager) in UpdateLock() function in sd::ToolBarManager::UpdateLock
250 ~UpdateLock() COVERITY_NOEXCEPT_FALSE { mpManager->UnlockUpdate(); } in ~UpdateLock()
254 friend class UpdateLock;
H A DViewShellImplementation.hxx76 ::std::unique_ptr<ToolBarManager::UpdateLock,
77 o3tl::default_delete<ToolBarManager::UpdateLock>>
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DViewShellManager.hxx173 class UpdateLock class in sd::ViewShellManager
176 UpdateLock (const std::shared_ptr<ViewShellManager>& rpManager) in UpdateLock() function in sd::ViewShellManager::UpdateLock
178 ~UpdateLock() COVERITY_NOEXCEPT_FALSE {mpManager->UnlockUpdate();} in ~UpdateLock()
182 friend class UpdateLock;
H A DToolBarManager.hxx239 class UpdateLock { public: class in sd::ToolBarManager
240 UpdateLock(const std::shared_ptr<ToolBarManager>& rpManager) in UpdateLock() function in sd::ToolBarManager::UpdateLock
242 ~UpdateLock() COVERITY_NOEXCEPT_FALSE { mpManager->UnlockUpdate(); } in ~UpdateLock()
246 friend class UpdateLock;
H A DViewShellImplementation.hxx76 …::std::unique_ptr<ToolBarManager::UpdateLock, o3tl::default_delete<ToolBarManager::UpdateLock>> mp…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx162 class UpdateLock class in sd::slidesorter::controller::PageSelector
165 UpdateLock(SlideSorter const& rSlideSorter);
166 UpdateLock(PageSelector& rPageSelector);
167 ~UpdateLock();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx164 class UpdateLock class in sd::slidesorter::controller::PageSelector
167 UpdateLock (SlideSorter const & rSlideSorter);
168 UpdateLock (PageSelector& rPageSelector);
169 ~UpdateLock();
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/
H A Drenddesc.cpp124 UpdateLock lock(update_lock); in refresh()
182 UpdateLock lock(update_lock); in on_width_changed()
192 UpdateLock lock(update_lock); in on_lock_changed()
218 UpdateLock lock(update_lock); in on_height_changed()
228 UpdateLock lock(update_lock); in on_phy_width_changed()
238 UpdateLock lock(update_lock); in on_phy_height_changed()
248 UpdateLock lock(update_lock); in on_xres_changed()
258 UpdateLock lock(update_lock); in on_yres_changed()
268 UpdateLock lock(update_lock); in on_start_time_changed()
278 UpdateLock lock(update_lock); in on_end_time_changed()
[all …]
H A Drenddesc.h101 struct UpdateLock struct
104 UpdateLock(int &locked):locked(locked){locked++;} in UpdateLock() argument
105 ~UpdateLock(){locked--;} in ~UpdateLock() argument
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/
H A Drenddesc.cpp124 UpdateLock lock(update_lock); in refresh()
182 UpdateLock lock(update_lock); in on_width_changed()
192 UpdateLock lock(update_lock); in on_lock_changed()
218 UpdateLock lock(update_lock); in on_height_changed()
228 UpdateLock lock(update_lock); in on_phy_width_changed()
238 UpdateLock lock(update_lock); in on_phy_height_changed()
248 UpdateLock lock(update_lock); in on_xres_changed()
258 UpdateLock lock(update_lock); in on_yres_changed()
268 UpdateLock lock(update_lock); in on_start_time_changed()
278 UpdateLock lock(update_lock); in on_end_time_changed()
[all …]
H A Drenddesc.h101 struct UpdateLock struct
104 UpdateLock(int &locked):locked(locked){locked++;} in UpdateLock() function
105 ~UpdateLock(){locked--;} in ~UpdateLock() argument
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/
H A Drenddesc.cpp124 UpdateLock lock(update_lock); in refresh()
182 UpdateLock lock(update_lock); in on_width_changed()
192 UpdateLock lock(update_lock); in on_lock_changed()
218 UpdateLock lock(update_lock); in on_height_changed()
228 UpdateLock lock(update_lock); in on_phy_width_changed()
238 UpdateLock lock(update_lock); in on_phy_height_changed()
248 UpdateLock lock(update_lock); in on_xres_changed()
258 UpdateLock lock(update_lock); in on_yres_changed()
268 UpdateLock lock(update_lock); in on_start_time_changed()
278 UpdateLock lock(update_lock); in on_end_time_changed()
[all …]
H A Drenddesc.h101 struct UpdateLock struct
104 UpdateLock(int &locked):locked(locked){locked++;} in UpdateLock() function
105 ~UpdateLock(){locked--;} in ~UpdateLock() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dscreenupdater.hxx102 class UpdateLock { class in slideshow::internal::ScreenUpdater
107 ~UpdateLock() {} in ~UpdateLock()
113 ::std::shared_ptr<UpdateLock> createLock();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Dscreenupdater.hxx104 class UpdateLock { class in slideshow::internal::ScreenUpdater
109 ~UpdateLock() {} in ~UpdateLock()
115 ::std::shared_ptr<UpdateLock> createLock();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DToolBarManager.cxx318 …::std::unique_ptr<ViewShellManager::UpdateLock, o3tl::default_delete<ViewShellManager::UpdateLock>…
363 UpdateLock aLock (shared_from_this()); in ResetToolBars()
372 UpdateLock aLock (shared_from_this()); in ResetAllToolBars()
383 UpdateLock aLock (shared_from_this()); in AddToolBar()
394 UpdateLock aLock (shared_from_this()); in AddToolBarShell()
405 UpdateLock aLock (shared_from_this()); in RemoveToolBar()
416 UpdateLock aLock (shared_from_this()); in SetToolBar()
428 UpdateLock aLock (shared_from_this()); in SetToolBarShell()
720 new ViewShellManager::UpdateLock(mrBase.GetViewShellManager())); in LockViewShellManager()
948 ::sd::ToolBarManager::UpdateLock aToolBarManagerLock (mpToolBarManager); in MainViewShellChanged()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DToolBarManager.cxx316 …::std::unique_ptr<ViewShellManager::UpdateLock, o3tl::default_delete<ViewShellManager::UpdateLock>…
377 UpdateLock aLock (shared_from_this()); in ResetToolBars()
386 UpdateLock aLock (shared_from_this()); in ResetAllToolBars()
397 UpdateLock aLock (shared_from_this()); in AddToolBar()
408 UpdateLock aLock (shared_from_this()); in AddToolBarShell()
419 UpdateLock aLock (shared_from_this()); in RemoveToolBar()
430 UpdateLock aLock (shared_from_this()); in SetToolBar()
442 UpdateLock aLock (shared_from_this()); in SetToolBarShell()
734 new ViewShellManager::UpdateLock(mrBase.GetViewShellManager())); in LockViewShellManager()
962 ::sd::ToolBarManager::UpdateLock aToolBarManagerLock (mpToolBarManager); in MainViewShellChanged()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/module/
H A DToolBarModule.hxx74 …std::unique_ptr<ToolBarManager::UpdateLock, o3tl::default_delete<ToolBarManager::UpdateLock>> mpTo…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/module/
H A DToolBarModule.hxx75 …std::unique_ptr<ToolBarManager::UpdateLock, o3tl::default_delete<ToolBarManager::UpdateLock>> mpTo…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h181 class UpdateLock {
182 UpdateLock() = delete;
183 UpdateLock(const UpdateLock &) = delete;
184 UpdateLock &operator=(const UpdateLock &) = delete;
187 explicit UpdateLock(BlockInfoRecordsMap &BlockInfoRecords);
188 ~UpdateLock();

12345