Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx558 void SAL_CALL InteractionDisapprove::acquire() in acquire()
566 void SAL_CALL InteractionDisapprove::release() in release()
575 InteractionDisapprove::queryInterface( const uno::Type & rType ) in queryInterface()
593 uno::Sequence< sal_Int8 > SAL_CALL InteractionDisapprove::getImplementationId() in getImplementationId()
610 uno::Sequence< uno::Type > SAL_CALL InteractionDisapprove::getTypes() in getTypes()
636 void SAL_CALL InteractionDisapprove::select() in select()
H A Dsimpleinteractionrequest.cxx69 xDisapprove = new InteractionDisapprove( this ); in SimpleInteractionRequest()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx281 class UCBHELPER_DLLPUBLIC InteractionDisapprove : public InteractionContinuation, class
286 InteractionDisapprove( InteractionRequest * pRequest ) in InteractionDisapprove() function in ucbhelper::InteractionDisapprove
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx957 aContinuations[2] = new ::ucbhelper::InteractionDisapprove( xInteractionRequestImpl.get() ); in ShowLockedWebDAVDocumentDialog()
1056 aContinuations[2] = new ::ucbhelper::InteractionDisapprove( xInteractionRequestImpl.get() ); in ShowLockedDocumentDialog()