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()
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 DCurlSession.hxx92 throw ( DAVException );
95 throw ( DAVException );
113 void *userdata ) throw (DAVException);
116 long statusCode ) throw (DAVException);
125 throw ( DAVException );
142 throw ( DAVException );
150 throw ( DAVException );
156 throw ( DAVException );
163 throw ( DAVException );
168 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.cxx90 throw ( DAVException ) in CurlSession()
133 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Failed to c… in CurlSession()
136 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Failed to c… in CurlSession()
141 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Failure cre… in CurlSession()
170 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii("Error initia… in CurlSession()
191 throw ( DAVException ) in Init()
200 throw ( DAVException ) in Init()
208 throw DAVException( DAVException::DAV_SESSION_CREATE, in Init()
315 catch ( DAVException const & ) in CanUse()
621 bool CurlSession::Curl_ProvideCredentials( long statusCode, void *userdata ) throw (DAVException) in Curl_ProvideCredentials()
[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 DCurlRequest.hxx61 void addHeader( const rtl::OString &name, const rtl::OString &value ) throw (DAVException);
67 bool (*provideCredsCallback)(long statusCode, void *userdata) throw (DAVException),
71 CURLcode copy( CurlUri uri, rtl::OUString path ) throw(DAVException);
72 CURLcode delete_( 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);
[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.cxx74 …d CurlRequest::addHeader( const rtl::OString &name, const rtl::OString &value) throw (DAVException) in addHeader()
84 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Out of memo… in addHeader()
136 …alsCallback( bool (*callback)(long statusCode, void *userdata) throw (DAVException), void *userdat… in setProvideCredentialsCallback() argument
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()
176 CURLcode CurlRequest::delete_( CurlUri uri, rtl::OUString path ) throw (DAVException) in delete_()
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()
[all …]
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 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 DContentProperties.cxx107 catch ( DAVException const & ) in ContentProperties()
H A Dwebdavcontentcaps.cxx327 catch ( DAVException const & ) in getProperties()