Home
last modified time | relevance | path

Searched refs:IGNORE_EXCEPTIONS (Results 1 – 3 of 3) sorted by relevance

/trunk/main/comphelper/inc/comphelper/
H A Dscopeguard.hxx43 enum exc_handling { IGNORE_EXCEPTIONS, ALLOW_EXCEPTIONS }; enumerator
51 exc_handling excHandling = IGNORE_EXCEPTIONS ) in ScopeGuard()
H A Dflagguard.hxx40 …tionGuard( bool& i_flagRef, bool i_temporaryValue, exc_handling i_excHandling = IGNORE_EXCEPTIONS ) in FlagRestorationGuard()
61 explicit FlagGuard( bool& i_flagRef, exc_handling i_excHandling = IGNORE_EXCEPTIONS ) in FlagGuard()
/trunk/main/comphelper/source/misc/
H A Dscopeguard.cxx37 if (m_excHandling == IGNORE_EXCEPTIONS) in ~ScopeGuard()

Completed in 29 milliseconds