Lines Matching refs:handleException
211 bRetry = handleException( e, errorCount ); in PROPFIND()
252 bRetry = handleException( e, errorCount ); in PROPFIND()
291 bRetry = handleException( e, errorCount ); in PROPPATCH()
332 bRetry = handleException( e, errorCount ); in HEAD()
371 bRetry = handleException( e, errorCount ); in GET()
412 bRetry = handleException( e, errorCount ); in GET()
455 bRetry = handleException( e, errorCount ); in GET()
500 bRetry = handleException( e, errorCount ); in GET()
545 bRetry = handleException( e, errorCount ); in GET()
630 bRetry = handleException( e, errorCount ); in PUT()
685 bRetry = handleException( e, errorCount ); in POST()
748 bRetry = handleException( e, errorCount ); in POST()
792 bRetry = handleException( e, errorCount ); in MKCOL()
834 bRetry = handleException( e, errorCount ); in COPY()
876 bRetry = handleException( e, errorCount ); in MOVE()
913 bRetry = handleException( e, errorCount ); in DESTROY()
953 bRetry = handleException( e, errorCount ); in LOCK()
996 bRetry = handleException( e, errorCount );
1036 bRetry = handleException( e, errorCount ); in UNLOCK()
1175 sal_Bool DAVResourceAccess::handleException( DAVException & e, int errorCount ) in handleException() function in DAVResourceAccess