Lines Matching refs:DAVException

73     throw ( DAVException )  in SerfSession()
108 throw ( DAVException ) in Init()
117 throw ( DAVException ) in Init()
163 throw DAVException( DAVException::DAV_SESSION_CREATE, in Init()
181 throw DAVException( DAVException::DAV_SESSION_CREATE, in Init()
294 catch ( DAVException const & ) in CanUse()
381 catch ( DAVException const & ) in provideSerfCredentials()
683 throw ( DAVException ) in PROPFIND()
701 throw DAVException( DAVException::DAV_HTTP_ERROR, inPath, (sal_uInt16)APR_EGENERAL ); in PROPFIND()
713 throw( DAVException ) in PROPFIND()
730 throw DAVException( DAVException::DAV_HTTP_ERROR, inPath, (sal_uInt16)APR_EGENERAL ); in PROPFIND()
741 throw( DAVException ) in PROPPATCH()
771 throw( DAVException ) in HEAD()
798 throw ( DAVException ) in GET()
821 throw ( DAVException ) in GET()
843 throw ( DAVException ) in GET()
873 throw ( DAVException ) in GET()
897 throw ( DAVException ) in PUT()
906 throw DAVException( DAVException::DAV_INVALID_ARG ); in PUT()
934 throw ( DAVException ) in POST()
941 throw DAVException( DAVException::DAV_INVALID_ARG ); in POST()
978 throw ( DAVException ) in POST()
985 throw DAVException( DAVException::DAV_INVALID_ARG ); in POST()
1016 throw ( DAVException ) in MKCOL()
1044 throw ( DAVException ) in COPY()
1076 throw ( DAVException ) in MOVE()
1106 throw ( DAVException ) in DESTROY()
1164 throw ( DAVException ) in LOCK()
1217 throw ( DAVException ) in LOCK()
1300 throw ( DAVException ) in UNLOCK()
1308 throw DAVException( DAVException::DAV_NOT_LOCKED ); in UNLOCK()
1353 throw ( DAVException ) in abort()
1482 throw ( DAVException ) in HandleError()
1488 DAVException* mpDAVExp( rReqProc->mpDAVException ); in HandleError()
1499 throw DAVException( mpDAVExp->getError(), in HandleError()