Home
last modified time | relevance | path

Searched refs:FlagGuard (Results 1 – 6 of 6) sorted by relevance

/trunk/main/comphelper/inc/comphelper/
H A Dflagguard.hxx58 class COMPHELPER_DLLPUBLIC FlagGuard : public ScopeGuard class
61 explicit FlagGuard( bool& i_flagRef, exc_handling i_excHandling = IGNORE_EXCEPTIONS ) in FlagGuard() function in comphelper::FlagGuard
67 ~FlagGuard();
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx595 ::comphelper::FlagGuard aNotificationGuard( m_bAPIActionRunning ); in impl_enterUndoContext()
633 ::comphelper::FlagGuard aNotificationGuard( m_bAPIActionRunning ); in impl_leaveUndoContext()
733 ::comphelper::FlagGuard aNotificationGuard( m_bAPIActionRunning ); in impl_addUndoAction()
758 ::comphelper::FlagGuard aNotificationGuard( m_bAPIActionRunning ); in impl_clear()
781 ::comphelper::FlagGuard aNotificationGuard( m_bAPIActionRunning ); in impl_clearRedo()
801 ::comphelper::FlagGuard aNotificationGuard( m_bAPIActionRunning ); in impl_reset()
/trunk/main/comphelper/source/misc/
H A Dscopeguard.cxx66 FlagGuard::~FlagGuard() in ~FlagGuard()
/trunk/main/svl/source/undo/
H A Dundo.cxx770 ::comphelper::FlagGuard aDoingGuard( m_pData->mbDoing ); in ImplUndo()
889 ::comphelper::FlagGuard aDoingGuard( m_pData->mbDoing ); in ImplRedo()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx2321 ::comphelper::FlagGuard aDrawingflagGuard( mpImpl->getDrawingOntoParent_ref() ); in draw()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx789 ::comphelper::FlagGuard aResetFlag( m_bSuspendFilterTextListening ); in impl_setTextOnAllFilter_throw()

Completed in 251 milliseconds