From 3b66bd0d5781edd556817fd443dbf69a892cd066 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 25 Oct 2011 21:56:14 +0200 Subject: change wiki links to TDF Wiki --- helpcontent2/source/text/sbasic/shared/main0601.xhp | 2 +- helpcontent2/source/text/scalc/01/04060101.xhp | 2 +- helpcontent2/source/text/scalc/01/04060107.xhp | 2 +- helpcontent2/source/text/scalc/01/04060110.xhp | 4 ++-- helpcontent2/source/text/scalc/01/04060182.xhp | 2 +- helpcontent2/source/text/scalc/01/04060185.xhp | 2 +- helpcontent2/source/text/scalc/guide/database_filter.xhp | 2 +- helpcontent2/source/text/scalc/guide/database_sort.xhp | 2 +- helpcontent2/source/text/shared/01/02100001.xhp | 4 ++-- helpcontent2/source/text/shared/01/06040400.xhp | 2 +- helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp | 2 +- helpcontent2/source/text/shared/explorer/database/main.xhp | 2 +- helpcontent2/source/text/shared/explorer/database/migrate_macros.xhp | 2 +- helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp | 2 +- helpcontent2/source/text/shared/guide/assistive.xhp | 2 +- helpcontent2/source/text/shared/guide/digital_signatures.xhp | 2 +- helpcontent2/source/text/shared/guide/digitalsign_receive.xhp | 2 +- helpcontent2/source/text/shared/guide/digitalsign_send.xhp | 2 +- .../source/text/shared/guide/ms_import_export_limitations.xhp | 2 +- helpcontent2/source/text/swriter/guide/numbering_lines.xhp | 2 +- helpcontent2/source/text/swriter/guide/numbering_paras.xhp | 2 +- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/helpcontent2/source/text/sbasic/shared/main0601.xhp b/helpcontent2/source/text/sbasic/shared/main0601.xhp index 1d528b1513..2c506db551 100644 --- a/helpcontent2/source/text/sbasic/shared/main0601.xhp +++ b/helpcontent2/source/text/sbasic/shared/main0601.xhp @@ -45,7 +45,7 @@ %PRODUCTNAME Basic Help
%PRODUCTNAME %PRODUCTVERSION 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 runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the OpenOffice.org BASIC Programming Guide on the OpenOffice.org Wiki. +This help section explains the most common runtime 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/helpcontent2/source/text/scalc/01/04060101.xhp b/helpcontent2/source/text/scalc/01/04060101.xhp index d93663a37e..2cd7057ca7 100644 --- a/helpcontent2/source/text/scalc/01/04060101.xhp +++ b/helpcontent2/source/text/scalc/01/04060101.xhp @@ -501,7 +501,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/helpcontent2/source/text/scalc/01/04060107.xhp b/helpcontent2/source/text/scalc/01/04060107.xhp index 62f07e7057..5fa4da4162 100644 --- a/helpcontent2/source/text/scalc/01/04060107.xhp +++ b/helpcontent2/source/text/scalc/01/04060107.xhp @@ -657,7 +657,7 @@ LINEST -Returns a table of statistics for a straight line that best fits a data set.changed based on http://wiki.services.openoffice.org/wiki/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 http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function (issue 76142) Syntax LINEST(data_Y; data_X; linearType; stats) diff --git a/helpcontent2/source/text/scalc/01/04060110.xhp b/helpcontent2/source/text/scalc/01/04060110.xhp index 7daa875c6d..b3ce97ceb8 100644 --- a/helpcontent2/source/text/scalc/01/04060110.xhp +++ b/helpcontent2/source/text/scalc/01/04060110.xhp @@ -74,7 +74,7 @@ ASC The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string. - See http://wiki.services.openoffice.org/mwiki/index.php?title=Calc/Features/JIS_and_ASC_functions for a conversion table. + See http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table. Syntax ASC("Text") @@ -306,7 +306,7 @@ JIS The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string. - See http://wiki.services.openoffice.org/mwiki/index.php?title=Calc/Features/JIS_and_ASC_functions for a conversion table. + See http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table. Syntax JIS("Text") diff --git a/helpcontent2/source/text/scalc/01/04060182.xhp b/helpcontent2/source/text/scalc/01/04060182.xhp index ea6384c170..d6bc19f0a2 100644 --- a/helpcontent2/source/text/scalc/01/04060182.xhp +++ b/helpcontent2/source/text/scalc/01/04060182.xhp @@ -283,7 +283,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.
HARMEAN function diff --git a/helpcontent2/source/text/scalc/01/04060185.xhp b/helpcontent2/source/text/scalc/01/04060185.xhp index 53907a2e87..5193dbee36 100644 --- a/helpcontent2/source/text/scalc/01/04060185.xhp +++ b/helpcontent2/source/text/scalc/01/04060185.xhp @@ -521,7 +521,7 @@ oldref="183">Example =WEIBULL(2;1;1;1) returns 0.86. - See also the Wiki page. + See also the Wiki page.
diff --git a/helpcontent2/source/text/scalc/guide/database_filter.xhp b/helpcontent2/source/text/scalc/guide/database_filter.xhp index ef57d19561..3d20377786 100644 --- a/helpcontent2/source/text/scalc/guide/database_filter.xhp +++ b/helpcontent2/source/text/scalc/guide/database_filter.xhp @@ -96,7 +96,7 @@ - Wiki page about defining a data range + Wiki page about defining a data range
\ No newline at end of file diff --git a/helpcontent2/source/text/scalc/guide/database_sort.xhp b/helpcontent2/source/text/scalc/guide/database_sort.xhp index 477bf7a1ba..8c3f927b07 100644 --- a/helpcontent2/source/text/scalc/guide/database_sort.xhp +++ b/helpcontent2/source/text/scalc/guide/database_sort.xhp @@ -64,7 +64,7 @@
- Wiki page about defining a data range + Wiki page about defining a data range
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/02100001.xhp b/helpcontent2/source/text/shared/01/02100001.xhp index c68e45bfdd..e42e99323f 100644 --- a/helpcontent2/source/text/shared/01/02100001.xhp +++ b/helpcontent2/source/text/shared/01/02100001.xhp @@ -356,8 +356,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 \ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/06040400.xhp b/helpcontent2/source/text/shared/01/06040400.xhp index c4b8875237..c0c246b052 100644 --- a/helpcontent2/source/text/shared/01/06040400.xhp +++ b/helpcontent2/source/text/shared/01/06040400.xhp @@ -55,7 +55,7 @@ Select to apply the replacements while you type [T], or when you modify existing text [M]. -new feature, cws cbosdo01. http://wiki.services.openoffice.org/wiki/Non_Breaking_Spaces_Before_Punctuation_In_French_(espaces_ins%C3%A9cables) +new feature, cws cbosdo01. http://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/helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp b/helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp index 69752d2721..0b9ea23b5e 100644 --- a/helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp +++ b/helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp @@ -45,7 +45,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.services.openoffice.org/wiki/MSA-Base_Faq. +See also the English Wiki page http://wiki.documentfoundation.org/MSA-Base_Faq. Microsoft Access database file Specifies the path to the database file. Browse diff --git a/helpcontent2/source/text/shared/explorer/database/main.xhp b/helpcontent2/source/text/shared/explorer/database/main.xhp index bde780c01b..5162f574a9 100644 --- a/helpcontent2/source/text/shared/explorer/database/main.xhp +++ b/helpcontent2/source/text/shared/explorer/database/main.xhp @@ -108,7 +108,7 @@ -Wiki page about Base +Wiki page about Base diff --git a/helpcontent2/source/text/shared/explorer/database/migrate_macros.xhp b/helpcontent2/source/text/shared/explorer/database/migrate_macros.xhp index 11b48dd44f..c4266f08fb 100644 --- a/helpcontent2/source/text/shared/explorer/database/migrate_macros.xhp +++ b/helpcontent2/source/text/shared/explorer/database/migrate_macros.xhp @@ -62,7 +62,7 @@
- An in depth explanation by the developers (Wiki). + An in depth explanation by the developers (Wiki).
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp b/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp index 4380d9a097..dc5ba76d19 100644 --- a/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp +++ b/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp @@ -51,7 +51,7 @@ 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. +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/helpcontent2/source/text/shared/guide/assistive.xhp b/helpcontent2/source/text/shared/guide/assistive.xhp index 4694bb2d45..3c2bbb20d0 100644 --- a/helpcontent2/source/text/shared/guide/assistive.xhp +++ b/helpcontent2/source/text/shared/guide/assistive.xhp @@ -49,7 +49,7 @@ Assistive Tools in $[officename] $[officename] supports some assistive technology tools like screen magnification software, screen readers, and on-screen keyboards. Most of these tools communicate with $[officename] by means of the Java(TM) Access Bridge software, that uses the Java Accessibility API, a part of the Java runtime environment. -A current list of supported assistive tools can be found on the OpenOffice.org Wiki at http://wiki.services.openoffice.org/wiki/Accessibility. +A current list of supported assistive tools can be found on the Wiki at http://wiki.documentfoundation.org/Accessibility. Requirements to use assistive tools in $[officename] diff --git a/helpcontent2/source/text/shared/guide/digital_signatures.xhp b/helpcontent2/source/text/shared/guide/digital_signatures.xhp index 9812393661..f4dc10050e 100644 --- a/helpcontent2/source/text/shared/guide/digital_signatures.xhp +++ b/helpcontent2/source/text/shared/guide/digital_signatures.xhp @@ -108,7 +108,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/helpcontent2/source/text/shared/guide/digitalsign_receive.xhp b/helpcontent2/source/text/shared/guide/digitalsign_receive.xhp index 8d917da300..23a79fbfdd 100644 --- a/helpcontent2/source/text/shared/guide/digitalsign_receive.xhp +++ b/helpcontent2/source/text/shared/guide/digitalsign_receive.xhp @@ -96,7 +96,7 @@ 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/helpcontent2/source/text/shared/guide/digitalsign_send.xhp b/helpcontent2/source/text/shared/guide/digitalsign_send.xhp index 0aa75256bf..9a0d4a4203 100644 --- a/helpcontent2/source/text/shared/guide/digitalsign_send.xhp +++ b/helpcontent2/source/text/shared/guide/digitalsign_send.xhp @@ -109,7 +109,7 @@ Choose this setting to cancel the connection.
- English Wiki page on digital signatures + English Wiki page on digital signatures About digital signatures
diff --git a/helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp b/helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp index 3953867cb0..8e3daff700 100644 --- a/helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp +++ b/helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp @@ -127,7 +127,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/helpcontent2/source/text/swriter/guide/numbering_lines.xhp b/helpcontent2/source/text/swriter/guide/numbering_lines.xhp index a69dbd6c24..6d6bd8dc67 100644 --- a/helpcontent2/source/text/swriter/guide/numbering_lines.xhp +++ b/helpcontent2/source/text/swriter/guide/numbering_lines.xhp @@ -136,6 +136,6 @@ Tools - Line NumberingFormat - 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/helpcontent2/source/text/swriter/guide/numbering_paras.xhp b/helpcontent2/source/text/swriter/guide/numbering_paras.xhp index 8373dbfd81..146cb20525 100644 --- a/helpcontent2/source/text/swriter/guide/numbering_paras.xhp +++ b/helpcontent2/source/text/swriter/guide/numbering_paras.xhp @@ -95,6 +95,6 @@ - Wiki page about numbering paragraphs by styles + Wiki page about numbering paragraphs by styles -- cgit