Searched refs:InteractionRetry (Results 1 – 7 of 7) sorted by relevance
362 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()
57 xRetry = new InteractionRetry( this ); in SimpleInteractionRequest()
235 aContinuations[ 1 ] = new InteractionRetry( this ); in initialize()
215 class UCBHELPER_DLLPUBLIC InteractionRetry : public InteractionContinuation, class220 InteractionRetry( InteractionRequest * pRequest ) in InteractionRetry() function in ucbhelper::InteractionRetry
221 aContinuations[ 1 ] = new ucbhelper::InteractionRetry( this ); in DocumentPasswordRequest()
1033 ucbhelper::InteractionRetry *retryP = in UCBOpenContentSync()1034 new ucbhelper::InteractionRetry(ir); in UCBOpenContentSync()
1594 aContinuations[ 1 ] = new ::ucbhelper::InteractionRetry( this ); in MasterPasswordRequest_Impl()