Searched refs:xExecuteable (Results 1 – 5 of 5) sorted by relevance
210 css::uno::Reference< css::task::XJobExecutor > xExecuteable( xService, css::uno::UNO_QUERY ); in dispatchWithNotification() local211 if ( xExecuteable.is() ) in dispatchWithNotification()212 xExecuteable->trigger( rtl::OUString() ); in dispatchWithNotification()
305 css::uno::Reference< css::task::XJobExecutor > xExecuteable(xService, css::uno::UNO_QUERY); in implts_dispatch() local306 if (xExecuteable.is()) in implts_dispatch()307 xExecuteable->trigger(sArguments); in implts_dispatch()
235 uno::Reference< ui::dialogs::XExecutableDialog > xExecuteable( xService, uno::UNO_QUERY ); in impl_showExtensionDialog() local236 if ( xExecuteable.is() ) in impl_showExtensionDialog()237 nRet = xExecuteable->execute(); in impl_showExtensionDialog()
1580 uno::Reference< task::XJobExecutor > xExecuteable( xService, uno::UNO_QUERY ); in showExtensionDialog() local1581 if ( xExecuteable.is() ) in showExtensionDialog()1582 xExecuteable->trigger( sArguments ); in showExtensionDialog()
2303 Reference< XJobExecutor > xExecuteable( in fillReportData() local2305 xExecuteable->trigger( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "fill" ) ) ); in fillReportData()
Completed in 52 milliseconds