Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A Dconncleanup.cxx55 ,m_bPropertyListening( sal_False ) in OAutoConnectionDisposer()
81 m_bPropertyListening = sal_True; in startPropertyListening()
101 m_bPropertyListening = sal_False; in stopPropertyListening()
/trunk/main/connectivity/inc/connectivity/
H A Dconncleanup.hxx51 sal_Bool m_bPropertyListening : 1; // true when we're listening for property changes member in dbtools::OAutoConnectionDisposer
85 sal_Bool isPropertyListening() const { return m_bPropertyListening; } in isPropertyListening()