Searched refs:xDatabaseForm (Results 1 – 1 of 1) sorted by relevance
2172 Reference< XRowSet> xDatabaseForm(m_xActiveForm, UNO_QUERY); in startListening() local2173 if (xDatabaseForm.is() && getRowSetConnection(xDatabaseForm).is()) in startListening()2251 Reference< XRowSet> xDatabaseForm(m_xActiveForm, UNO_QUERY); in stopListening() local2252 if ( xDatabaseForm.is() ) in stopListening()
Completed in 28 milliseconds