Home
last modified time | relevance | path

Searched refs:xExecuteable (Results 1 – 5 of 5) sorted by relevance

/trunk/main/framework/source/dispatch/
H A Doxt_handler.cxx210 css::uno::Reference< css::task::XJobExecutor > xExecuteable( xService, css::uno::UNO_QUERY ); in dispatchWithNotification() local
211 if ( xExecuteable.is() ) in dispatchWithNotification()
212 xExecuteable->trigger( rtl::OUString() ); in dispatchWithNotification()
H A Dservicehandler.cxx305 css::uno::Reference< css::task::XJobExecutor > xExecuteable(xService, css::uno::UNO_QUERY); in implts_dispatch() local
306 if (xExecuteable.is()) in implts_dispatch()
307 xExecuteable->trigger(sArguments); in implts_dispatch()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx235 uno::Reference< ui::dialogs::XExecutableDialog > xExecuteable( xService, uno::UNO_QUERY ); in impl_showExtensionDialog() local
236 if ( xExecuteable.is() ) in impl_showExtensionDialog()
237 nRet = xExecuteable->execute(); in impl_showExtensionDialog()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx1580 uno::Reference< task::XJobExecutor > xExecuteable( xService, uno::UNO_QUERY ); in showExtensionDialog() local
1581 if ( xExecuteable.is() ) in showExtensionDialog()
1582 xExecuteable->trigger( sArguments ); in showExtensionDialog()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx2303 Reference< XJobExecutor > xExecuteable( in fillReportData() local
2305 xExecuteable->trigger( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "fill" ) ) ); in fillReportData()

Completed in 59 milliseconds