Home
last modified time | relevance | path

Searched refs:InteractionRetry (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx362 void SAL_CALL InteractionRetry::acquire() in acquire()
370 void SAL_CALL InteractionRetry::release() in release()
379 InteractionRetry::queryInterface( const uno::Type & rType ) in queryInterface()
397 uno::Sequence< sal_Int8 > SAL_CALL InteractionRetry::getImplementationId() in getImplementationId()
414 uno::Sequence< uno::Type > SAL_CALL InteractionRetry::getTypes() in getTypes()
440 void SAL_CALL InteractionRetry::select() in select()
H A Dsimpleinteractionrequest.cxx57 xRetry = new InteractionRetry( this ); in SimpleInteractionRequest()
H A Dsimpleauthenticationrequest.cxx235 aContinuations[ 1 ] = new InteractionRetry( this ); in initialize()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx215 class UCBHELPER_DLLPUBLIC InteractionRetry : public InteractionContinuation, class
220 InteractionRetry( InteractionRequest * pRequest ) in InteractionRetry() function in ucbhelper::InteractionRetry
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_passwordrequest.cxx221 aContinuations[ 1 ] = new ucbhelper::InteractionRetry( this ); in DocumentPasswordRequest()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1033 ucbhelper::InteractionRetry *retryP = in UCBOpenContentSync()
1034 new ucbhelper::InteractionRetry(ir); in UCBOpenContentSync()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1594 aContinuations[ 1 ] = new ::ucbhelper::InteractionRetry( this ); in MasterPasswordRequest_Impl()