From b7ecf6294f9caa8454ebcc9c2d6f33ac64ff9e78 Mon Sep 17 00:00:00 2001 From: dennisroczek Date: Tue, 3 Apr 2018 23:38:42 +0100 Subject: replace http links with https equivalents * mainly http://wiki.documentfoundation.org * http://en.wikipedia.org * http://api.libreoffice.org Change-Id: I3587d8d5e6a6de4a7c7013920b9e135e4adc977c Reviewed-on: https://gerrit.libreoffice.org/52354 Tested-by: Jenkins Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/sbasic/shared/03131600.xhp | 2 +- source/text/sbasic/shared/03132500.xhp | 4 ++-- source/text/sbasic/shared/main0601.xhp | 4 ++-- source/text/scalc/01/04060101.xhp | 2 +- source/text/scalc/01/04060107.xhp | 2 +- source/text/scalc/01/04060110.xhp | 4 ++-- source/text/scalc/01/04060111.xhp | 9 ++++----- source/text/scalc/01/04060182.xhp | 2 +- source/text/scalc/01/04060185.xhp | 4 ++-- source/text/scalc/01/exponsmooth_embd.xhp | 2 +- source/text/scalc/01/statistics.xhp | 20 ++++++++++---------- source/text/scalc/01/statistics_regression.xhp | 2 +- source/text/scalc/guide/database_filter.xhp | 7 +++---- source/text/scalc/guide/database_sort.xhp | 7 +++---- source/text/shared/00/00000021.xhp | 2 +- source/text/shared/01/02100001.xhp | 4 ++-- source/text/shared/01/06040400.xhp | 2 +- .../shared/explorer/database/dabawiz02access.xhp | 2 +- source/text/shared/explorer/database/main.xhp | 2 +- .../text/shared/explorer/database/migrate_macros.xhp | 2 +- .../text/shared/explorer/database/rep_navigator.xhp | 6 +++--- source/text/shared/guide/assistive.xhp | 2 +- source/text/shared/guide/digital_signatures.xhp | 2 +- source/text/shared/guide/digitalsign_receive.xhp | 14 +++++++------- .../shared/guide/ms_import_export_limitations.xhp | 2 +- source/text/shared/guide/scripting.xhp | 7 +++---- source/text/shared/guide/start_parameters.xhp | 4 ++-- source/text/shared/optionen/01010200.xhp | 2 +- source/text/swriter/guide/numbering_lines.xhp | 2 +- source/text/swriter/guide/numbering_paras.xhp | 2 +- 30 files changed, 62 insertions(+), 66 deletions(-) (limited to 'source/text') diff --git a/source/text/sbasic/shared/03131600.xhp b/source/text/sbasic/shared/03131600.xhp index e440fef0eb..cd5e2a8c85 100644 --- a/source/text/sbasic/shared/03131600.xhp +++ b/source/text/sbasic/shared/03131600.xhp @@ -42,7 +42,7 @@ oService = CreateUnoService( Uno service name ) -For a list of available services, go to: http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html +For a list of available services, go to: https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html Examples: oIntrospection = CreateUnoService( "com.sun.star.beans.Introspection" ) diff --git a/source/text/sbasic/shared/03132500.xhp b/source/text/sbasic/shared/03132500.xhp index 4a5cfcf5f7..f67ad05892 100644 --- a/source/text/sbasic/shared/03132500.xhp +++ b/source/text/sbasic/shared/03132500.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + @@ -36,6 +36,6 @@ GetDefaultContext Function Returns the default context of the process service factory, if existent, else returns a null reference. -This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the Professional UNO chapter in the Developer's Guide on api.libreoffice.org for more information. +This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the Professional UNO chapter in the Developer's Guide on api.libreoffice.org for more information. diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp index f2158c10f8..b0cd578425 100644 --- a/source/text/sbasic/shared/main0601.xhp +++ b/source/text/sbasic/shared/main0601.xhp @@ -32,8 +32,8 @@ %PRODUCTNAME Basic Help
-%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit http://api.libreoffice.org -This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the OpenOffice.org BASIC Programming Guide on the Wiki. +%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org +This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the OpenOffice.org BASIC Programming Guide on the Wiki.
Working with %PRODUCTNAME Basic diff --git a/source/text/scalc/01/04060101.xhp b/source/text/scalc/01/04060101.xhp index 3fd62f5c20..f7d9995d0d 100644 --- a/source/text/scalc/01/04060101.xhp +++ b/source/text/scalc/01/04060101.xhp @@ -408,7 +408,7 @@ SearchCriteria is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate to define how $[officename] Calc acts when searching for identical entries. - See also the Wiki page about Conditional Counting and Summation. + See also the Wiki page about Conditional Counting and Summation.
DCOUNT function diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp index 205e1913a6..51e44773d9 100644 --- a/source/text/scalc/01/04060107.xhp +++ b/source/text/scalc/01/04060107.xhp @@ -764,7 +764,7 @@ LINEST -Returns a table of statistics for a straight line that best fits a data set.changed based on http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function (issue 76142) +Returns a table of statistics for a straight line that best fits a data set.changed based on https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function (issue 76142) Syntax LINEST(data_Y; data_X; linearType; stats) diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index 0739886a1b..99b3992893 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -70,7 +70,7 @@ ASC The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string. -See http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table. +See https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table. Syntax ASC("Text") @@ -315,7 +315,7 @@ JIS The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string. -See http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table. +See https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table. Syntax JIS("Text") diff --git a/source/text/scalc/01/04060111.xhp b/source/text/scalc/01/04060111.xhp index cea355cbf5..536a70604c 100644 --- a/source/text/scalc/01/04060111.xhp +++ b/source/text/scalc/01/04060111.xhp @@ -1,6 +1,6 @@ - + - - + Add-in Functions @@ -32,7 +31,7 @@ Function Wizard; add-ins Add-in Functions -The following describes and lists some of the available add-in functions. +The following describes and lists some of the available add-in functions. Add-in concept You will also find a description of the $[officename] Calc add-in interface in the Help. In addition, important functions and their parameters are described in the Help for the Shared Library @@ -161,7 +160,7 @@
Add-ins through %PRODUCTNAME API -Add-ins can also be implemented through the %PRODUCTNAME API. +Add-ins can also be implemented through the %PRODUCTNAME API.
diff --git a/source/text/scalc/01/04060182.xhp b/source/text/scalc/01/04060182.xhp index d2aa3f6734..faa2821e0c 100644 --- a/source/text/scalc/01/04060182.xhp +++ b/source/text/scalc/01/04060182.xhp @@ -372,7 +372,7 @@ mu is the known mean of the population. Sigma (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used. - See also the Wiki page. + See also the Wiki page.
Z.TEST function diff --git a/source/text/scalc/01/04060185.xhp b/source/text/scalc/01/04060185.xhp index 981d9bdbaa..f9f4f09857 100644 --- a/source/text/scalc/01/04060185.xhp +++ b/source/text/scalc/01/04060185.xhp @@ -684,7 +684,7 @@ Example =WEIBULL(2;1;1;1) returns 0.86. - See also the Wiki page. + See also the Wiki page.
@@ -704,7 +704,7 @@ C indicates the type of function. Example =WEIBULL.DIST(2;1;1;1) returns 0.8646647168. - See also the Wiki page. + See also the Wiki page.
diff --git a/source/text/scalc/01/exponsmooth_embd.xhp b/source/text/scalc/01/exponsmooth_embd.xhp index f01fa82bd1..938a1429f9 100644 --- a/source/text/scalc/01/exponsmooth_embd.xhp +++ b/source/text/scalc/01/exponsmooth_embd.xhp @@ -20,7 +20,7 @@ Exponential Triple Smoothing (ETS) is a set of algorithms in which both trend and periodical (seasonal) influences are processed. Exponential Double Smoothing (EDS) is an algorithm like ETS, but without the periodical influences. EDS produces linear forecasts. -See the Wikipedia on Exponential smoothing algorithms for more information. +See the Wikipedia on Exponential smoothing algorithms for more information.
diff --git a/source/text/scalc/01/statistics.xhp b/source/text/scalc/01/statistics.xhp index 6a36c79048..b5255956e5 100644 --- a/source/text/scalc/01/statistics.xhp +++ b/source/text/scalc/01/statistics.xhp @@ -253,7 +253,7 @@ Choose Data - Statistics - Descriptive Statistics
The Descriptive Statistics analysis tool generates a report of univariate statistics for data in the input range, providing information about the central tendency and variability of your data. -For more information on descriptive statistics, refer to the corresponding Wikipedia article. +For more information on descriptive statistics, refer to the corresponding Wikipedia article. The following table displays the results of the descriptive statistics of the sample data above. @@ -469,7 +469,7 @@ Choose Data - Statistics - Analysis of Variance (ANOVA) ANOVA is the acronym for ANalysis Of VAriance. This tool produces the analysis of variance of a given data set -For more information on ANOVA, refer to the corresponding Wikipedia article. +For more information on ANOVA, refer to the corresponding Wikipedia article. Type Select if the analysis is for a single factor or for two factor ANOVA. Parameters @@ -705,7 +705,7 @@ The correlation coefficient (a value between -1 and +1) means how strongly two variables are related to each other. You can use the CORREL function or the Data Statistics to find the correlation coefficient between two variables. A correlation coefficient of +1 indicates a perfect positive correlation. A correlation coefficient of -1 indicates a perfect negative correlation -For more information on statistical correlation, refer to the corresponding Wikipedia article. +For more information on statistical correlation, refer to the corresponding Wikipedia article. The following table displays the results of the correlation of the sample data above.
@@ -777,7 +777,7 @@ Choose Data - Statistics - Covariance The covariance is a measure of how much two random variables change together. -For more information on statistical covariance, refer to the corresponding Wikipedia article. +For more information on statistical covariance, refer to the corresponding Wikipedia article. The following table displays the results of the covariance of the sample data above.
@@ -849,7 +849,7 @@ Choose Data - Statistics - Exponential Smoothing Exponential smoothing is a filtering technique that when applied to a data set, produces smoothed results. It is employed in many domains such as stock market, economics and in sampled measurements. -For more information on exponential smoothing, refer to the corresponding Wikipedia article. +For more information on exponential smoothing, refer to the corresponding Wikipedia article. Parameters Smoothing Factor: A parameter between 0 and 1 that represents the damping factor Alpha in the smoothing equation. The resulting smoothing is below with smoothing factor as 0.5: @@ -1003,7 +1003,7 @@
Choose Data - Statistics - Moving Average
-For more information on the moving average, refer to the corresponding Wikipedia article. +For more information on the moving average, refer to the corresponding Wikipedia article. Parameters Interval: The number of samples used in the moving average calculation. Results of the moving average: @@ -1138,7 +1138,7 @@ Choose Data - Statistics - Paired t-test A paired t-test is any statistical hypothesis test that follows a Student's t distribution. -For more information on paired t-tests, refer to the corresponding Wikipedia article. +For more information on paired t-tests, refer to the corresponding Wikipedia article. Data Variable 1 range: The reference of the range of the first data series to analyze. Variable 2 range: The reference of the range of the second data series to analyze. @@ -1324,7 +1324,7 @@ Choose Data - Statistics - F-test A F-test is any statistical test based on the F-distribution under the null hypothesis. -For more information on F-tests, refer to the corresponding Wikipedia article. +For more information on F-tests, refer to the corresponding Wikipedia article. Data Variable 1 range: The reference of the range of the first data series to analyze. Variable 2 range: The reference of the range of the second data series to analyze. @@ -1491,7 +1491,7 @@
Choose Data - Statistics - Z-test
-For more information on Z-tests, refer to the corresponding Wikipedia article. +For more information on Z-tests, refer to the corresponding Wikipedia article. Data Variable 1 range: The reference of the range of the first data series to analyze. Variable 2 range: The reference of the range of the second data series to analyze. @@ -1646,7 +1646,7 @@
Choose Data - Statistics - Chi-square Test
-For more information on chi-square tests, refer to the corresponding Wikipedia article. +For more information on chi-square tests, refer to the corresponding Wikipedia article. Data Input range: The reference of the range of the data series to analyze. Results to: The reference of the top left cell of the range where the test will be displayed. diff --git a/source/text/scalc/01/statistics_regression.xhp b/source/text/scalc/01/statistics_regression.xhp index d1f05b17eb..202b12abde 100644 --- a/source/text/scalc/01/statistics_regression.xhp +++ b/source/text/scalc/01/statistics_regression.xhp @@ -43,7 +43,7 @@
Choose Data - Statistics - Regression
-For more information on regression analysis, refer to the corresponding Wikipedia article. +For more information on regression analysis, refer to the corresponding Wikipedia article. diff --git a/source/text/scalc/guide/database_filter.xhp b/source/text/scalc/guide/database_filter.xhp index dc1157d0dd..4a7ffe949e 100644 --- a/source/text/scalc/guide/database_filter.xhp +++ b/source/text/scalc/guide/database_filter.xhp @@ -1,6 +1,6 @@ - + - - + Filtering Cell Ranges @@ -83,7 +82,7 @@ - Wiki page about defining a data range + Wiki page about defining a data range \ No newline at end of file diff --git a/source/text/scalc/guide/database_sort.xhp b/source/text/scalc/guide/database_sort.xhp index b2dfd79a34..e10dd45ca7 100644 --- a/source/text/scalc/guide/database_sort.xhp +++ b/source/text/scalc/guide/database_sort.xhp @@ -1,6 +1,6 @@ - + - - + Sorting Data @@ -52,7 +51,7 @@
- Wiki page about defining a data range + Wiki page about defining a data range
\ No newline at end of file diff --git a/source/text/shared/00/00000021.xhp b/source/text/shared/00/00000021.xhp index 0a3567e7a0..18874be8ee 100644 --- a/source/text/shared/00/00000021.xhp +++ b/source/text/shared/00/00000021.xhp @@ -42,7 +42,7 @@ XML File Formats By default, $[officename] loads and saves files in the OpenDocument file format. - The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: wikipedia.org/wiki/OpenDocument. + The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: wikipedia.org/wiki/OpenDocument. OpenDocument file format names %PRODUCTNAME uses the following file formats:
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index d6f254af8e..35759a4ba6 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -339,8 +339,8 @@ -Wiki page about regular expressions in Writer - Wiki page about regular expressions in Calc +Wiki page about regular expressions in Writer + Wiki page about regular expressions in Calc diff --git a/source/text/shared/01/06040400.xhp b/source/text/shared/01/06040400.xhp index d442962cf8..89453ddde7 100644 --- a/source/text/shared/01/06040400.xhp +++ b/source/text/shared/01/06040400.xhp @@ -45,7 +45,7 @@ Select to apply the replacements while you type [T], or when you modify existing text [M]. -new feature, cws cbosdo01. http://wiki.documentfoundation.org/Non_Breaking_Spaces_Before_Punctuation_In_French_(espaces_ins%C3%A9cables) +new feature, cws cbosdo01. https://wiki.documentfoundation.org/Non_Breaking_Spaces_Before_Punctuation_In_French_(espaces_ins%C3%A9cables) Add non-breaking space before specific punctuation marks in French text Inserts a non breaking space before ";", "!", "?", ":" and "%" when the character language is set to French (France, Belgium, Luxembourg, Monaco, or Switzerland) and before ":" only when the character language is set to French (Canada). diff --git a/source/text/shared/explorer/database/dabawiz02access.xhp b/source/text/shared/explorer/database/dabawiz02access.xhp index 8596c36f74..38ba9b3df2 100644 --- a/source/text/shared/explorer/database/dabawiz02access.xhp +++ b/source/text/shared/explorer/database/dabawiz02access.xhp @@ -34,7 +34,7 @@ mw added 2 new index entriesMicrosoft Access Connection Specifies the settings for importing a database file in Microsoft Access or Access 2007 format. -See also the English Wiki page http://wiki.documentfoundation.org/MSA-Base_Faq. +See also the English Wiki page https://wiki.documentfoundation.org/MSA-Base_Faq.Microsoft Access database file Specifies the path to the database file. Browse diff --git a/source/text/shared/explorer/database/main.xhp b/source/text/shared/explorer/database/main.xhp index f285a8c0df..3de675b9fd 100644 --- a/source/text/shared/explorer/database/main.xhp +++ b/source/text/shared/explorer/database/main.xhp @@ -97,7 +97,7 @@ -Wiki page about Base +Wiki page about Base diff --git a/source/text/shared/explorer/database/migrate_macros.xhp b/source/text/shared/explorer/database/migrate_macros.xhp index 9980f698cd..754c97de68 100644 --- a/source/text/shared/explorer/database/migrate_macros.xhp +++ b/source/text/shared/explorer/database/migrate_macros.xhp @@ -55,7 +55,7 @@
- An in depth explanation by the developers (Wiki). + An in depth explanation by the developers (Wiki).
diff --git a/source/text/shared/explorer/database/rep_navigator.xhp b/source/text/shared/explorer/database/rep_navigator.xhp index 7fa3db7ebf..4a17ed8b8f 100644 --- a/source/text/shared/explorer/database/rep_navigator.xhp +++ b/source/text/shared/explorer/database/rep_navigator.xhp @@ -21,7 +21,7 @@ --> - + Report Navigator @@ -39,8 +39,8 @@ Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu. To enter functions to the report In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them. -Functions can be entered using a syntax as specified by the OpenFormula proposal. -See Wiki page about Base for some more help regarding the functions in a report. +Functions can be entered using a syntax as specified by the OpenFormula proposal. +See Wiki page about Base for some more help regarding the functions in a report. To calculate a sum for each clientcopied from a mail by Ocke - did not test diff --git a/source/text/shared/guide/assistive.xhp b/source/text/shared/guide/assistive.xhp index 8310f79261..710b79fb76 100644 --- a/source/text/shared/guide/assistive.xhp +++ b/source/text/shared/guide/assistive.xhp @@ -38,7 +38,7 @@ Assistive Tools in $[officename] $[officename] supports some assistive technology tools like screen magnification software, screen readers, and on-screen keyboards. -A current list of supported assistive tools can be found on the Wiki at http://wiki.documentfoundation.org/Accessibility. +A current list of supported assistive tools can be found on the Wiki at https://wiki.documentfoundation.org/Accessibility. Supported Input Devices $[officename] provides the ability to use alternative input devices for access to all functions of $[officename]. diff --git a/source/text/shared/guide/digital_signatures.xhp b/source/text/shared/guide/digital_signatures.xhp index b1c9d8dada..39046bc15e 100644 --- a/source/text/shared/guide/digital_signatures.xhp +++ b/source/text/shared/guide/digital_signatures.xhp @@ -100,7 +100,7 @@ On Windows operating systems, the Windows features of validating a signature are used. On Solaris and Linux systems, files that are supplied by Thunderbird, Mozilla or Firefox are used. You must ensure that the files that are in use within your system are really the original files that were supplied by the original developers. For malevolent intruders, there are numerous ways to replace original files with other files that they supply. The messages about validation of a signature that you see in %PRODUCTNAME are the messages that the validation files return. The %PRODUCTNAME software has no way to ensure that the messages reflect the true status of any certificate. The %PRODUCTNAME software only displays the messages that other files that are not under control of %PRODUCTNAME report. There is no legal responsibility of %PRODUCTNAME that the displayed messages reflect the true status of a digital signature.
- English Wiki page on digital signatures + English Wiki page on digital signatures Applying digital signatures Opening a document using WebDAV over HTTPS
diff --git a/source/text/shared/guide/digitalsign_receive.xhp b/source/text/shared/guide/digitalsign_receive.xhp index 9af65030f1..ae690d7d7b 100644 --- a/source/text/shared/guide/digitalsign_receive.xhp +++ b/source/text/shared/guide/digitalsign_receive.xhp @@ -21,7 +21,7 @@ --> - + Opening a Document Using WebDAV over HTTPS @@ -29,15 +29,15 @@ - - - + + + opening;documents on WebDAV server WebDAV over HTTPS digital signatures;WebDAV over HTTPS mw added 3 index entries - Opening a Document Using WebDAV over HTTPS + Opening a Document Using WebDAV over HTTPS MW created this file by splitting shared/guide/digital_signatures.xhp In %PRODUCTNAME, you can open and save documents that are stored on a WebDAV server, using the secure HTTPS protocol. @@ -84,8 +84,8 @@ If you enable Remember password till end of session, your password will be remembered for subsequent WebDAV connections until you exit %PRODUCTNAME.
- - English Wiki page on digital signatures + + English Wiki page on digital signatures About digital signatures
diff --git a/source/text/shared/guide/ms_import_export_limitations.xhp b/source/text/shared/guide/ms_import_export_limitations.xhp index 87d6933fa1..3be46e3086 100644 --- a/source/text/shared/guide/ms_import_export_limitations.xhp +++ b/source/text/shared/guide/ms_import_export_limitations.xhp @@ -116,7 +116,7 @@ In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0.in SUM(A1<limiter>A2), use the Excel limiter comma , in English and semicolon ; in German
-For a detailed overview about converting documents to and from Microsoft Office format, see the Migration Guide. +For a detailed overview about converting documents to and from Microsoft Office format, see the Migration Guide. Opening Microsoft Office Documents That Are Protected With a Password %PRODUCTNAME can open the following Microsoft Office document types that are protected by a password.
diff --git a/source/text/shared/guide/scripting.xhp b/source/text/shared/guide/scripting.xhp index b58df9fd32..176088a916 100644 --- a/source/text/shared/guide/scripting.xhp +++ b/source/text/shared/guide/scripting.xhp @@ -1,6 +1,6 @@ - + - - + Scripting %PRODUCTNAME @@ -55,7 +54,7 @@ Python - In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at api.libreoffice.org. + In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at api.libreoffice.org. To assign a script to a new menu entry diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index c29bd677f3..f476e911bc 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -255,7 +255,7 @@ Starts in invisible mode. - Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the API. + Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the API. Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the kill command (UNIX-like systems). It cannot be used in conjunction with --quickstart. More information is found in $[officename] Developer's Guide. @@ -267,7 +267,7 @@ Starts in "headless mode" which allows using the application without user interface. - This special mode can be used when the application is controlled by external clients via the API. + This special mode can be used when the application is controlled by external clients via the API. diff --git a/source/text/shared/optionen/01010200.xhp b/source/text/shared/optionen/01010200.xhp index d315c4598f..451ca98bbd 100644 --- a/source/text/shared/optionen/01010200.xhp +++ b/source/text/shared/optionen/01010200.xhp @@ -139,7 +139,7 @@ Default file format and ODF settings ODF format version - OpenOffice.org 3 and StarOffice 9 introduce new features which have to be saved using the OpenDocument format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software. + OpenOffice.org 3 and StarOffice 9 introduce new features which have to be saved using the OpenDocument format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software. Current %PRODUCTNAME versions can open documents in ODF formats 1.0/1.1 and 1.2. When you save a document, you can select whether to save the document in the format ODF 1.2, ODF 1.2 (Extended), or in the prior format ODF 1.0/1.1. Currently, the ODF 1.2 (Extended) format enables files of Draw and Impress to contain comments. Those comments can be inserted by Insert - Comment in the latest software version. The comments get lost when loading files into prior software versions that were saved by the latest software version. diff --git a/source/text/swriter/guide/numbering_lines.xhp b/source/text/swriter/guide/numbering_lines.xhp index f2b5a2512a..5bc39c2902 100644 --- a/source/text/swriter/guide/numbering_lines.xhp +++ b/source/text/swriter/guide/numbering_lines.xhp @@ -126,7 +126,7 @@ Tools - Line Numbering Format - Paragraph - Numbering -Wiki page about numbering paragraphs by styles +Wiki page about numbering paragraphs by styles \ No newline at end of file diff --git a/source/text/swriter/guide/numbering_paras.xhp b/source/text/swriter/guide/numbering_paras.xhp index ffe6bd9e47..66ee887403 100644 --- a/source/text/swriter/guide/numbering_paras.xhp +++ b/source/text/swriter/guide/numbering_paras.xhp @@ -83,7 +83,7 @@ -Wiki page about numbering paragraphs by styles +Wiki page about numbering paragraphs by styles -- cgit