summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-29 23:40:26 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-29 23:53:37 +0100
commit28327c28ced32f181ed9b5c4921fd844e549980d (patch)
treeba853c6dc51995036f1bcf496aeb93a77e63cfda /offapi/com
parentded6f06ec585da0edee36eec749d21d75b5e5f30 (diff)
API CHANGE: remove com.sun.star.system.XProxySettings
... and related services: com.sun.star.system.SOffice52ProxySettings com.sun.star.system.ProxySettings com.sun.star.system.SystemProxySettings The implementation for these has apparently been removed in OpenOffice.org 2.0 or thereabouts. EXISTENCE: published key "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings" exists only in registry 1 Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/system/ProxySettings.idl44
-rw-r--r--offapi/com/sun/star/system/SOffice52ProxySettings.idl46
-rw-r--r--offapi/com/sun/star/system/SystemProxySettings.idl44
-rw-r--r--offapi/com/sun/star/system/XProxySettings.idl117
4 files changed, 0 insertions, 251 deletions
diff --git a/offapi/com/sun/star/system/ProxySettings.idl b/offapi/com/sun/star/system/ProxySettings.idl
deleted file mode 100644
index 307a56cb1faf..000000000000
--- a/offapi/com/sun/star/system/ProxySettings.idl
+++ /dev/null
@@ -1,44 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_system_ProxySettings_idl__
-#define __com_sun_star_system_ProxySettings_idl__
-
-
-module com { module sun { module star { module system {
-
-
-published interface XProxySettings;
-
-/** Specifies a service for reading the proxy settings from an old office
- installation or a central system database.
-
- @see com::sun::star::system::XProxySettings
-
- @deprecated
-*/
-
-published service ProxySettings : XProxySettings;
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/system/SOffice52ProxySettings.idl b/offapi/com/sun/star/system/SOffice52ProxySettings.idl
deleted file mode 100644
index 241ef3e9ba7a..000000000000
--- a/offapi/com/sun/star/system/SOffice52ProxySettings.idl
+++ /dev/null
@@ -1,46 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_system_SOffice52ProxySettings_idl__
-#define __com_sun_star_system_SOffice52ProxySettings_idl__
-
-#include <com/sun/star/system/ProxySettings.idl>
-
-
-module com { module sun { module star { module system {
-
-/** Specifies a service for reading the proxy settings from an old
- StarOffice 5.2 installation.
-
- @see com::sun::star::system::ProxySettings
-
- @deprecated
-*/
-
-published service SOffice52ProxySettings
-{
- service ProxySettings;
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/system/SystemProxySettings.idl b/offapi/com/sun/star/system/SystemProxySettings.idl
deleted file mode 100644
index 668ac25e3cd6..000000000000
--- a/offapi/com/sun/star/system/SystemProxySettings.idl
+++ /dev/null
@@ -1,44 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_system_SystemProxySettings_idl__
-#define __com_sun_star_system_SystemProxySettings_idl__
-
-#include <com/sun/star/system/ProxySettings.idl>
-
-
-module com { module sun { module star { module system {
-
-/** Specifies a service for reading the system proxy settings. Some systems
- store this information in a central configuration database.
-
- @deprecated
-*/
-
-published service SystemProxySettings
-{
- service ProxySettings;
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/system/XProxySettings.idl b/offapi/com/sun/star/system/XProxySettings.idl
deleted file mode 100644
index e53452c1349f..000000000000
--- a/offapi/com/sun/star/system/XProxySettings.idl
+++ /dev/null
@@ -1,117 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_system_XProxySettings_idl__
-#define __com_sun_star_system_XProxySettings_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
-#include <com/sun/star/uno/XInterface.idl>
-
-
-module com { module sun { module star { module system {
-
-/** Enables access to different proxy settings. If particular settings are not
- available an empty string will be returned.
-
- @deprecated
-*/
-
-published interface XProxySettings: com::sun::star::uno::XInterface
-{
- /** Access to the FTP proxy address.
- @returns
- The address of the FTP proxy server, if any has been specified.
- */
- string getFtpProxyAddress( );
-
- /** Access to the FTP proxy port.
- @returns
- The port of the FTP proxy server, if any has been specified.
- */
- string getFtpProxyPort( );
-
- /** Access to the Gopher proxy address.
- @returns
- The address of the gopher proxy server, if any has been specified.
- */
- string getGopherProxyAddress( );
-
- /** Access to the Gopher proxy port.
- @returns
- The port of the gopher proxy server, if any has been specified.
- */
- string getGopherProxyPort( );
-
- /** Access to the Http proxy address.
- @returns
- The address of the http proxy server, if any has been specified.
- */
- string getHttpProxyAddress( );
-
- /** Access to the Http proxy port.
- @returns
- The port of the http proxy server, if any has been specified.
- */
- string getHttpProxyPort( );
-
- /** Access to the HTTPS proxy address.
- @returns
- The address of the HTTPS proxy server, if any has been specified.
- */
- string getHttpsProxyAddress( );
-
- /** Access to the HTTPS proxy port.
- @returns
- The port of the HTTPS proxy server, if any has been specified.
- */
- string getHttpsProxyPort( );
-
- /** Access to the Socks proxy address.
- @returns
- The address of the socks proxy server, if any has been specified.
- */
- string getSocksProxyAddress( );
-
- /** Access to the Socks proxy port.
- @returns
- The port of the socks proxy server, if any has been specified.
- */
- string getSocksProxyPort( );
-
- /** Access to the Proxy-Bypass address.
- @returns
- A string of ";" separated addresses for which no proxy server
- should be used.
- */
- string getProxyBypassAddress( );
-
- /** Either a proxy is enabled or not.
- @returns
- A value of <TRUE/> if a proxy is enabled.
- <p>A value of <FALSE/> if a proxy is disabled.</p>
- */
- boolean isProxyEnabled( );
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */