Lines Matching refs:xRowSet
264 uno::Reference<sdbc::XRowSet> xRowSet( xFactory->createInstance( in DBaseImport() local
267 ::utl::DisposableComponent aRowSetHelper(xRowSet); in DBaseImport()
268 uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY ); in DBaseImport()
287 xRowSet->execute(); in DBaseImport()
290 uno::Reference<sdbc::XResultSetMetaDataSupplier> xMetaSupp( xRowSet, uno::UNO_QUERY ); in DBaseImport()
302 uno::Reference<sdbc::XRow> xRow( xRowSet, uno::UNO_QUERY ); in DBaseImport()
356 while ( !bEnd && xRowSet->next() ) in DBaseImport()
840 uno::Reference<sdbc::XRowSet> xRowSet( xFactory->createInstance( in DBaseExport() local
843 ::utl::DisposableComponent aRowSetHelper(xRowSet); in DBaseExport()
844 uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY ); in DBaseExport()
860 xRowSet->execute(); in DBaseExport()
864 uno::Reference<sdbc::XResultSetUpdate> xResultUpdate( xRowSet, uno::UNO_QUERY ); in DBaseExport()
868 uno::Reference<sdbc::XRowUpdate> xRowUpdate( xRowSet, uno::UNO_QUERY ); in DBaseExport()
973 comphelper::disposeComponent( xRowSet ); in DBaseExport()