Lines Matching refs:DAVException

96                                        DAVException &aLastException,  in lcl_sendPartialGETRequest()
198 catch ( DAVException const & ex ) in lcl_sendPartialGETRequest()
238 catch ( DAVException const & ) in Content()
265 catch ( DAVException const & ) in Content()
673 catch ( DAVException const & e ) in execute()
872 catch ( DAVException const & ) in abort()
967 catch ( DAVException const & e ) in addProperty()
1079 catch ( DAVException const & e ) in removeProperty()
1519 catch ( DAVException const & e ) in getPropertyValues()
1573 catch ( DAVException const & e ) in getPropertyValues()
1582 DAVException aLastException = e; in getPropertyValues()
1850 catch ( DAVException const & ) in setPropertyValues()
2041 catch ( DAVException const & e ) in setPropertyValues()
2120 catch ( DAVException const & e ) in setPropertyValues()
2253 catch ( DAVException const & e ) in open()
2302 catch ( DAVException const & e ) in open()
2360 catch ( DAVException const & e ) in post()
2392 catch ( DAVException const & e ) in post()
2602 catch ( DAVException const & except ) in insert()
2619 catch ( DAVException const & e ) in insert()
2645 catch ( DAVException const & ) in insert()
2696 catch ( DAVException const & e ) in insert()
2900 catch ( DAVException const & e ) in transfer()
3076 catch ( DAVException const & e ) in lock()
3139 catch ( DAVException const & e ) in unlock()
3253 uno::Any Content::MapDAVException( const DAVException & e, sal_Bool bWrite ) in MapDAVException()
3297 case DAVException::DAV_HTTP_ERROR: in MapDAVException()
3316 case DAVException::DAV_HTTP_LOOKUP: in MapDAVException()
3333 case DAVException::DAV_HTTP_CONNECT: in MapDAVException()
3354 case DAVException::DAV_INVALID_ARG: in MapDAVException()
3362 case DAVException::DAV_LOCKED: in MapDAVException()
3392 case DAVException::DAV_LOCKED_SELF: in MapDAVException()
3404 case DAVException::DAV_NOT_LOCKED: in MapDAVException()
3414 case DAVException::DAV_LOCK_EXPIRED: in MapDAVException()
3461 bool Content::shouldAccessNetworkAfterException( const DAVException & e ) in shouldAccessNetworkAfterException()
3464 ( e.getError() == DAVException::DAV_HTTP_LOOKUP ) || in shouldAccessNetworkAfterException()
3465 ( e.getError() == DAVException::DAV_HTTP_CONNECT ) || in shouldAccessNetworkAfterException()
3466 ( e.getError() == DAVException::DAV_HTTP_AUTH ) || in shouldAccessNetworkAfterException()
3467 ( e.getError() == DAVException::DAV_HTTP_AUTHPROXY ) ) in shouldAccessNetworkAfterException()
3475 const DAVException & e, in cancelCommandExecution()
3577 catch ( DAVException const & e ) in getResourceType()
3594 if ( e.getError() == DAVException::DAV_HTTP_NOAUTH ) in getResourceType()