Home
last modified time | relevance | path

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

/trunk/main/chart2/source/inc/
H A DLifeTime.hxx225 class NegativeGuard class
231 NegativeGuard(T * pT) : m_pT(pT) in NegativeGuard() function in apphelper::NegativeGuard
236 NegativeGuard(T & t) : m_pT(&t) in NegativeGuard() function in apphelper::NegativeGuard
241 ~NegativeGuard() in ~NegativeGuard()
/trunk/main/chart2/source/tools/
H A DLifeTime.cxx358 NegativeGuard< osl::Mutex > aNegativeGuard( m_aAccessMutex ); in impl_doClose()