Searched refs:AsyncCallback (Results 1 – 7 of 7) sorted by relevance
56 class AsyncCallback: class62 explicit AsyncCallback(css::uno::Reference< css::uno::XComponentContext > const & context);83 DECL_STATIC_LINK( AsyncCallback, Notify_Impl, CallbackData* );85 AsyncCallback(AsyncCallback &); // not defined86 void operator =(AsyncCallback &); // not defined88 virtual ~AsyncCallback() {} in ~AsyncCallback()93 AsyncCallback::AsyncCallback(css::uno::Reference< css::uno::XComponentContext > const & context) : in AsyncCallback() function in __anona7b950da0111::AsyncCallback98 ::rtl::OUString SAL_CALL AsyncCallback::getImplementationName() throw (css::uno::RuntimeException) in getImplementationName()103 ::sal_Bool SAL_CALL AsyncCallback::supportsService(::rtl::OUString const & serviceName) throw (css:… in supportsService()113 css::uno::Sequence< ::rtl::OUString > SAL_CALL AsyncCallback::getSupportedServiceNames() throw (css… in getSupportedServiceNames()[all …]
26 import com.sun.star.awt.AsyncCallback;62 XRequestCallback async = AsyncCallback.create( in _createMessageBox()
39 published service AsyncCallback: XRequestCallback;
73 AsyncCallback.idl\
190 com::sun::star::awt::AsyncCallback::create( in test()
511 DECL_LINK( AsyncCallback, void* );
506 IMPL_LINK( SwHTMLParser, AsyncCallback, void*, /*pVoid*/ )555 nEventId = Application::PostUserEvent( LINK( this, SwHTMLParser, AsyncCallback ), 0 ); in CallParser()