Searched refs:xExecute (Results 1 – 5 of 5) sorted by relevance
150 uno::Reference<sdb::XCompletedExecution> xExecute( xRowSet, uno::UNO_QUERY ); in CreateCache() local151 if ( xExecute.is() ) in CreateCache()157 xExecute->executeWithCompletion( xHandler ); in CreateCache()
53 XCompletedExecution xExecute; field in RecordParser80 xExecute = UnoRuntime.queryInterface(XCompletedExecution.class, xRowSet); in getInterfaces()220 xExecute.executeWithCompletion(xInteraction); in executeCommand()
395 … XExecutableDialog xExecute = UnoRuntime.queryInterface(XExecutableDialog.class, oErrorDialog); in displaySQLErrorDialog() local401 xExecute.execute(); in displaySQLErrorDialog()
254 uno::Reference<sdb::XCompletedExecution> xExecute( xRowSet, uno::UNO_QUERY ); in DoImport() local255 if ( xExecute.is() ) in DoImport()261 xExecute->executeWithCompletion( xHandler ); in DoImport()
1126 Reference< XExecutableDialog > xExecute(xDialog, UNO_QUERY); in SetBrowserAttrs() local1127 OSL_ENSURE(xExecute.is(), "SbaGridControl::SetBrowserAttrs: missing an interface on the dialog!"); in SetBrowserAttrs()1128 if (xExecute.is()) in SetBrowserAttrs()1129 xExecute->execute(); in SetBrowserAttrs()
Completed in 51 milliseconds