Home
last modified time | relevance | path

Searched refs:DAVException (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx181 throw( DAVException ) in PROPFIND()
208 catch ( DAVException & e ) in PROPFIND()
224 throw( DAVException ) in PROPFIND()
249 catch ( DAVException & e ) in PROPFIND()
264 throw( DAVException ) in PROPPATCH()
288 catch ( DAVException & e ) in PROPPATCH()
304 throw( DAVException ) in HEAD()
329 catch ( DAVException & e ) in HEAD()
343 throw( DAVException ) in GET()
368 catch ( DAVException & e ) in GET()
[all …]
H A DDAVResourceAccess.hxx71 throw ( DAVException );
90 throw ( DAVException );
98 throw ( DAVException );
104 throw ( DAVException );
111 throw ( DAVException );
116 throw ( DAVException );
123 throw ( DAVException );
130 throw ( DAVException );
138 throw ( DAVException );
147 throw ( DAVException );
[all …]
H A DSerfSession.hxx89 throw ( DAVException );
136 throw ( DAVException );
144 throw ( DAVException );
150 throw ( DAVException );
157 throw ( DAVException );
164 throw ( DAVException );
171 throw ( DAVException );
178 throw ( DAVException );
187 throw ( DAVException );
194 throw ( DAVException );
[all …]
H A DDAVSession.hxx85 throw( DAVException ) = 0;
92 throw( DAVException ) = 0;
97 throw( DAVException ) = 0;
103 throw( DAVException ) = 0;
108 throw( DAVException ) = 0;
114 throw( DAVException ) = 0;
121 throw( DAVException ) = 0;
129 throw( DAVException ) = 0;
135 throw( DAVException ) = 0;
144 throw ( DAVException ) = 0;
[all …]
H A DSerfSession.cxx73 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()
[all …]
H A DSerfUri.cxx60 throw ( DAVException ) in SerfUri()
70 throw DAVException( DAVException::DAV_INVALID_ARG ); in SerfUri()
75 throw DAVException( DAVException::DAV_INVALID_ARG ); in SerfUri()
83 throw ( DAVException ) in SerfUri()
93 throw DAVException( DAVException::DAV_INVALID_ARG ); in SerfUri()
104 throw DAVException( DAVException::DAV_INVALID_ARG ); in SerfUri()
H A Dwebdavcontent.cxx96 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()
[all …]
H A DSerfRequestProcessor.cxx516 mpDAVException = new DAVException( DAVException::DAV_HTTP_LOOKUP, in postprocessProcessor()
522 mpDAVException = new DAVException( DAVException::DAV_HTTP_NOAUTH, in postprocessProcessor()
528 mpDAVException = new DAVException( DAVException::DAV_HTTP_ERROR, in postprocessProcessor()
537 mpDAVException = new DAVException( DAVException::DAV_HTTP_REDIRECT, in postprocessProcessor()
541 mpDAVException = new DAVException( DAVException::DAV_LOCKED, in postprocessProcessor()
546 mpDAVException = new DAVException( DAVException::DAV_HTTP_ERROR, in postprocessProcessor()
555 mpDAVException = new DAVException( DAVException::DAV_HTTP_ERROR ); in postprocessProcessor()
H A DDAVException.hxx100 class DAVException class
149 DAVException( ExceptionCode inExceptionCode ) in DAVException() function in http_dav_ucp::DAVException
156 DAVException( ExceptionCode inExceptionCode, in DAVException() function in http_dav_ucp::DAVException
164 DAVException( ExceptionCode inExceptionCode, in DAVException() function in http_dav_ucp::DAVException
173 DAVException( ExceptionCode inExceptionCode, in DAVException() function in http_dav_ucp::DAVException
183 ~DAVException( ) {}; in ~DAVException()
H A Dwebdavdatasupplier.cxx392 catch ( DAVException & ) in getData()
440 catch ( DAVException const & ) in getData()
495 catch ( DAVException const & ) in getData()
H A DSerfUri.hxx55 SerfUri( const ::rtl::OUString & inUri ) throw ( DAVException );
56 SerfUri( const apr_uri_t * inUri ) throw ( DAVException );
H A Dwebdavcontent.hxx182 ::com::sun::star::uno::Any MapDAVException( const DAVException & e,
185 const DAVException & e,
191 static bool shouldAccessNetworkAfterException( const DAVException & e );
H A DSerfLockStore.cxx108 catch (DAVException & ) in ~SerfLockStore()
271 catch ( DAVException & e ) in refreshLocks()
H A DDAVSessionFactory.hxx59 throw( DAVException );
H A DDAVSessionFactory.cxx41 throw( DAVException ) in createDAVSession()
H A DSerfRequestProcessor.hxx194 DAVException* mpDAVException;
H A DContentProperties.cxx107 catch ( DAVException const & ) in ContentProperties()
H A Dwebdavcontentcaps.cxx327 catch ( DAVException const & ) in getProperties()