Searched refs:m_bPropertyListening (Results 1 – 2 of 2) sorted by relevance
55 ,m_bPropertyListening( sal_False ) in OAutoConnectionDisposer()81 m_bPropertyListening = sal_True; in startPropertyListening()101 m_bPropertyListening = sal_False; in stopPropertyListening()
51 sal_Bool m_bPropertyListening : 1; // true when we're listening for property changes member in dbtools::OAutoConnectionDisposer85 sal_Bool isPropertyListening() const { return m_bPropertyListening; } in isPropertyListening()