summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2018-04-02 15:11:58 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-02 22:25:53 +0200
commite39c75b05c9ff865768e7f2694e5369cc35aa23b (patch)
tree5c1a1e759d22354c2964b86c78da564d866af639
parentweld SwRenameXNamedDlg (diff)
downloadcore-e39c75b05c9ff865768e7f2694e5369cc35aa23b.tar.gz
core-e39c75b05c9ff865768e7f2694e5369cc35aa23b.zip
use https links for api.libreoffice.org and opengrok
Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749 Reviewed-on: https://gerrit.libreoffice.org/52262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--android/Bootstrap/src/org/libreoffice/kit/Document.java2
-rw-r--r--connectivity/source/drivers/firebird/Driver.cxx2
-rw-r--r--extensions/qa/integration/extensions/ServicesHandler.java2
-rw-r--r--i18npool/source/localedata/data/locale.dtd8
-rw-r--r--include/oox/ppt/slidetransition.hxx2
-rw-r--r--odk/CustomTarget_html.mk10
-rw-r--r--odk/README2
-rw-r--r--odk/examples/java/Inspector/UnoNode.java2
-rw-r--r--odk/examples/java/Spreadsheet/CalcAddins.java2
-rw-r--r--oox/source/export/drawingml.cxx4
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh8
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/javascript/template.js4
-rw-r--r--sw/source/uibase/misc/swruler.cxx2
-rw-r--r--unotools/source/misc/ServiceDocumenter.hxx2
-rw-r--r--unoxml/source/dom/document.hxx4
-rw-r--r--xmerge/source/bridge/java/XMergeBridge.java2
16 files changed, 29 insertions, 29 deletions
diff --git a/android/Bootstrap/src/org/libreoffice/kit/Document.java b/android/Bootstrap/src/org/libreoffice/kit/Document.java
index 855bdd2c5a2e..69f8f76c3eb4 100644
--- a/android/Bootstrap/src/org/libreoffice/kit/Document.java
+++ b/android/Bootstrap/src/org/libreoffice/kit/Document.java
@@ -54,7 +54,7 @@ public class Document {
/**
* Callback message types
- * Refer to http://opengrok.libreoffice.org/xref/core/include/LibreOfficeKit/LibreOfficeKitEnums.h
+ * Refer to https://opengrok.libreoffice.org/xref/core/include/LibreOfficeKit/LibreOfficeKitEnums.h
* for more details about each callback.
*/
public static final int CALLBACK_INVALIDATE_TILES = 0;
diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx
index 5fd13a4c4ca9..8a6ebafdb897 100644
--- a/connectivity/source/drivers/firebird/Driver.cxx
+++ b/connectivity/source/drivers/firebird/Driver.cxx
@@ -219,7 +219,7 @@ Sequence< DriverPropertyInfo > SAL_CALL FirebirdDriver::getPropertyInfo(
sal_Int32 SAL_CALL FirebirdDriver::getMajorVersion( )
{
// The major and minor version are sdbc driver specific. Must begin with 1.0
- // as per http://api.libreoffice.org/docs/common/ref/com/sun/star/sdbc/XDriver.html
+ // as per https://api.libreoffice.org/docs/common/ref/com/sun/star/sdbc/XDriver.html
return 1;
}
diff --git a/extensions/qa/integration/extensions/ServicesHandler.java b/extensions/qa/integration/extensions/ServicesHandler.java
index 6152a3befa23..c84e128e8892 100644
--- a/extensions/qa/integration/extensions/ServicesHandler.java
+++ b/extensions/qa/integration/extensions/ServicesHandler.java
@@ -50,7 +50,7 @@ public class ServicesHandler implements XPropertyHandler
try
{
// translate the service name into a URL to dispatch
- String documentationURL = "http://api.libreoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html";
+ String documentationURL = "https://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/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index 1425d6f33789..ef6fec20d968 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -168,7 +168,7 @@
hyphen-minus separates the currency symbol from the hexagesimal MS-LCID,
letters contained in the LCID have to be in upper case, leading zeros are
to be omitted. LCIDs are defined in include/i18nlangtag/lang.h (
- http://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h )
+ https://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h )
-->
<!ELEMENT DateAcceptancePattern (#PCDATA)>
@@ -216,7 +216,7 @@
The format indices 0..59 are reserved and, for backwards compatibility,
indices 0..49 MUST be used as stated in
offapi/com/sun/star/i18n/NumberFormatIndex.idl (
- http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl )
+ https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl )
Note that indices 10 ("# ?/?"), 11 ("# ??/??"), 48 (BOOLEAN) and 49 (@
Text) are generated internally, as they aren't locale dependent, and
must not be used in locale data XML files. All other formats have to be
@@ -290,7 +290,7 @@
xxx currency symbol that has the attribute
usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be
properly set. It can be found in the file include/i18nlangtag/lang.h (
- http://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h )
+ https://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h )
You may verify the proper use of the xxx currency symbol with the AWK
script i18npool/source/localedata/data/currency-check.awk, it mustn't
display any output. If it does, then there's something wrong.
@@ -600,7 +600,7 @@
<!--
In numbering levels, the NumType attribute is a value of the constants
defined in offapi/com/sun/star/style/NumberingType.idl (
- http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/style/NumberingType.idl
+ https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/style/NumberingType.idl
)
-->
diff --git a/include/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx
index 5a31b158334b..02914cb2f3e9 100644
--- a/include/oox/ppt/slidetransition.hxx
+++ b/include/oox/ppt/slidetransition.hxx
@@ -70,7 +70,7 @@ namespace oox { namespace ppt {
bool mbTransitionDirectionNormal;
css::presentation::AnimationSpeed mnAnimationSpeed;
double mfTransitionDurationInSeconds;
- bool mbMode; /**< http://api.libreoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */
+ bool mbMode; /**< https://api.libreoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */
::sal_Int32 mnAdvanceTime;
};
diff --git a/odk/CustomTarget_html.mk b/odk/CustomTarget_html.mk
index bcbf954a8fe2..ba3b55b7c271 100644
--- a/odk/CustomTarget_html.mk
+++ b/odk/CustomTarget_html.mk
@@ -20,11 +20,11 @@ $(eval $(call gb_CustomTarget_register_targets,odk/html,\
$(call gb_CustomTarget_get_workdir,odk/html)/%.html : $(SRCDIR)/odk/%.html
$(call gb_Output_announce,$*.html,$(true),SED,1)
sed -e 's|%PRODUCT_RELEASE%|$(PRODUCTVERSION)|g' \
- -e 's|%DOXYGEN_PREFIX0%|$(if $(DOXYGEN),.,http://api.libreoffice.org)|g' \
- -e 's|%DOXYGEN_PREFIX1%|$(if $(DOXYGEN),..,http://api.libreoffice.org)|g' \
- -e 's|%DOXYGEN_PREFIX2%|$(if $(DOXYGEN),../..,http://api.libreoffice.org)|g' \
- -e 's|%JAVADOC_PREFIX0%|$(if $(ENABLE_JAVA),.,http://api.libreoffice.org)|g' \
- -e 's|%JAVADOC_PREFIX1%|$(if $(ENABLE_JAVA),..,http://api.libreoffice.org)|g' \
+ -e 's|%DOXYGEN_PREFIX0%|$(if $(DOXYGEN),.,https://api.libreoffice.org)|g' \
+ -e 's|%DOXYGEN_PREFIX1%|$(if $(DOXYGEN),..,https://api.libreoffice.org)|g' \
+ -e 's|%DOXYGEN_PREFIX2%|$(if $(DOXYGEN),../..,https://api.libreoffice.org)|g' \
+ -e 's|%JAVADOC_PREFIX0%|$(if $(ENABLE_JAVA),.,https://api.libreoffice.org)|g' \
+ -e 's|%JAVADOC_PREFIX1%|$(if $(ENABLE_JAVA),..,https://api.libreoffice.org)|g' \
< $< > $@
# vim: set noet sw=4 ts=4:
diff --git a/odk/README b/odk/README
index dad77b28f637..5a8dd16f7bdd 100644
--- a/odk/README
+++ b/odk/README
@@ -6,7 +6,7 @@ Part of the SDK; to build you need to add --enable-odk.
Testing the examples:
=====================
-* See <http://api.libreoffice.org/docs/install.html> how to set up the SDK.
+* See <https://api.libreoffice.org/docs/install.html> how to set up the SDK.
** When asked about it during configuration, tell the SDK to do automatic
deployment of the example extensions that get built.
diff --git a/odk/examples/java/Inspector/UnoNode.java b/odk/examples/java/Inspector/UnoNode.java
index 08c04cc308cb..0e72d1efdbd0 100644
--- a/odk/examples/java/Inspector/UnoNode.java
+++ b/odk/examples/java/Inspector/UnoNode.java
@@ -128,7 +128,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.libreoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER;
+ sIDLUrl = "https://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 c158a39457f6..37785056e5c7 100644
--- a/odk/examples/java/Spreadsheet/CalcAddins.java
+++ b/odk/examples/java/Spreadsheet/CalcAddins.java
@@ -37,7 +37,7 @@
/** You can find more
* information on the following web page:
- * http://api.libreoffice.org/
+ * https://api.libreoffice.org/
*/
import com.sun.star.comp.loader.FactoryHelper;
import com.sun.star.lang.XMultiServiceFactory;
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 9ca322fbc477..987b45be5002 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -1435,9 +1435,9 @@ void DrawingML::WriteRunProperties( const Reference< XPropertySet >& rRun, bool
nCharKerning = static_cast<sal_Int32>(*o3tl::doAccess<sal_Int16>(mAny));
/** While setting values in propertymap,
* CharKerning converted using GetTextSpacingPoint
- * i.e set @ http://opengrok.libreoffice.org/xref/core/oox/source/drawingml/textcharacterproperties.cxx#129
+ * i.e set @ https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/textcharacterproperties.cxx#129
* therefore to get original value CharKerning need to be convert.
- * http://opengrok.libreoffice.org/xref/core/oox/source/drawingml/drawingmltypes.cxx#95
+ * https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/drawingmltypes.cxx#95
**/
nCharKerning = ((nCharKerning * 720)-360) / 254;
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 9a1ad0939a44..a0c49a2e240c 100644
--- a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh
+++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh
@@ -20,7 +20,7 @@
these classes and the OpenOffice.org API, see the OpenOffice.org
Developers Guide at:
- http://api.libreoffice.org/
+ https://api.libreoffice.org/
*/
import com.sun.star.uno.UnoRuntime;
@@ -34,7 +34,7 @@ import com.sun.star.frame.XModel;
variable can be used to access the document for which this script
was invoked.
- Methods available are:
+ Methods available are:
XSCRIPTCONTEXT.getDocument() returns XModel
XSCRIPTCONTEXT.getInvocationContext() returns XScriptInvocationContext or NULL
@@ -44,9 +44,9 @@ import com.sun.star.frame.XModel;
For more information on using this class see the scripting
developer guides at:
- http://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
+ https://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
*/
-
+
// Hello World in BeanShell
import com.sun.star.text.XTextDocument;
import com.sun.star.text.XText;
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 51a700b0d242..939ba339cd7c 100644
--- a/scripting/java/com/sun/star/script/framework/provider/javascript/template.js
+++ b/scripting/java/com/sun/star/script/framework/provider/javascript/template.js
@@ -19,7 +19,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.libreoffice.org/
+// https://api.libreoffice.org/
importClass(Packages.com.sun.star.uno.UnoRuntime);
importClass(Packages.com.sun.star.text.XTextDocument);
@@ -42,7 +42,7 @@ importClass(Packages.com.sun.star.frame.XModel);
// For more information on using this class see the scripting
// developer guides at:
-// http://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
+// https://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
oDoc = UnoRuntime.queryInterface(XModel,XSCRIPTCONTEXT.getInvocationContext());
diff --git a/sw/source/uibase/misc/swruler.cxx b/sw/source/uibase/misc/swruler.cxx
index e681cc1e3d71..c208c9eeb353 100644
--- a/sw/source/uibase/misc/swruler.cxx
+++ b/sw/source/uibase/misc/swruler.cxx
@@ -181,7 +181,7 @@ void SwCommentRuler::DrawCommentControl(vcl::RenderContext& rRenderContext)
maVirDev->DrawText( aLabelPos, aLabel );
// Draw arrow
- // FIXME consistence of button colors. http://opengrok.libreoffice.org/xref/core/vcl/source/control/button.cxx#785
+ // FIXME consistence of button colors. https://opengrok.libreoffice.org/xref/core/vcl/source/control/button.cxx#785
Color aArrowColor = GetFadedColor(COL_BLACK, rStyleSettings.GetShadowColor());
ImplDrawArrow(*maVirDev.get(), aArrowPos.X(), aArrowPos.Y(), aArrowColor, bArrowToRight);
diff --git a/unotools/source/misc/ServiceDocumenter.hxx b/unotools/source/misc/ServiceDocumenter.hxx
index a0701ce32a02..bc25ddd23c70 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -22,7 +22,7 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
ServiceDocumenter(css::uno::Reference< css::uno::XComponentContext> const& xContext)
: m_xContext(xContext)
, m_sCoreBaseUrl("http://example.com")
- , m_sServiceBaseUrl("http://api.libreoffice.org/docs/idl/ref")
+ , m_sServiceBaseUrl("https://api.libreoffice.org/docs/idl/ref")
{};
// XServiceDocumenter
virtual ::rtl::OUString SAL_CALL getCoreBaseUrl() override
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx
index 85c82cf17099..a7f36c7997de 100644
--- a/unoxml/source/dom/document.hxx
+++ b/unoxml/source/dom/document.hxx
@@ -212,14 +212,14 @@ namespace DOM
virtual css::uno::Reference< css::xml::dom::events::XEvent > SAL_CALL createEvent(const OUString& eventType) override;
// XActiveDataControl,
- // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html
+ // see https://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html
virtual void SAL_CALL addListener(const css::uno::Reference< css::io::XStreamListener >& aListener ) override;
virtual void SAL_CALL removeListener(const css::uno::Reference< css::io::XStreamListener >& aListener ) override;
virtual void SAL_CALL start() override;
virtual void SAL_CALL terminate() override;
// XActiveDataSource
- // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html
+ // see https://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html
virtual void SAL_CALL setOutputStream( const css::uno::Reference< css::io::XOutputStream >& aStream ) override;
virtual css::uno::Reference< css::io::XOutputStream > SAL_CALL getOutputStream() override;
diff --git a/xmerge/source/bridge/java/XMergeBridge.java b/xmerge/source/bridge/java/XMergeBridge.java
index 156bc5e31615..6506326c4046 100644
--- a/xmerge/source/bridge/java/XMergeBridge.java
+++ b/xmerge/source/bridge/java/XMergeBridge.java
@@ -18,7 +18,7 @@
/** You can find more
* information on the following web page:
- * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html
+ * https://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html
*/
/*Java Uno Helper Classes*/