Home
last modified time | relevance | path

Searched refs:UndoManagerMethodGuard (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/chart2/source/model/main/ !
H A DUndoManager.cxx167 class UndoManagerMethodGuard : public ::framework::IMutexGuard class
170 UndoManagerMethodGuard( UndoManager_Impl& i_impl ) in UndoManagerMethodGuard() function in chart::impl::UndoManagerMethodGuard
176 virtual ~UndoManagerMethodGuard() in ~UndoManagerMethodGuard()
196 ::framework::IMutex& UndoManagerMethodGuard::getGuardedMutex() in getGuardedMutex()
203 void UndoManagerMethodGuard::clear() in clear()
209 void UndoManagerMethodGuard::reset() in reset()
218 using impl::UndoManagerMethodGuard;
252 UndoManagerMethodGuard aGuard( *m_pImpl ); in enterUndoContext()
259 UndoManagerMethodGuard aGuard( *m_pImpl ); in enterHiddenUndoContext()
266 UndoManagerMethodGuard aGuard( *m_pImpl ); in leaveUndoContext()
[all …]
/AOO42X/main/dbaccess/source/ui/misc/ !
H A Ddbaundomanager.cxx145 class UndoManagerMethodGuard : public ::framework::IMutexGuard class
148 UndoManagerMethodGuard( UndoManager_Impl& i_impl ) in UndoManagerMethodGuard() function in dbaui::UndoManagerMethodGuard
156 virtual ~UndoManagerMethodGuard() in ~UndoManagerMethodGuard()
173 ::framework::IMutex& UndoManagerMethodGuard::getGuardedMutex() in getGuardedMutex()
179 void UndoManagerMethodGuard::clear() in clear()
185 void UndoManagerMethodGuard::reset() in reset()
235 UndoManagerMethodGuard aGuard( *m_pImpl ); in enterUndoContext()
242 UndoManagerMethodGuard aGuard( *m_pImpl ); in enterHiddenUndoContext()
249 UndoManagerMethodGuard aGuard( *m_pImpl ); in leaveUndoContext()
256 UndoManagerMethodGuard aGuard( *m_pImpl ); in addUndoAction()
[all …]