updatefeed.cxx (554deb42) updatefeed.cxx (c5f58c9a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 165 unchanged lines hidden (view full) ---

174 virtual uno::Reference< task::XInteractionHandler > SAL_CALL getInteractionHandler()
175 throw ( uno::RuntimeException );
176
177 virtual uno::Reference< ucb::XProgressHandler > SAL_CALL getProgressHandler()
178 throw ( uno::RuntimeException ) { return uno::Reference< ucb::XProgressHandler >(); };
179
180 // XWebDAVCommandEnvironment
181 virtual uno::Sequence< beans::StringPair > SAL_CALL getUserRequestHeaders(
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 165 unchanged lines hidden (view full) ---

174 virtual uno::Reference< task::XInteractionHandler > SAL_CALL getInteractionHandler()
175 throw ( uno::RuntimeException );
176
177 virtual uno::Reference< ucb::XProgressHandler > SAL_CALL getProgressHandler()
178 throw ( uno::RuntimeException ) { return uno::Reference< ucb::XProgressHandler >(); };
179
180 // XWebDAVCommandEnvironment
181 virtual uno::Sequence< beans::StringPair > SAL_CALL getUserRequestHeaders(
182 const rtl::OUString&, const rtl::OUString& )
182 const rtl::OUString&, ucb::WebDAVHTTPMethod )
183 throw ( uno::RuntimeException ) { return m_aRequestHeaderList; };
184
185 // XServiceInfo
186 virtual rtl::OUString SAL_CALL getImplementationName()
187 throw (uno::RuntimeException);
188 virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & serviceName)
189 throw (uno::RuntimeException);
190 virtual uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames()

--- 670 unchanged lines hidden ---
183 throw ( uno::RuntimeException ) { return m_aRequestHeaderList; };
184
185 // XServiceInfo
186 virtual rtl::OUString SAL_CALL getImplementationName()
187 throw (uno::RuntimeException);
188 virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & serviceName)
189 throw (uno::RuntimeException);
190 virtual uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames()

--- 670 unchanged lines hidden ---