Lines Matching refs:InteractionRequest
66 InteractionRequest::InteractionRequest() in InteractionRequest() function in InteractionRequest
72 InteractionRequest::InteractionRequest( const uno::Any & rRequest ) in InteractionRequest() function in InteractionRequest
79 InteractionRequest::~InteractionRequest() in ~InteractionRequest()
85 void InteractionRequest::setRequest( const uno::Any & rRequest ) in setRequest()
91 void InteractionRequest::setContinuations( in setContinuations()
100 InteractionRequest::getSelection() const in getSelection()
106 void InteractionRequest::setSelection( in setSelection()
119 void SAL_CALL InteractionRequest::acquire() in acquire()
127 void SAL_CALL InteractionRequest::release() in release()
136 InteractionRequest::queryInterface( const uno::Type & rType ) in queryInterface()
153 uno::Sequence< sal_Int8 > SAL_CALL InteractionRequest::getImplementationId() in getImplementationId()
171 uno::Sequence< uno::Type > SAL_CALL InteractionRequest::getTypes() in getTypes()
198 uno::Any SAL_CALL InteractionRequest::getRequest() in getRequest()
207 InteractionRequest::getContinuations() in getContinuations()
226 InteractionRequest * m_pRequest;
228 InteractionContinuation_Impl( InteractionRequest * pRequest ) in InteractionContinuation_Impl()
236 InteractionRequest * pRequest ) in InteractionContinuation()