Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx181 throw( DAVException ) in PROPFIND()
224 throw( DAVException ) in PROPFIND()
264 throw( DAVException ) in PROPPATCH()
304 throw( DAVException ) in HEAD()
343 throw( DAVException ) in GET()
385 throw( DAVException ) in GET()
425 throw( DAVException ) in GET()
471 throw( DAVException ) in GET()
586 throw DAVException( DAVException::DAV_INVALID_ARG ); in resetInputStream()
1066 throw DAVException( DAVException::DAV_INVALID_ARG ); in initialize()
[all …]
H A DCurlSession.hxx125 throw ( DAVException );
142 throw ( DAVException );
150 throw ( DAVException );
156 throw ( DAVException );
163 throw ( DAVException );
168 throw ( DAVException );
175 throw ( DAVException );
182 throw ( DAVException );
191 throw ( DAVException );
198 throw ( DAVException );
[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 DCurlSession.cxx208 throw DAVException( DAVException::DAV_SESSION_CREATE, in Init()
772 DAVException::ExceptionCode exCode = DAVException::DAV_HTTP_ERROR; in processResponse()
825 throw DAVException( DAVException::DAV_HTTP_REDIRECT, in processResponse()
833 throw DAVException( DAVException::DAV_HTTP_ERROR, in processResponse()
841 throw DAVException( DAVException::DAV_HTTP_ERROR, in processResponse()
849 throw DAVException( DAVException::DAV_LOCKED, in processResponse()
853 throw DAVException( DAVException::DAV_HTTP_ERROR, in processResponse()
1183 throw DAVException( DAVException::DAV_INVALID_ARG ); in PUT()
1230 throw DAVException( DAVException::DAV_INVALID_ARG ); in POST()
1283 throw DAVException( DAVException::DAV_INVALID_ARG ); in POST()
[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;
158 throw( DAVException ) = 0;
[all …]
H A DCurlRequest.hxx71 CURLcode copy( CurlUri uri, rtl::OUString path ) throw(DAVException);
73 CURLcode get( CurlUri uri, rtl::OUString path ) throw(DAVException);
74 CURLcode head( CurlUri uri, rtl::OUString path ) throw(DAVException);
75 CURLcode lock( CurlUri uri, rtl::OUString path ) throw(DAVException);
76 CURLcode mkcol( CurlUri uri, rtl::OUString path ) throw(DAVException);
77 CURLcode move( CurlUri uri, rtl::OUString path ) throw(DAVException);
78 CURLcode post( CurlUri uri, rtl::OUString path ) throw(DAVException);
81 CURLcode put( CurlUri uri, rtl::OUString path ) throw(DAVException);
82 CURLcode unlock( CurlUri uri, rtl::OUString path ) throw(DAVException);
94 void setURI( CurlUri uri, rtl::OUString path ) throw (DAVException);
[all …]
H A DCurlUri.cxx74 throw ( DAVException ) in CurlUri()
84 throw DAVException( DAVException::DAV_INVALID_ARG ); in CurlUri()
87 throw DAVException( DAVException::DAV_HTTP_ERROR, in CurlUri()
96 throw DAVException( DAVException::DAV_INVALID_ARG ); in CurlUri()
106 throw ( DAVException ) in CurlUri()
117 throw DAVException( DAVException::DAV_INVALID_ARG ); in CurlUri()
120 throw DAVException( DAVException::DAV_HTTP_ERROR, in CurlUri()
140 throw DAVException( DAVException::DAV_INVALID_ARG ); in CurlUri()
162 throw ( DAVException ) in CurlUri()
173 throw DAVException( DAVException::DAV_HTTP_ERROR, in CurlUri()
[all …]
H A DCurlRequest.cxx84 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Out of memo… in addHeader()
142 void CurlRequest::setURI( CurlUri uri, rtl::OUString path ) throw (DAVException) in setURI()
152 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Out of memo… in setURI()
168 CURLcode CurlRequest::copy( CurlUri uri, rtl::OUString path ) throw(DAVException) in copy()
184 CURLcode CurlRequest::get( CurlUri uri, rtl::OUString path ) throw(DAVException) in get()
192 CURLcode CurlRequest::head( CurlUri uri, rtl::OUString path ) throw (DAVException) in head()
200 CURLcode CurlRequest::lock( CurlUri uri, rtl::OUString path ) throw (DAVException) in lock()
216 CURLcode CurlRequest::move( CurlUri uri, rtl::OUString path ) throw (DAVException) in move()
224 CURLcode CurlRequest::post( CurlUri uri, rtl::OUString path ) throw (DAVException) in post()
248 CURLcode CurlRequest::put( CurlUri uri, rtl::OUString path ) throw (DAVException) in put()
[all …]
H A Dwebdavcontent.cxx198 catch ( DAVException const & ex ) in lcl_sendPartialGETRequest()
238 catch ( DAVException const & ) in Content()
265 catch ( DAVException const & ) in Content()
872 catch ( DAVException const & ) in abort()
967 catch ( DAVException const & e ) in addProperty()
1079 catch ( DAVException const & e ) in removeProperty()
2900 catch ( DAVException const & e ) in transfer()
3076 catch ( DAVException const & e ) in lock()
3139 catch ( DAVException const & e ) in unlock()
3297 case DAVException::DAV_HTTP_ERROR: in MapDAVException()
[all …]
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 DCurlUri.hxx56 CurlUri( const ::rtl::OUString & inUri ) throw ( DAVException );
57 CurlUri( const CURLU * inUri ) throw ( DAVException );
58 CurlUri( const CurlUri &curlUri ) throw ( DAVException );
H A Dwebdavdatasupplier.cxx392 catch ( DAVException & ) in getData()
440 catch ( DAVException const & ) in getData()
495 catch ( DAVException const & ) in getData()
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 DCurlLockStore.cxx108 catch (DAVException & ) in ~CurlLockStore()
271 catch ( DAVException & e ) in refreshLocks()
H A DDAVSessionFactory.hxx59 throw( DAVException );
H A DDAVSessionFactory.cxx41 throw( DAVException ) in createDAVSession()
H A Dwebdavcontentcaps.cxx327 catch ( DAVException const & ) in getProperties()
H A DContentProperties.cxx107 catch ( DAVException const & ) in ContentProperties()

Completed in 99 milliseconds