From 3f62165fd45c714210491610bf89383918f3459e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 7 Sep 2011 10:10:16 +0200 Subject: replace api.openoffice.org to api.libreoffice.org --- extensions/qa/integration/extensions/ServicesHandler.java | 2 +- odk/examples/java/Inspector/UnoNode.java | 2 +- odk/examples/java/Spreadsheet/CalcAddins.java | 2 +- oox/inc/oox/ppt/slidetransition.hxx | 2 +- qadevOOo/runner/convwatch/OfficePrint.java | 2 +- qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java | 2 +- reportbuilder/java/com/sun/star/report/JobProgressIndicator.java | 2 +- .../com/sun/star/script/framework/provider/beanshell/template.bsh | 4 ++-- .../com/sun/star/script/framework/provider/javascript/template.js | 4 ++-- unoxml/source/dom/document.hxx | 4 ++-- xmerge/source/bridge/java/XMergeBridge.java | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/extensions/qa/integration/extensions/ServicesHandler.java b/extensions/qa/integration/extensions/ServicesHandler.java index 33bb69961028..caea932d4782 100644 --- a/extensions/qa/integration/extensions/ServicesHandler.java +++ b/extensions/qa/integration/extensions/ServicesHandler.java @@ -66,7 +66,7 @@ public class ServicesHandler implements XPropertyHandler try { // translate the service name into a URL to dispatch - String documentationURL = "http://api.openoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html"; + String documentationURL = "http://api.libreoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html"; System.out.println( documentationURL ); // the OpenHyperlink command, to be dispatched to the Desktop diff --git a/odk/examples/java/Inspector/UnoNode.java b/odk/examples/java/Inspector/UnoNode.java index 2bfaaf34a356..9a2958f27b5b 100644 --- a/odk/examples/java/Inspector/UnoNode.java +++ b/odk/examples/java/Inspector/UnoNode.java @@ -139,7 +139,7 @@ public class UnoNode{ String sAnchor = ""; // TODO find out how the Anchor may be set at the html file; //_sAnchor; boolean bExists = Introspector.getIntrospector().getXSimpleFileAccess().exists(sIDLUrl); if (sIDLUrl.equals("") || (!bExists)){ - sIDLUrl = "http://api.openoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER; + sIDLUrl = "http://api.libreoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER; } if (!sIDLUrl.endsWith("/")){ sIDLUrl += "/"; diff --git a/odk/examples/java/Spreadsheet/CalcAddins.java b/odk/examples/java/Spreadsheet/CalcAddins.java index 58de5d492869..60a8a1b3e53a 100644 --- a/odk/examples/java/Spreadsheet/CalcAddins.java +++ b/odk/examples/java/Spreadsheet/CalcAddins.java @@ -36,7 +36,7 @@ /** You can find more * information on the following web page: - * http://api.openoffice.org/common/ref/com/sun/star/index.html + * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html */ import com.sun.star.comp.loader.FactoryHelper; import com.sun.star.lang.XMultiServiceFactory; diff --git a/oox/inc/oox/ppt/slidetransition.hxx b/oox/inc/oox/ppt/slidetransition.hxx index 118ba17346ee..9005b6f1cc21 100644 --- a/oox/inc/oox/ppt/slidetransition.hxx +++ b/oox/inc/oox/ppt/slidetransition.hxx @@ -70,7 +70,7 @@ namespace oox { namespace ppt { ::sal_Bool mbTransitionDirectionNormal; ::sal_Int16 mnAnimationSpeed; ::sal_Int32 mnFadeColor; - ::sal_Bool mbMode; /**< http://api.openoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */ + ::sal_Bool mbMode; /**< http://api.libreoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */ ::sal_Int32 mnAdvanceTime; }; diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java index c9a656ac84b4..8bf7f2c53f96 100644 --- a/qadevOOo/runner/convwatch/OfficePrint.java +++ b/qadevOOo/runner/convwatch/OfficePrint.java @@ -615,7 +615,7 @@ public class OfficePrint { } // set property values for XPrintable.print() - // more can be found at "http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" + // more can be found at "http://api.libreoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" // int nProperties = 1; // default for 'FileName' property // if (_aGTA.printAllPages() == false) diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java index 7111d5e0f794..e49831556c7c 100644 --- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java @@ -583,7 +583,7 @@ public class OpenOfficePostscriptCreator implements IOffice } // set property values for XPrintable.print() - // more can be found at "http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" + // more can be found at "http://api.libreoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" // int nProperties = 1; // default for 'FileName' property // if (_aGTA.printAllPages() == false) diff --git a/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java b/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java index 06066a2ab757..b044f8afd06a 100644 --- a/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java +++ b/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java @@ -28,7 +28,7 @@ package com.sun.star.report; /** * Based on - * http://api.openoffice.org/docs/common/ref/com/sun/star/task/XStatusIndicator.html + * http://api.libreoffice.org/docs/common/ref/com/sun/star/task/XStatusIndicator.html * * @author Thomas Morgner */ diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh index 03cb114d79b7..236c5bc3299f 100755 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh @@ -3,7 +3,7 @@ these classes and the OpenOffice.org API, see the OpenOffice.org Developers Guide at: - http://api.openoffice.org/ + http://api.libreoffice.org/ */ import com.sun.star.uno.UnoRuntime; @@ -27,7 +27,7 @@ import com.sun.star.frame.XModel; For more information on using this class see the scripting developer guides at: - http://api.openoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml + http://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml */ // Hello World in BeanShell diff --git a/scripting/java/com/sun/star/script/framework/provider/javascript/template.js b/scripting/java/com/sun/star/script/framework/provider/javascript/template.js index d992791e647c..cfc285fe7e17 100755 --- a/scripting/java/com/sun/star/script/framework/provider/javascript/template.js +++ b/scripting/java/com/sun/star/script/framework/provider/javascript/template.js @@ -2,7 +2,7 @@ // Import standard OpenOffice.org API classes. For more information on // these classes and the OpenOffice.org API, see the OpenOffice.org // Developers Guide at: -// http://api.openoffice.org/ +// http://api.libreoffice.org/ importClass(Packages.com.sun.star.uno.UnoRuntime); importClass(Packages.com.sun.star.text.XTextDocument); @@ -25,7 +25,7 @@ importClass(Packages.com.sun.star.frame.XModel); // For more information on using this class see the scripting // developer guides at: // -// http://api.openoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml +// http://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml // oDoc = UnoRuntime.queryInterface(XModel,XSCRIPTCONTEXT.getInvocationContext()); diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx index 7045603b06d6..5aa3fcf31e77 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -248,14 +248,14 @@ namespace DOM virtual Reference< XEvent > SAL_CALL createEvent(const OUString& eventType) throw (RuntimeException); // XActiveDataControl, - // see http://api.openoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html + // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html virtual void SAL_CALL addListener(const Reference< XStreamListener >& aListener ) throw (RuntimeException); virtual void SAL_CALL removeListener(const Reference< XStreamListener >& aListener ) throw (RuntimeException); virtual void SAL_CALL start() throw (RuntimeException); virtual void SAL_CALL terminate() throw (RuntimeException); // XActiveDataSource - // see http://api.openoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html + // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html virtual void SAL_CALL setOutputStream( const Reference< XOutputStream >& aStream ) throw (RuntimeException); virtual Reference< XOutputStream > SAL_CALL getOutputStream() throw (RuntimeException); diff --git a/xmerge/source/bridge/java/XMergeBridge.java b/xmerge/source/bridge/java/XMergeBridge.java index 9bcd469544eb..ec5a4712039d 100644 --- a/xmerge/source/bridge/java/XMergeBridge.java +++ b/xmerge/source/bridge/java/XMergeBridge.java @@ -27,7 +27,7 @@ /** You can find more * information on the following web page: - * http://api.openoffice.org/common/ref/com/sun/star/index.html + * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html */ -- cgit