Kaydet (Commit) e39c75b0 authored tarafından dennisroczek's avatar dennisroczek Kaydeden (comit) Adolfo Jayme Barrientos

use https links for api.libreoffice.org and opengrok

Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749
Reviewed-on: https://gerrit.libreoffice.org/52262Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 91af9a53
......@@ -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;
......
......@@ -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;
}
......
......@@ -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
......
......@@ -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
)
-->
......
......@@ -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;
};
......
......@@ -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:
......@@ -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.
......
......@@ -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 += "/";
......
......@@ -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;
......
......@@ -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;
......
......@@ -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;
......
......@@ -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());
......
......@@ -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);
......
......@@ -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
......
......@@ -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;
......
......@@ -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*/
......
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