Kaydet (Commit) 3f62165f authored tarafından Andras Timar's avatar Andras Timar

replace api.openoffice.org to api.libreoffice.org

üst 15cbe38e
...@@ -66,7 +66,7 @@ public class ServicesHandler implements XPropertyHandler ...@@ -66,7 +66,7 @@ public class ServicesHandler implements XPropertyHandler
try try
{ {
// translate the service name into a URL to dispatch // 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 ); System.out.println( documentationURL );
// the OpenHyperlink command, to be dispatched to the Desktop // the OpenHyperlink command, to be dispatched to the Desktop
......
...@@ -139,7 +139,7 @@ public class UnoNode{ ...@@ -139,7 +139,7 @@ public class UnoNode{
String sAnchor = ""; // TODO find out how the Anchor may be set at the html file; //_sAnchor; String sAnchor = ""; // TODO find out how the Anchor may be set at the html file; //_sAnchor;
boolean bExists = Introspector.getIntrospector().getXSimpleFileAccess().exists(sIDLUrl); boolean bExists = Introspector.getIntrospector().getXSimpleFileAccess().exists(sIDLUrl);
if (sIDLUrl.equals("") || (!bExists)){ if (sIDLUrl.equals("") || (!bExists)){
sIDLUrl = "http://api.openoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER; sIDLUrl = "http://api.libreoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER;
} }
if (!sIDLUrl.endsWith("/")){ if (!sIDLUrl.endsWith("/")){
sIDLUrl += "/"; sIDLUrl += "/";
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
/** You can find more /** You can find more
* information on the following web page: * 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.comp.loader.FactoryHelper;
import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XMultiServiceFactory;
......
...@@ -70,7 +70,7 @@ namespace oox { namespace ppt { ...@@ -70,7 +70,7 @@ namespace oox { namespace ppt {
::sal_Bool mbTransitionDirectionNormal; ::sal_Bool mbTransitionDirectionNormal;
::sal_Int16 mnAnimationSpeed; ::sal_Int16 mnAnimationSpeed;
::sal_Int32 mnFadeColor; ::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; ::sal_Int32 mnAdvanceTime;
}; };
......
...@@ -615,7 +615,7 @@ public class OfficePrint { ...@@ -615,7 +615,7 @@ public class OfficePrint {
} }
// set property values for XPrintable.print() // 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 // int nProperties = 1; // default for 'FileName' property
// if (_aGTA.printAllPages() == false) // if (_aGTA.printAllPages() == false)
......
...@@ -583,7 +583,7 @@ public class OpenOfficePostscriptCreator implements IOffice ...@@ -583,7 +583,7 @@ public class OpenOfficePostscriptCreator implements IOffice
} }
// set property values for XPrintable.print() // 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 // int nProperties = 1; // default for 'FileName' property
// if (_aGTA.printAllPages() == false) // if (_aGTA.printAllPages() == false)
......
...@@ -28,7 +28,7 @@ package com.sun.star.report; ...@@ -28,7 +28,7 @@ package com.sun.star.report;
/** /**
* Based on * 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 * @author Thomas Morgner
*/ */
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
these classes and the OpenOffice.org API, see the OpenOffice.org these classes and the OpenOffice.org API, see the OpenOffice.org
Developers Guide at: Developers Guide at:
http://api.openoffice.org/ http://api.libreoffice.org/
*/ */
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
...@@ -27,7 +27,7 @@ import com.sun.star.frame.XModel; ...@@ -27,7 +27,7 @@ import com.sun.star.frame.XModel;
For more information on using this class see the scripting For more information on using this class see the scripting
developer guides at: 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 // Hello World in BeanShell
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Import standard OpenOffice.org API classes. For more information on // Import standard OpenOffice.org API classes. For more information on
// these classes and the OpenOffice.org API, see the OpenOffice.org // these classes and the OpenOffice.org API, see the OpenOffice.org
// Developers Guide at: // Developers Guide at:
// http://api.openoffice.org/ // http://api.libreoffice.org/
importClass(Packages.com.sun.star.uno.UnoRuntime); importClass(Packages.com.sun.star.uno.UnoRuntime);
importClass(Packages.com.sun.star.text.XTextDocument); importClass(Packages.com.sun.star.text.XTextDocument);
...@@ -25,7 +25,7 @@ importClass(Packages.com.sun.star.frame.XModel); ...@@ -25,7 +25,7 @@ importClass(Packages.com.sun.star.frame.XModel);
// For more information on using this class see the scripting // For more information on using this class see the scripting
// developer guides at: // 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()); oDoc = UnoRuntime.queryInterface(XModel,XSCRIPTCONTEXT.getInvocationContext());
......
...@@ -248,14 +248,14 @@ namespace DOM ...@@ -248,14 +248,14 @@ namespace DOM
virtual Reference< XEvent > SAL_CALL createEvent(const OUString& eventType) throw (RuntimeException); virtual Reference< XEvent > SAL_CALL createEvent(const OUString& eventType) throw (RuntimeException);
// XActiveDataControl, // 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 addListener(const Reference< XStreamListener >& aListener ) throw (RuntimeException);
virtual void SAL_CALL removeListener(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 start() throw (RuntimeException);
virtual void SAL_CALL terminate() throw (RuntimeException); virtual void SAL_CALL terminate() throw (RuntimeException);
// XActiveDataSource // 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 void SAL_CALL setOutputStream( const Reference< XOutputStream >& aStream ) throw (RuntimeException);
virtual Reference< XOutputStream > SAL_CALL getOutputStream() throw (RuntimeException); virtual Reference< XOutputStream > SAL_CALL getOutputStream() throw (RuntimeException);
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/** You can find more /** You can find more
* information on the following web page: * 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
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment