Searched refs:xDatabaseForm (Results 1 – 1 of 1) sorted by relevance
2173 Reference< XRowSet> xDatabaseForm(m_xActiveForm, UNO_QUERY); in startListening() local2174 if (xDatabaseForm.is() && getRowSetConnection(xDatabaseForm).is()) in startListening()2252 Reference< XRowSet> xDatabaseForm(m_xActiveForm, UNO_QUERY); in stopListening() local2253 if ( xDatabaseForm.is() ) in stopListening()