Searched refs:AsyncAccelExec (Results 1 – 1 of 1) sorted by relevance
89 class SVT_DLLPRIVATE AsyncAccelExec class100 …static AsyncAccelExec* createOnShotInstance(const css::uno::Reference< css::frame::XDispatch >& xD…111 SVT_DLLPRIVATE AsyncAccelExec(const css::uno::Reference< css::frame::XDispatch >& xDispatch,270 AsyncAccelExec* pExec = AsyncAccelExec::createOnShotInstance(xDispatch, aURL); in execute()547 AsyncAccelExec::AsyncAccelExec(const css::uno::Reference< css::frame::XDispatch >& xDispatch, in AsyncAccelExec() function in svt::AsyncAccelExec549 : m_aAsyncCallback(LINK(this, AsyncAccelExec, impl_ts_asyncCallback)) in AsyncAccelExec()556 AsyncAccelExec* AsyncAccelExec::createOnShotInstance(const css::uno::Reference< css::frame::XDispat… in createOnShotInstance()559 AsyncAccelExec* pExec = new AsyncAccelExec(xDispatch, aURL); in createOnShotInstance()564 void AsyncAccelExec::execAsync() in execAsync()570 IMPL_LINK(AsyncAccelExec, impl_ts_asyncCallback, void*,)
Completed in 10 milliseconds