Home
last modified time | relevance | path

Searched refs:InteractionRequest_Impl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/source/fwe/dispatch/
H A Dinteraction.cxx327 class InteractionRequest_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XInteractio… class
333 InteractionRequest_Impl( const ::com::sun::star::uno::Any& aRequest, in InteractionRequest_Impl() function in framework::InteractionRequest_Impl
345 uno::Any SAL_CALL InteractionRequest_Impl::getRequest() throw( uno::RuntimeException ) in getRequest()
350 uno::Sequence< uno::Reference< task::XInteractionContinuation > > SAL_CALL InteractionRequest_Impl:… in getContinuations()
359 return new InteractionRequest_Impl( aRequest, lContinuations ); in CreateRequest()
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx50 struct InteractionRequest_Impl struct
58 InteractionRequest_Impl() {} in InteractionRequest_Impl() argument
59 InteractionRequest_Impl( const uno::Any & rRequest ) in InteractionRequest_Impl() function
67 : m_pImpl( new InteractionRequest_Impl ) in InteractionRequest()
73 : m_pImpl( new InteractionRequest_Impl( rRequest ) ) in InteractionRequest()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx45 struct InteractionRequest_Impl;
70 InteractionRequest_Impl * m_pImpl;

Completed in 28 milliseconds