Home
last modified time | relevance | path

Searched refs:InterceptedInteraction (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx44 InterceptedInteraction::InterceptedInteraction() in InterceptedInteraction() function in ucbhelper::InterceptedInteraction
51 void InterceptedInteraction::setInterceptedHandler(const css::uno::Reference< css::task::XInteracti… in setInterceptedHandler()
59 void InterceptedInteraction::setInterceptions(const ::std::vector< InterceptedRequest >& lIntercept… in setInterceptions()
67 InterceptedInteraction::EInterceptionState InterceptedInteraction::intercepted( in intercepted()
78 css::uno::Reference< css::task::XInteractionContinuation > InterceptedInteraction::extractContinuat… in extractContinuation()
99 void SAL_CALL InterceptedInteraction::handle(const css::uno::Reference< css::task::XInteractionRequ… in handle()
108 void InterceptedInteraction::impl_handleDefault(const ::com::sun::star::uno::Reference< ::com::sun:… in impl_handleDefault()
140 InterceptedInteraction::EInterceptionState InterceptedInteraction::impl_interceptRequest(const ::co… in impl_interceptRequest()
182 …Reference< css::task::XInteractionContinuation > xContinuation = InterceptedInteraction::extractCo… in impl_interceptRequest()
/trunk/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx53 ::std::vector< ::ucbhelper::InterceptedInteraction::InterceptedRequest > lInterceptions; in StillReadWriteInteraction()
54 ::ucbhelper::InterceptedInteraction::InterceptedRequest aInterceptedRequest; in StillReadWriteInteraction()
80 setInterceptions(::std::vector< ::ucbhelper::InterceptedInteraction::InterceptedRequest >()); in resetInterceptions()
95 ucbhelper::InterceptedInteraction::EInterceptionState StillReadWriteInteraction::intercepted(const … in intercepted()
133 return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED; in intercepted()
145 …nce< css::task::XInteractionContinuation > xAbort = ::ucbhelper::InterceptedInteraction::extractCo… in intercepted()
149 return ::ucbhelper::InterceptedInteraction::E_NO_CONTINUATION_FOUND; in intercepted()
151 return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED; in intercepted()
160 return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED; in intercepted()
/trunk/main/comphelper/inc/comphelper/
H A Dstillreadwriteinteraction.hxx42 class COMPHELPER_DLLPUBLIC StillReadWriteInteraction : public ::ucbhelper::InterceptedInteraction
65 …virtual ucbhelper::InterceptedInteraction::EInterceptionState intercepted(const ::ucbhelper::Inter…
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinterceptedinteraction.hxx58 class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper1< ::com::sun::star… class
195 InterceptedInteraction();
207InterceptedInteraction(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractio…

Completed in 16 milliseconds