Searched refs:InteractionRequest_Impl (Results 1 – 3 of 3) sorted by relevance
327 class InteractionRequest_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XInteractio… class333 InteractionRequest_Impl( const ::com::sun::star::uno::Any& aRequest, in InteractionRequest_Impl() function in framework::InteractionRequest_Impl345 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()
50 struct InteractionRequest_Impl struct58 InteractionRequest_Impl() {} in InteractionRequest_Impl() function59 InteractionRequest_Impl( const uno::Any & rRequest ) in InteractionRequest_Impl() argument67 : m_pImpl( new InteractionRequest_Impl ) in InteractionRequest()73 : m_pImpl( new InteractionRequest_Impl( rRequest ) ) in InteractionRequest()
45 struct InteractionRequest_Impl;70 InteractionRequest_Impl * m_pImpl;
Completed in 32 milliseconds