Home
last modified time | relevance | path

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

/trunk/main/forms/source/inc/
H A DFormComponent.hxx668 …bool m_bFormListening : 1; // are we currently a XLoadListene… member in frm::OBoundControlModel
1204 inline bool isFormListening() const { return m_bFormListening; } in isFormListening()
/trunk/main/forms/source/component/
H A DFormComponent.cxx1269 ,m_bFormListening( false ) in OBoundControlModel()
1305 ,m_bFormListening( false ) in OBoundControlModel()
1600 m_bFormListening = _bStart && m_xAmbientForm.is(); in doFormListening()