Lines Matching refs:xRowSet
2312 Reference< XRowSet > xRowSet = m_xRowSet; in impl_getRowSet_throw() local
2313 if ( !xRowSet.is() ) in impl_getRowSet_throw()
2315 xRowSet.set( m_xComponent, UNO_QUERY ); in impl_getRowSet_throw()
2316 if ( !xRowSet.is() ) in impl_getRowSet_throw()
2318 xRowSet = Reference< XRowSet >( m_xObjectParent, UNO_QUERY ); in impl_getRowSet_throw()
2319 if ( !xRowSet.is() ) in impl_getRowSet_throw()
2326 … xRowSet = Reference< XRowSet >( xParentAsChild->getParent(), UNO_QUERY ); in impl_getRowSet_throw()
2329 if ( !xRowSet.is() ) in impl_getRowSet_throw()
2330 xRowSet = m_xRowSet; in impl_getRowSet_throw()
2332 …DBG_ASSERT( xRowSet.is(), "FormComponentPropertyHandler::impl_getRowSet_throw: could not obtain th… in impl_getRowSet_throw()
2334 return xRowSet; in impl_getRowSet_throw()
2413 Reference< XRowSet > xRowSet( impl_getRowSet_throw() ); in impl_ensureRowsetConnection_nothrow() local
2414 Reference< XPropertySet > xRowSetProps( xRowSet, UNO_QUERY ); in impl_ensureRowsetConnection_nothrow()
2423 …m_xRowSetConnection = ::dbtools::ensureRowSetConnection( xRowSet, m_aContext.getLegacyServiceFacto… in impl_ensureRowsetConnection_nothrow()