[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-07-06 Thread Olivier Hallot
 source/text/sbasic/shared/0003.xhp |   30 ++---
 source/text/sbasic/shared/03120111.xhp |   18 +++-
 source/text/sbasic/shared/03120112.xhp |   14 ++
 source/text/sbasic/shared/03120411.xhp |   16 ++-
 source/text/sbasic/shared/03120412.xhp |   18 +++-
 source/text/sbasic/shared/0314.xhp |   16 ++-
 source/text/sbasic/shared/03140001.xhp |   16 ++-
 source/text/sbasic/shared/03140002.xhp |   14 ++
 source/text/sbasic/shared/03140003.xhp |   14 ++
 source/text/sbasic/shared/03140004.xhp |   14 ++
 source/text/sbasic/shared/03140005.xhp |   14 ++
 source/text/sbasic/shared/special_vba_func.xhp |   56 +++--
 12 files changed, 98 insertions(+), 142 deletions(-)

New commits:
commit c2bea45cca3f5afa702b8b92ad744e0c9f8320db
Author: Olivier Hallot 
Date:   Thu Jun 22 22:41:41 2017 -0300

Rearrange help page for VBA functions

Save work for translators.

Change-Id: I2072d85443ba32f10235123f3ba2b681182127d2
Reviewed-on: https://gerrit.libreoffice.org/39139
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/0003.xhp 
b/source/text/sbasic/shared/0003.xhp
index bd3a2810d..cebb51745 100644
--- a/source/text/sbasic/shared/0003.xhp
+++ b/source/text/sbasic/shared/0003.xhp
@@ -31,7 +31,8 @@
 Information
 
 
-You can set 
the locale used for controlling the formatting numbers, dates and currencies in 
$[officename] Basic in %PRODUCTNAME - 
PreferencesTools - 
Options - Language Settings - 
Languages. In Basic format codes, the decimal point (.) is 
always used as placeholder for the decimal separator defined in 
your locale and will be replaced by the corresponding character.
+You can set 
the locale used for controlling the formatting numbers, dates and currencies in 
$[officename] Basic in %PRODUCTNAME - Preferences 
+Tools - 
Options - Language Settings - 
Languages. In Basic format codes, the decimal point (.) is 
always used as placeholder for the decimal separator defined in 
your locale and will be replaced by the corresponding character.
 The same 
applies to the locale settings for date, time and currency formats. The Basic 
format code will be interpreted and displayed according to your locale 
setting.
 
 
@@ -183,11 +184,28 @@
 This 
function is enabled with the statement Option VBASupport 
1 placed before the executable program code in a module.
 
 
+
+
+Syntax:
+
+
 
-Syntax:
-Return value:
-Parameters:
-Example:
+
+
+
+Return value:
+
+
+
+
+Parameters:
+
+
+
+
+Example:
+
+VBA financial 
functions
 
 
 
@@ -320,4 +338,4 @@
 
 
 
-
+
\ No newline at end of file
diff --git a/source/text/sbasic/shared/03120111.xhp 
b/source/text/sbasic/shared/03120111.xhp
index d220006ba..38f10a577 100644
--- a/source/text/sbasic/shared/03120111.xhp
+++ b/source/text/sbasic/shared/03120111.xhp
@@ -28,7 +28,7 @@
 
 
 
-
+
 
   AscW function
 
@@ -38,22 +38,18 @@
 Returns the 
Unicode value of the first character in a string expression.
 
 
-
-Syntax:
+
 
-AscW (Text As 
String)
+AscW (Text As String)
 
-
-Return 
value:
+
 Integer
-
-Parameters:
+
  
Text: Any valid string expression. Only the first character in the 
string is relevant.
 Use the AscW 
function to replace keys with Unicode values. If the AscW function encounters a 
blank string, %PRODUCTNAME Basic reports a run-time error. Returned values are 
between 0 and 65535.
 
 
-
-Example:
+
 
 Sub ExampleAscW
  Print AscW("A") 
' returns 65
@@ -69,4 +65,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/sbasic/shared/03120112.xhp 
b/source/text/sbasic/shared/03120112.xhp
index ee0c9828b..056275222 100644
--- a/source/text/sbasic/shared/03120112.xhp
+++ b/source/text/sbasic/shared/03120112.xhp
@@ -28,7 +28,7 @@
 
 
 
-
+
 
   ChrW function
 
@@ -38,22 +38,18 @@
 Returns the 
Unicode character that corresponds to the specified character code.
 
 
-
-Syntax:
+
 
 ChrW(Expression 
As Integer)
 
-
-Return 
value:
+
 String
-
-Parameters:
+
  
Expression: Numeric variables that represent a valid 16 bit 
Unicode value (0-65535). An empty value returns error code 5. A value out of 
the range [0,65535] returns error code 6.
 
 
 
-
-Example:
+
 
 Sub ExampleChrW
  ' This example 
inserts the greek letter Alpha and Omega in a string.
diff --git a/source/text/sbasic/shared/03120411.xhp 
b/source/text/sbasic/shared/03120411.xhp
index c0ab1daad..0e1e7c004 100644
--- a/source/text/sbasic/shared/03120411.xhp
+++ b/source/text/sbasic/shared/03120411.xhp
@@ -28,7 +28,7 @@
 
 
 
-
+
 
   InStrRev function
 
@@ -39,16 +39,13 @@
 
 
 The InStrRev 
function returns the position at which the match was found, from the right. If 
the string was not found, the function returns 0.
-
-Syntax:
+
 
 InStrRev (Text1 
As String, Text2 As String 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-07-06 Thread Olivier Hallot
 source/text/sbasic/shared/0002.xhp|2 
 source/text/scalc/guide/autofilter.xhp|4 
 source/text/schart/01/04050100.xhp|  115 +
 source/text/shared/explorer/database/rep_prop.xhp |  115 ++---
 source/text/shared/optionen/01010501.xhp  |  146 ++
 source/text/swriter/guide/protection.xhp  |9 -
 6 files changed, 186 insertions(+), 205 deletions(-)

New commits:
commit 61c61f1181927a3dd78447cd36581682395ccf2d
Author: Olivier Hallot 
Date:   Tue Jun 27 18:25:50 2017 -0300

Fixes for help pages after translation review.

Thanks to all translators for pinpointing these mistakes.

Change-Id: I3746d3d81ded2af1e012cb38cdd20e9e529c2667
Reviewed-on: https://gerrit.libreoffice.org/39331
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/0002.xhp 
b/source/text/sbasic/shared/0002.xhp
index d54d6985f..ac0ceff37 100644
--- a/source/text/sbasic/shared/0002.xhp
+++ b/source/text/sbasic/shared/0002.xhp
@@ -59,7 +59,7 @@
 
protocol://host.name/path/to/the/file.html
 
 The most 
common usage of URLs is on the internet when specifying web pages. Example for 
protocols are http, ftp, or file. The 
file protocol specifier is used when referring to a file on the 
local file system.
-URL notation 
does not allow certain special characters to be used. These are either replaced 
by other characters or encoded. A slash (/) is used as a path 
separator. For example, a file referred to as C:\My File.odt on 
the local host in "Windows notation" becomes 
file:///C|/My%20File.odt in URL notation.
+URL notation 
does not allow certain special characters to be used. These are either replaced 
by other characters or encoded. A slash (/) is used as a path 
separator. For example, a file referred to as C:\Users\alice\Documents\My 
File.odt on the local host in "Windows notation" becomes 
file:///C:/Users/alice/Documents/My%20File.odt in URL 
notation.
 
 
 
diff --git a/source/text/scalc/guide/autofilter.xhp 
b/source/text/scalc/guide/autofilter.xhp
index 16daf9ee7..46b226634 100644
--- a/source/text/scalc/guide/autofilter.xhp
+++ b/source/text/scalc/guide/autofilter.xhp
@@ -52,7 +52,7 @@
 
  
  When 
you apply an additional AutoFilter on another column of a filtered data range, 
then the other combo boxes list only the filtered data.
- To 
display all records again, select the "all" entry in the 
AutoFilter combo box. If you choose "Standard", the Standard Filter dialog appears, allowing you to set up a 
standard filter. Choose "Top 10" to display the highest 10 values only. 

+ To 
display all records again, select the all entry in the AutoFilter 
combo box. If you choose "Standard", the Standard Filter dialog appears, allowing you to set up a 
standard filter. Choose "Top 10" to display the highest 10 values only. 

  To 
stop using AutoFilter, reselect all cells selected in step 1 and once again 
choose Data - Filter - AutoFilter.
  To assign 
different AutoFilters to different sheets, you must first define a database 
range on each sheet.
  The 
arithmetic functions also take account of the cells that are not visible due to 
an applied filter. For example, a sum of an entire column will also total the 
values in the filtered cells. Apply the SUBTOTAL function if only the cells visible after the 
application of a filter are to be taken into account.
@@ -65,4 +65,4 @@
  SUBTOTAL
   

-
\ No newline at end of file
+
diff --git a/source/text/schart/01/04050100.xhp 
b/source/text/schart/01/04050100.xhp
index af4327bb1..1b5302880 100644
--- a/source/text/schart/01/04050100.xhp
+++ b/source/text/schart/01/04050100.xhp
@@ -41,104 +41,68 @@
   Trend lines can be added to all 2D chart 
types except for Pie and Stock charts.  
 
 
-  
-
-
-Linear
+
+Linear
 
-A linear trend line is shown.
-
-Logarithmic
+A linear trend line is 
shown.Logarithmic
 
-A logarithmic trend line is shown.
-
-Exponential
+A logarithmic trend line is 
shown.Exponential
 
-An exponential trend line is shown.
-
-Power
+An exponential trend line is 
shown.Power
 
-A power trend line is shown.
-
-Polynomial
+A power trend line is 
shown.Polynomial
 
-A polynomial trend line is 
shown with a given degree.
-
-Degree
+A polynomial trend line is 
shown with a given degree.Degree
 
-Degree of polynomial trend 
line.
-
-Moving average
+Degree of polynomial trend 
line.Moving average
 
-A moving average trend line 
is shown with a given period.
-
-Period
+A moving average trend line 
is shown with a given period.Period
 
-Number of points to 
calculate average of moving average trend line.
-
-Trend line name
+Number of points to 
calculate average of moving average trend 
line.Trend line name
 
-Name of trend 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-07-02 Thread Olivier Hallot
 source/text/scalc/01/04060106.xhp |   11 ++---
 source/text/scalc/01/func_color.xhp   |   56 +++---
 source/text/scalc/01/func_rawsubtract.xhp |   32 +
 3 files changed, 50 insertions(+), 49 deletions(-)

New commits:
commit 610919cb26ee24329ca3ba90d0b3074fcc1acef1
Author: Olivier Hallot 
Date:   Sun Jul 2 22:10:08 2017 -0300

tdf#108871 Fix embed of RAWSUBTRACT in Help

Fix also COLOR.

Change-Id: I159b20f36e1452864fa466584ff2de283251f11c
Reviewed-on: https://gerrit.libreoffice.org/39459
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/scalc/01/04060106.xhp 
b/source/text/scalc/01/04060106.xhp
index ec11f8045..27d121efb 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -913,9 +913,8 @@
 
 
 
-
+
 
-
 
 
   ROUND function
@@ -1113,14 +1112,12 @@
 
 
 
-
-
+
 
 
 
-
-
-
+
+
 
 
 
diff --git a/source/text/scalc/01/func_color.xhp 
b/source/text/scalc/01/func_color.xhp
index 9915792a4..fc6e0fb37 100644
--- a/source/text/scalc/01/func_color.xhp
+++ b/source/text/scalc/01/func_color.xhp
@@ -18,32 +18,34 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 
-
-  
-COLOR function
-text/scalc/01/func_color.xhp
-  
-
-
-
-
-
-  colors;numerical values
-  colors;calculating in spreadsheets
-  COLOR function
-
-COLOR
-Return a numeric value calculated by a 
combination of three colors (red, green and blue) and the alpha channel, in the 
RGBA color system. The result depends on the color system used by your 
computer.
-
-COLOR(Red; 
Green; Blue; Alpha)
-Red, Green and Blue – required arguments. The 
value for the red, green and blue components of the color. The values must be 
between 0 and 255. Zero means no color component and 255 means full color 
component.
-Alpha – optional argument. The value for the 
alpha channel or alpha composite. Alpha is a integer value between 0 and 255. 
The value of zero for alpha means the color is fully transparent, whereas a 
value of 255 in the alpha channel gives a fully opaque color.
-
-COLOR(255;255;255;1) returns 33554431
-COLOR(0;0;255;0) returns 255 
-COLOR(0;0;255;255) returns 4278190335 
-COLOR(0;0;400;0) returns Err:502 (Invalid argument) 
because the blue value is greater than 255.
-
-
+ 
+ 
+ COLOR function
+ text/scalc/01/func_color.xhp
+ 
+ 
+ 
+ 
+ 
+ 
+ colors;numerical values
+ colors;calculating in spreadsheets
+ COLOR function
+ 
+ 
+ COLOR
+ Return a numeric value calculated by a 
combination of three colors (red, green and blue) and the alpha channel, in the 
RGBA color system. The result depends on the color system used by your 
computer.
+ 
+ 
+ COLOR(Red; Green; Blue; Alpha)
+ Red, Green and Blue – required arguments. The 
value for the red, green and blue components of the color. The values must be 
between 0 and 255. Zero means no color component and 255 means full color 
component.
+ Alpha – optional argument. The value for the 
alpha channel or alpha composite. Alpha is a integer value between 0 and 255. 
The value of zero for alpha means the color is fully transparent, whereas a 
value of 255 in the alpha channel gives a fully opaque color.
+ 
+ COLOR(255;255;255;1) returns 
33554431
+ COLOR(0;0;255;0) returns 255 

+ COLOR(0;0;255;255) returns 
4278190335 
+ COLOR(0;0;400;0) returns Err:502 
(Invalid argument) because the blue value is greater than 255.
+ 
+ 
 
 
diff --git a/source/text/scalc/01/func_rawsubtract.xhp 
b/source/text/scalc/01/func_rawsubtract.xhp
index eb6935afd..5aa76e3f5 100644
--- a/source/text/scalc/01/func_rawsubtract.xhp
+++ b/source/text/scalc/01/func_rawsubtract.xhp
@@ -15,20 +15,22 @@
 
 
 
-
-
-
-rawsubtract;subtraction
-RAWSUBTRACT function
-
-RAWSUBTRACT
-Subtracts a set of numbers and gives the result 
without eliminating small roundoff errors. 
-
-RAWSUBTRACT(Minuend, Subtrahend1, Subtrahend2, ...)
-Subtracts the subtrahend(s) from the minuend without 
eliminating roundoff errors. The function should be called with at least two 
parameters.
-
-RAWSUBTRACT(0.987654321098765, 
0.9876543210987) returns 6.53921361504217E-14
-RAWSUBTRACT(0.987654321098765) 
returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of 
two numbers. 
+
+
+
+rawsubtract;subtraction
+RAWSUBTRACT function
+
+
+RAWSUBTRACT
+Subtracts a set of numbers and gives the result 
without eliminating small roundoff errors.
 
+
+RAWSUBTRACT(Minuend, Subtrahend1, Subtrahend2, ...)
+Subtracts the subtrahend(s) from the minuend without 
eliminating 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-06-20 Thread Christian Lohmaier
 source/text/sbasic/shared/0003.xhp |5 -
 source/text/shared/00/00040500.xhp |   65 ++---
 source/text/shared/01/01160300.xhp |4 -
 source/text/shared/optionen/01010501.xhp   |7 --
 source/text/swriter/00/0406.xhp|   36 ++---
 source/text/swriter/01/0211.xhp|   34 ++---
 source/text/swriter/01/04120221.xhp|6 +-
 source/text/swriter/01/0606.xhp|2 
 source/text/swriter/guide/arrange_chapters.xhp |   16 ++
 source/text/swriter/guide/indices_enter.xhp|4 -
 source/text/swriter/guide/numbering_paras.xhp  |4 -
 11 files changed, 82 insertions(+), 101 deletions(-)

New commits:
commit 8e4ae9af51e001eefa59652c632cae44abc3e287
Author: Christian Lohmaier 
Date:   Tue Jun 20 14:52:53 2017 +0200

fix bogus whitespace and unnecessary unit changes

caused by either adding spaces at end-of-line or adding spaces when
combining multi-line statements into single line
also fix one validation issue (image can have either caption or alt
elements)

Change-Id: I467404fbf87fbf1681c0addc7b43154bba68d989
(cherry picked from commit 3bd5049b9e5b271646e1d5c92b22d79bde35a759)

diff --git a/source/text/sbasic/shared/0003.xhp 
b/source/text/sbasic/shared/0003.xhp
index aba070e22..bd3a2810d 100644
--- a/source/text/sbasic/shared/0003.xhp
+++ b/source/text/sbasic/shared/0003.xhp
@@ -31,8 +31,7 @@
 Information
 
 
-You can set 
the locale used for controlling the formatting numbers, dates and currencies in 
$[officename] Basic in %PRODUCTNAME - Preferences 
-Tools - 
Options - Language Settings - 
Languages. In Basic format codes, the decimal point (.) is 
always used as placeholder for the decimal separator defined in 
your locale and will be replaced by the corresponding character.
+You can set 
the locale used for controlling the formatting numbers, dates and currencies in 
$[officename] Basic in %PRODUCTNAME - 
PreferencesTools - 
Options - Language Settings - 
Languages. In Basic format codes, the decimal point (.) is 
always used as placeholder for the decimal separator defined in 
your locale and will be replaced by the corresponding character.
 The same 
applies to the locale settings for date, time and currency formats. The Basic 
format code will be interpreted and displayed according to your locale 
setting.
 
 
@@ -321,4 +320,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/shared/00/00040500.xhp 
b/source/text/shared/00/00040500.xhp
index f20072eb8..aaf9668f0 100644
--- a/source/text/shared/00/00040500.xhp
+++ b/source/text/shared/00/00040500.xhp
@@ -40,7 +40,7 @@
 
   
 
-   Icon
+   Icon
 
 
   Character
@@ -93,7 +93,7 @@
 
 
 Choose 
Format - Paragraph - Asian Typography tab (not in HTML)
-Choose Format - Cell - Asian 
Typography tab 
+Choose Format - Cell - Asian 
Typography tab
 
 Choose 
View - Styles and Formatting - open context menu of an entry and 
click Modify/New - Asian Typography tab
 
@@ -111,7 +111,7 @@
 
   
 
-   Icon
+   Icon
 
 
   Paragraph
@@ -148,14 +148,14 @@
 Choose 
View - Styles and Formatting - open context menu of an entry and 
choose Modify/New - Borders tab
 Choose 
Format - Page - Header - More button
 Choose 
Format - Page - Footer - More button
-Choose Format - Cells - 
Borders tab 
+Choose Format - Cells - 
Borders tab
 
 
 
 
-Menu Format - Paragraph 
- Border tab - Spacing to contents 
+Menu Format - Paragraph 
- Border tab - Spacing to contents
 
-Menu Format - Page - Border - 
Spacing to contents 
+Menu Format - Page - Border - 
Spacing to contents
 
 
 
@@ -169,7 +169,7 @@
 Choose 
Format - Page - Footer - More button
 Choose 
View - Styles and Formatting - open context menu of an entry and 
choose Modify/New - Background tab
 Choose 
Insert/Edit - Section - Background tab
-Choose Format - Cells - 
Background tab 
+Choose Format - Cells - 
Background tab
 
 
 
@@ -195,14 +195,14 @@
 
 
 Choose 
View - Styles and Formatting 
-Command+T 
+Command+T
 F11
 On 
Formatting Bar, click
 
 
   
 
-   Icon
+   Icon
 
 
   Styles 
and Formatting
@@ -213,10 +213,10 @@
 
 
 
- 
- 
- 
- 
+
+
+
+
 On the Drawing bar, 
click
 
 
@@ -224,7 +224,7 @@
 
   
 
-   Icon
+   Icon
 
 

3D Effects 
@@ -249,7 +249,7 @@
 
   
 
-   Icon
+   Icon
 
 
   Bullets 
On/Off
@@ -262,48 +262,37 @@
 
 
 Choose 
Format - Bullets and Numbering. Open Options tab 
page
-Open Styles and 
Formatting - Presentation Styles - context menu of an Outline Style - 
choose New/Modify 
-
-Open Styles and 
Formatting - List Styles - context menu of an entry - choose 
New/Modify 
-
+Open Styles and 
Formatting - Presentation Styles - context menu of an Outline Style - 
choose New/Modify
+Open Styles and 
Formatting - List Styles - context menu 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-06-07 Thread Adolfo Jayme Barrientos
 source/text/shared/optionen/01010501.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f064bef4604e2a8e83a2941869484b924cd52c9
Author: Adolfo Jayme Barrientos 
Date:   Wed Jun 7 12:21:07 2017 -0500

Grammar: “let you to define” → “lets you define”

Change-Id: I93d9236704906fb91485610b85f7c694b7cc53e0
(cherry picked from commit 38734b7d4fc01bf584bc691370fc155d69ee50c9)
Reviewed-on: https://gerrit.libreoffice.org/38538
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/optionen/01010501.xhp 
b/source/text/shared/optionen/01010501.xhp
index f30a7ef86..8f79c48db 100644
--- a/source/text/shared/optionen/01010501.xhp
+++ b/source/text/shared/optionen/01010501.xhp
@@ -35,7 +35,7 @@
 
 
 
-%PRODUCTNAME let you to define custom colors 
using a two-dimensional graphic and numerical gradient chart of the Pick a 
Color dialog. Click OK to display the newly 
defined color in the New preview box of the Colors 
tab, where you can then decide if you want to add or replace the new color in 
the current color palette.
+%PRODUCTNAME lets you define custom colors using 
a two-dimensional graphic and numerical gradient chart of the Pick a Color 
dialog. Click OK to display the newly defined 
color in the New preview box of the Colors tab, where 
you can then decide if you want to add or replace the new color in the current 
color palette.
 
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-06-06 Thread Gabor Kelemen
 source/text/schart/01/0405.xhp |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9b11b6f4ab696ade79bb0ce50f861dce6a56dea3
Author: Gabor Kelemen 
Date:   Tue May 30 22:53:09 2017 +0200

Add custom HID to the From Data Table options description

Change-Id: If5de917172e1b5fe0ef8819a96a41421e9cd8f22
Reviewed-on: https://gerrit.libreoffice.org/38245
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 
(cherry picked from commit 553a97f7054e416ffda2bda008f7cf55a478d09e)
Reviewed-on: https://gerrit.libreoffice.org/38467

diff --git a/source/text/schart/01/0405.xhp 
b/source/text/schart/01/0405.xhp
index 69b54d075..f4fb827a0 100644
--- a/source/text/schart/01/0405.xhp
+++ b/source/text/schart/01/0405.xhp
@@ -74,6 +74,7 @@
 
 Click a button to shrink the dialog, then use the mouse to 
select the cell range in the spreadsheet. Click the button again to restore the 
dialog to full size.
 
+
 From 
Data Table
 For a chart with its own data, the error bar values can be entered in 
the chart data table. The Data Table dialog shows additional columns titled 
Positive X or Y-Error-Bars and Negative X or Y-Error-Bars.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-06-06 Thread Gabor Kelemen
 source/text/swriter/01/mm_newaddblo.xhp |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 54706094543d7fcc54bc8d9d3789c40be78decc2
Author: Gabor Kelemen 
Date:   Thu Jun 1 07:00:12 2017 +0200

tdf#102930 Update New Address Block / Edit Address Block page

Add missing bookmarks
Sync with UI
Make it have two window names in the title

Change-Id: I99d424919d3792e3c1a0ff4c2427cb335e74fad3
Reviewed-on: https://gerrit.libreoffice.org/38326
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 
(cherry picked from commit 4ee7e6ef7170ae862b93d89badf5b512c60f0863)
Reviewed-on: https://gerrit.libreoffice.org/38466

diff --git a/source/text/swriter/01/mm_newaddblo.xhp 
b/source/text/swriter/01/mm_newaddblo.xhp
index bff07f6c8..1c8782f72 100644
--- a/source/text/swriter/01/mm_newaddblo.xhp
+++ b/source/text/swriter/01/mm_newaddblo.xhp
@@ -22,7 +22,7 @@
 
 
 
-New Address Block
+New Address Block / Edit Address Block
 /text/swriter/01/mm_newaddblo.xhp
 
 
@@ -30,18 +30,24 @@
 
 
 
-New 
Address Block
+New 
Address Block or Edit Address Block
 Specify the 
placement of address data fields in an address block in mail merge documents.
-Address 
Elements
+
+Address 
elements
 Select an address field and drag the field to the other 
list.
+
 
 Adds the selected field from the Address Elements list to the other 
list. You can add the same field more than once.
+
 
 Removes the selected field from the other list.
-Drag 
address element to the field below
+
+Drag 
address elements here
 Arrange the fields with drag-and-drop or use the arrow 
buttons.
+
 Preview
 Displays a preview of the first database record with the current 
address block layout.
+
 (Arrow 
Buttons)
 Select an item in the list and click an arrow button to move the 
entry.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-06-01 Thread Adolfo Jayme Barrientos
 source/text/schart/01/04050100.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit abfd87018de2bbdbbfed39b7f5e9673561cba6c3
Author: Adolfo Jayme Barrientos 
Date:   Thu Jun 1 18:46:53 2017 -0500

Grammar: missing definite article

Change-Id: I73e645574af8558d0374cfd93a81f2fdfccd435c
(cherry picked from commit d1c9924da3f8ce4145bed294eca382814426f2ad)
Reviewed-on: https://gerrit.libreoffice.org/38335
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/schart/01/04050100.xhp 
b/source/text/schart/01/04050100.xhp
index 90046172d..af4327bb1 100644
--- a/source/text/schart/01/04050100.xhp
+++ b/source/text/schart/01/04050100.xhp
@@ -142,7 +142,7 @@
 If 
intercept is forced, coefficient of determination R2 is not 
calculated in the same way as with free intercept. R2 values can not 
be compared with forced or free intercept.
 
 Trend Lines Curve Types
-Following regression types are available:
+The 
following regression types are available:
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-31 Thread Gabor Kelemen
 source/text/shared/01/06010600.xhp |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

New commits:
commit 62fb0d92b4175872d66dcd6cc2d613ecb3af36fe
Author: Gabor Kelemen 
Date:   Tue May 30 22:51:56 2017 +0200

Fix bookmarks and ahelps on Chinese Conversion dialog page

Add missing bookmarks
Remove unnecessary ahelps
Sync label spelling with UI

Change-Id: I5240d1386ef3abd716c6e6647b50c96a21555a65
Reviewed-on: https://gerrit.libreoffice.org/38244
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 
(cherry picked from commit ca78b4f149dd82723a3b53a93063c881096fa71f)
Reviewed-on: https://gerrit.libreoffice.org/38273

diff --git a/source/text/shared/01/06010600.xhp 
b/source/text/shared/01/06010600.xhp
index 656a53fbf..f95396e0a 100644
--- a/source/text/shared/01/06010600.xhp
+++ b/source/text/shared/01/06010600.xhp
@@ -43,16 +43,20 @@
 
   
 
-Conversion direction
-Select the conversion direction.
-Traditional Chinese to Simplified Chinese
+Conversion Direction
+Select the 
conversion direction.
+
+Traditional Chinese to simplified Chinese
 Converts traditional Chinese text characters to simplified Chinese text 
characters. Click OK to convert the selected text. If no text is 
selected, the whole document is converted.
-Simplified Chinese to Traditional Chinese
+
+Simplified Chinese to traditional Chinese
 Converts simplified Chinese text characters to traditional Chinese text 
characters. Click OK to convert the selected text. If no text is 
selected, the whole document is converted.
-Common 
terms
-Common terms are words that have the same meaning in traditional and 
simplified Chinese but are written with different 
characters.
-Convert 
Common Terms
+Common 
Terms
+Common terms 
are words that have the same meaning in traditional and simplified Chinese but 
are written with different characters.
+
+Translate common terms
 Converts words with two or more characters that are in the list of 
common terms. After the list is scanned, the remaining text is converted 
character by character.
+
 Edit 
terms
 Opens the Edit 
Dictionary dialog where you can edit the list of conversion 
terms.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-31 Thread Adolfo Jayme Barrientos
 source/text/shared/guide/digital_signatures.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 867887a16c85a8e6fbd657a7d46224ed23317cdf
Author: Adolfo Jayme Barrientos 
Date:   Wed May 31 04:16:24 2017 -0500

Grammar (is → are)

Change-Id: I16042693a842430ecc7a880118321205f8aed732
Reviewed-on: https://gerrit.libreoffice.org/38270
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/guide/digital_signatures.xhp 
b/source/text/shared/guide/digital_signatures.xhp
index 2989cda8d..b1c9d8dad 100644
--- a/source/text/shared/guide/digital_signatures.xhp
+++ b/source/text/shared/guide/digital_signatures.xhp
@@ -87,8 +87,8 @@
 
   Signatures and software versions
   The signing of contents got changed with OpenOffice.org 3.2 
and StarOffice 9.2. Now all contents of the files, except the signature file 
itself (META-INF/documentsignatures.xml) are signed. 
-  When you sign a document with OpenOffice.org 3.2 or StarOffice 
9.2 or a later version, and you open that document in an older version of the 
software, the signature will be displayed as "invalid". Signatures created with 
older versions of the software will be marked with "only parts of the document 
is signed" when loaded in the newer software.
-  When you sign an OOXML document, then the signature will be 
always marked with "only parts of the document is signed". Metadata of OOXML 
files are never signed, to be compatible with Microsoft Office.
+  When you sign a document with OpenOffice.org 3.2 or StarOffice 
9.2 or a later version, and you open that document in an older version of the 
software, the signature will be displayed as "invalid". Signatures created with 
older versions of the software will be marked with "only parts of the document 
are signed" when loaded in the newer software.
+  When you sign an OOXML document, then the signature will be 
always marked with "only parts of the document are signed". Metadata of OOXML 
files are never signed, to be compatible with Microsoft Office.
   When you sign a PDF document, then this marking is not used. 
Signing only parts of the document is simply an invalid signature.
   Signing other document formats is not supported at the 
moment.
   When 
you load an ODF document, you might see an icon in the status bar and the 
status field in the dialog that indicates that the document is only partially 
signed. This status will appear when the signature and certificate are valid, 
but they were created with a version of OpenOffice.org before 3.2 or StarOffice 
before 9.2. In versions of OpenOffice.org before 3.0 or StarOffice before 9.0, 
the document signature was applied to the main contents, pictures and embedded 
objects only and some contents, like macros, were not signed. In OpenOffice.org 
3.0 and StarOffice 9.0 the document signature was applied to most content, 
including macros. However, the mimetype and the content of the META-INF folder 
were not signed. And in OpenOffice.org 3.2, StarOffice 9.2, and all versions of 
LibreOffice all contents, except the signature file itself 
(META-INF/documentsignatures.xml), are signed.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-30 Thread Gabor Kelemen
 source/text/shared/optionen/01010501.xhp |  141 ++-
 1 file changed, 85 insertions(+), 56 deletions(-)

New commits:
commit 1855c986461918b9ccac692e8d80a6d4b8c8ff3e
Author: Gabor Kelemen 
Date:   Mon May 8 03:20:53 2017 +0200

tdf#107077 New help page for the 'Pick a Color' window

Change-Id: I18ccf5444aee8d6dbdbfc98102524ef8f46ffd44
TODO: correct the howtoget section
Reviewed-on: https://gerrit.libreoffice.org/37369
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit bf3f3bd7b3428fc1c9bc0ec47d1b0962f059e747)
Reviewed-on: https://gerrit.libreoffice.org/38222
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/source/text/shared/optionen/01010501.xhp 
b/source/text/shared/optionen/01010501.xhp
index 107cb1a68..32e2d4921 100644
--- a/source/text/shared/optionen/01010501.xhp
+++ b/source/text/shared/optionen/01010501.xhp
@@ -22,79 +22,108 @@
 
 
 
-Color
+Selecting a new color
 /text/shared/optionen/01010501.xhp
 
-
-Sun Microsystems, Inc.
-
 
 
-Color
-defining;colors
+Selecting a new color
+
+defining;colors
 colors;selection
 colors;adding
 
-Allows you to define your own colors using the 
two-dimensional graphic and numerical gradient chart.
- Click OK to display the newly defined color in the 
preview box of the Colors register, where you can then decide if 
you want to add or replace the new color in the current color 
palette.UFI: make this a guide file plus ref link
+
+
+%PRODUCTNAME let you to define custom colors 
using a two-dimensional graphic and numerical gradient chart of the Pick a 
Color dialog. Click OK to display the newly 
defined color in the New preview box of the Colors 
tab, where you can then decide if you want to add or replace the new color in 
the current color palette.
 
   
 
-Color 
Window
-In the two big 
color windows, you click to select a new color. You can select the color in the 
left or the right color window as you wish.
-In the right 
color window, you will see the entire color spectrum from the left to the 
right, with the colors at the top being fully saturated and the colors at the 
bottom being unsaturated.
-In the left 
color window, you will see a selection of colors, displaying a progressive 
spectrum, varying between the four colors in the four corners of this window. 
You can change the colors in the four corners as follows:
-
+Pick a 
Color Window
+The Pick a 
Color Dialog window consist of four main areas.
+
+
+
+The radio 
buttons select the color component of the color. This color component can be 
expressed in either RGB (Red, Green, Blue) or HSB (Hue, Saturation, Brightness) 
color models. The CMYK color model is not selectable are provided only to ease 
the input of color values using CMYK notation.
+
 
-Click the 
corner of the field in which you want to change the color.
+The spin 
buttons are for entering the numerical value of the color component.
 
 
-In the right 
color window, click the desired new color for the corner field or enter the 
values, which define the color, in the numeric input fields.
+
+With the vertical color component slider you can modify the value of 
each component of the color. With the large colored square you can 
select the color component approximatively.
 
 
-Apply the color 
selected on the right to the small field that is marked in the left color 
window by clicking the -- button.
+The horizontal 
bottom color bar shows the current color and the new color, side by 
side.
 
 
-The gradient 
in the left color window is immediately adjusted with respect to hue, 
saturation, and brightness.
+
+
+Click in the big color area on the left to select a new color. Using 
this selector area you can modify two components of the color as represented in 
the RGB or HSB color models. Note that these are the two components not 
selected with the radio buttons on the right side of the 
dialog.
+
+
+In the right part of the bottom bar, you will see the original color 
from the parent tab, Colors.
+
+
+In the left part of the bottom bar, the current result of your work in 
this dialog is visible.
+
 %PRODUCTNAME uses 
only the RGB color model for printing in color. The CMYK controls are provided 
only to ease the input of color values using CMYK notation.
-
---
-Click the -- button 
to replace the selected color in the color palette with the color selected at 
the right. The button is enabled when you select a color in one of the four 
corners.
-
---
-Sets the small selection cursor in the 
right window on the color, which corresponds to the selected color in the left 
window and updates the respective values in the numerical 
fields.
-
-Cyan
-Sets the Cyan color value in the 
CMYK color model.
-
-Magenta
-Sets the Magenta color value in 
the CMYK color model.
-
-Yellow
-Sets the Yellow color value in 
the 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-30 Thread Gabor Kelemen
 source/text/sbasic/shared/0104.xhp  |4 
 source/text/sbasic/shared/03132100.xhp  |2 
 source/text/scalc/01/02120100.xhp   |   12 -
 source/text/scalc/01/04060100.xhp   |   12 -
 source/text/scalc/01/04060101.xhp   |   76 +-
 source/text/scalc/01/04060103.xhp   |   84 +--
 source/text/scalc/01/04060105.xhp   |   32 ++--
 source/text/scalc/01/04060109.xhp   |  112 +++
 source/text/scalc/01/04060116.xhp   |   88 ++--
 source/text/scalc/01/04060119.xhp   |2 
 source/text/scalc/01/04060182.xhp   |   88 ++--
 source/text/scalc/01/04060185.xhp   |  142 ++--
 source/text/scalc/01/0409.xhp   |2 
 source/text/scalc/01/05080300.xhp   |2 
 source/text/scalc/01/0605.xhp   |2 
 source/text/scalc/01/0606.xhp   |2 
 source/text/scalc/01/12040300.xhp   |2 
 source/text/scalc/01/12090102.xhp   |8 -
 source/text/scalc/01/12090400.xhp   |2 
 source/text/scalc/01/func_datevalue.xhp |6 
 source/text/scalc/guide/autoformat.xhp  |4 
 source/text/scalc/guide/background.xhp  |4 
 source/text/scalc/guide/cell_protect.xhp|2 
 source/text/scalc/guide/cell_unprotect.xhp  |2 
 source/text/scalc/guide/cellreference_dragdrop.xhp  |2 
 source/text/scalc/guide/cellreferences.xhp  |2 
 source/text/scalc/guide/cellstyle_conditional.xhp   |   12 -
 source/text/scalc/guide/cellstyle_minusvalue.xhp|2 
 source/text/scalc/guide/csv_formula.xhp |2 
 source/text/scalc/guide/database_define.xhp |2 
 source/text/scalc/guide/database_filter.xhp |4 
 source/text/scalc/guide/database_sort.xhp   |2 
 source/text/scalc/guide/filters.xhp |2 
 source/text/scalc/guide/format_value_userdef.xhp|2 
 source/text/scalc/guide/multitables.xhp |8 -
 source/text/scalc/guide/note_insert.xhp |2 
 source/text/scalc/guide/rename_table.xhp|2 
 source/text/scalc/guide/text_numbers.xhp|2 
 source/text/schart/01/0403.xhp  |8 -
 source/text/schart/01/0406.xhp  |2 
 source/text/schart/02/0119.xhp  |2 
 source/text/schart/02/0120.xhp  |2 
 source/text/schart/main.xhp |2 
 source/text/sdraw/04/0102.xhp   |4 
 source/text/sdraw/guide/text_enter.xhp  |8 -
 source/text/sdraw/main0104.xhp  |6 
 source/text/shared/00/0001.xhp  |   34 ++--
 source/text/shared/00/0021.xhp  |2 
 source/text/shared/01/01100200.xhp  |   12 -
 source/text/shared/01/01160300.xhp  |   10 -
 source/text/shared/01/0210.xhp  |   12 -
 source/text/shared/01/0211.xhp  |2 
 source/text/shared/01/0211.xhp  |   30 ++--
 source/text/shared/01/02220100.xhp  |2 
 source/text/shared/01/02230401.xhp  |   28 +--
 source/text/shared/01/0225.xhp  |   12 -
 source/text/shared/01/05020200.xhp  |   24 +--
 source/text/shared/01/05030100.xhp  |   32 ++--
 source/text/shared/01/05030600.xhp  |   22 +--
 source/text/shared/01/05040100.xhp  |4 
 source/text/shared/01/05040300.xhp  |   18 +-
 source/text/shared/01/05040400.xhp  |2 
 source/text/shared/01/05210300.xhp  |   10 -
 source/text/shared/01/0522.xhp  |   20 +-
 source/text/shared/01/05340100.xhp  |2 
 source/text/shared/01/0601.xhp  |   20 +-
 source/text/shared/01/0602.xhp  |   12 -
 source/text/shared/01/06040100.xhp  |   30 ++--
 source/text/shared/01/06040600.xhp  |   22 +--
 source/text/shared/01/06050200.xhp  |2 
 source/text/shared/01/06050500.xhp  |   30 ++--
 source/text/shared/01/06130200.xhp  |2 
 source/text/shared/01/password_dlg.xhp  |2 
 source/text/shared/02/0114.xhp  |   26 +--
 source/text/shared/02/01170101.xhp  |  108 +++
 source/text/shared/02/01170103.xhp  |   28 +--
 source/text/shared/02/01170202.xhp  |   30 ++--
 source/text/shared/02/0217.xhp  |2 
 source/text/shared/02/0907.xhp  |4 
 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-26 Thread Olivier Hallot
 source/text/shared/05/0001.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6797c4310d6692464351c23327aac99cfb07
Author: Olivier Hallot 
Date:   Fri May 26 16:19:19 2017 -0300

Fix documentation URL in help page

The URL was outdated.

Change-Id: I6c8de8a7271875fd5d6874aface4130e8e872194
Reviewed-on: https://gerrit.libreoffice.org/38086
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/shared/05/0001.xhp 
b/source/text/shared/05/0001.xhp
index c436c820a..1062c5aaf 100644
--- a/source/text/shared/05/0001.xhp
+++ b/source/text/shared/05/0001.xhp
@@ -57,7 +57,7 @@
 You can 
download the latest version of %PRODUCTNAME at http://www.libreoffice.org/download/;>www.libreoffice.org/download/.
 
 
 Documentation
-You can 
download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME 
documentation website at http://www.libreoffice.org/get-help/documentation/;>documentation.libreoffice.org.
 You can also access the documentation website choosing the menu Help – User Guides… .
+You can 
download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME 
documentation website at http://documentation.libreoffice.org;>documentation.libreoffice.org.
 You can also access the documentation website choosing the menu Help – User Guides… .
 
 Participate and give back
 If 
you want to take an active role in the worldwide %PRODUCTNAME community, you 
are very welcome to give feedback, discuss features, propose enhancements, 
write your own article in an FAQ, how-to, manual, create a video tutorial, 
etc.
@@ -65,4 +65,4 @@
 
 
 
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-25 Thread Olivier Hallot
 source/text/shared/01/05020301.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4d5d776be8e64108d39467db3227565ce1cf14e4
Author: Olivier Hallot 
Date:   Thu May 25 10:01:28 2017 -0300

Fix  tag swallowed by authoring extension

Help authoring extension does not support  and  tags,
a bug has been filled to fix it.

This patch restore  tags in file.

Change-Id: I0551de6b937de2853494e8285fe7a56c2abb9d5a
Reviewed-on: https://gerrit.libreoffice.org/38025
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/shared/01/05020301.xhp 
b/source/text/shared/01/05020301.xhp
index 1a948ccc9..e41227c0c 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -271,7 +271,7 @@
 To display 
numbers as percentages, add the percent sign (%) to the number 
format.
 
 Scientific Notation
-Scientific 
notation lets you write very large numbers or very small fractions in a compact 
form. For example, in scientific notation, 65 is written as 6.5 x 105, and 
0.65 as 6.5 x 10-5. Translators: use the decimal delimiter of your 
language (period or comma) for all number format codes in Calc.In 
%PRODUCTNAME, these numbers are written as 
6.5E+5 and 6.5E-5, respectively. To create a number format that displays 
numbers using scientific notation, enter a # or 0, and then one of the 
following codes E-, E+, e- or e+. If sign is omitted after E or e, it won't 
appear for positive value of exponent. To get engineering notation, enter 3 
digits (0 or #) in the integer part: ###.##E+00 for 
instance.
+Scientific 
notation lets you write very large numbers or very small fractions in a compact 
form. For example, in scientific notation, 65 is written as 6.5 x 
105, and 0.65 as 6.5 x 10-5. Translators: 
use the decimal delimiter of your language (period or comma) for all number 
format codes in Calc.In %PRODUCTNAME, 
these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a 
number format that displays numbers using scientific notation, enter a # or 0, 
and then one of the following codes E-, E+, e- or e+. If sign is omitted after 
E or e, it won't appear for positive value of exponent. To get engineering 
notation, enter 3 digits (0 or #) in the integer part: ###.##E+00 
for instance.
 
 Fraction Representation
 To represent a 
value as a fraction, format consists of two or three parts: integer optional 
part, numerator and denominator. Integer and numerator are separated by a blank 
or any quoted text. Numerator and denominator are separated by a slash 
character. Each part can consist of a combination of #, ? and 0 as 
placeholders.
@@ -2462,4 +2462,4 @@
 
 
 
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-24 Thread Olivier Hallot
 source/text/shared/01/05020301.xhp |  408 ++---
 1 file changed, 204 insertions(+), 204 deletions(-)

New commits:
commit 7dae48c4a4c4deac188cba54357fd4d1698ae966
Author: Olivier Hallot 
Date:   Wed May 24 00:01:54 2017 -0300

Mute l10n for dozens of numbers and format codes

Muted numbers and codes are not to be translated

Change-Id: I4714318c6108a2735825d7ff7832d2b3733df7f7
Reviewed-on: https://gerrit.libreoffice.org/37974
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/shared/01/05020301.xhp 
b/source/text/shared/01/05020301.xhp
index d2db2494a..1a948ccc9 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -80,7 +80,7 @@
   
   
 
-  #
+  #
 
 
   Does 
not display extra zeros.
@@ -88,7 +88,7 @@
   
   
 
-  ?
+  ?
 
 
   Displays space characters instead of extra zeros.
@@ -121,7 +121,7 @@
   3456.78 as 3456.8
 
 
-  .#
+  .#
 
   
   
@@ -129,7 +129,7 @@
   9.9 
as 9.900
 
 
-  #.000
+  #.000
 
   
   
@@ -137,7 +137,7 @@
   13 as 
13.0 and 1234.567 as 1234.57
 
 
-  #.0#
+  #.0#
 
   
   
@@ -145,7 +145,7 @@
   5.75 
as 5 3/4 and 6.3 as 6 3/10
 
 
-  # 
???/???
+  # ???/???
 
   
   
@@ -153,7 +153,7 @@
   .5 as 
0.5
 
 
-  0.##
+  0.##
 
   
   
@@ -161,7 +161,7 @@
   .5 as 
0.5   (with two extra spaces at the end)
 
 
-  0.???
+  0.???
 
   
 
@@ -184,7 +184,7 @@
   15000 
as 15,000
 
 
-  #,###
+  #,###
 
   
   
@@ -192,7 +192,7 @@
   16000 
as 16
 
 
-  #,
+  #,
 
   
 
@@ -209,9 +209,9 @@
 Spaces
 To use a 
character to define the width of a space in a number format, type an underscore 
( _ ) followed by the character. The width of the space varies according to the 
width of the character that you choose. For example, _M creates a 
wider space than _i.
 To fill free 
space with a given character, use an asterisk (*) followed by this character. 
For instance:
-*\0
+*\0
 will display 
integer value (0) preceded by as many as needed backslash characters (\) to 
fill column width. For accounting representation, you may left align currency 
symbol with a format similar to:
-$_-* 0.--;$-* 
0.--;$_-* -
+$_-* 0.--;$-* 0.--;$_-* -
 
 Color
 To set the 
color of a section of a number format code, insert one of the following color 
names in square brackets [ ]:
@@ -219,34 +219,34 @@
 
   
 
-  CYAN
+  CYAN
 
 
-  GREEN
+  GREEN
 
   
   
 
-  BLACK
+  BLACK
 
 
-  BLUE
+  BLUE
 
   
   
 
-  MAGENTA
+  MAGENTA
 
 
-  RED
+  RED
 
   
   
 
-  WHITE
+  WHITE
 
 
-  YELLOW
+  YELLOW
 
   
 
@@ -258,7 +258,7 @@
 You can define 
a number format so that it only applies when the condition that you specify is 
met. Conditions are enclosed by square brackets [ ].
 You can use 
any combination of numbers and the , =, , =, = and  
operators.
 For example, 
if you want to apply different colors to different temperature data, 
enter:
-[BLUE][0]#.0 
"°C";[RED][30]#.0 "°C";[BLACK]#.0 "°C"
+[BLUE][0]#.0 "°C";[RED][30]#.0 "°C";[BLACK]#.0 
"°C"
 All 
temperatures below zero are blue, temperatures between 0 and 30 °C are black, 
and temperatures higher than 30 °C are red.
 
 Positive and Negative Numbers
@@ -271,14 +271,14 @@
 To display 
numbers as percentages, add the percent sign (%) to the number 
format.
 
 Scientific Notation
-Scientific 
notation lets you write very large numbers or very small fractions in a compact 
form. For example, in scientific notation, 65 is written as 6.5 x 
105, and 0.65 as 6.5 x 10-5. Translators: 
use the decimal delimiter of your language (period or comma) for all number 
format codes in Calc.In %PRODUCTNAME, 
these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a 
number format that displays numbers using scientific notation, enter a # or 0, 
and then one of the following codes E-, E+, e- or e+. If sign is omitted after 
E or e, it won't appear for positive value of exponent. To get engineering 
notation, enter 3 digits (0 or #) in the integer part: ###.##E+00 
for instance.
+Scientific 
notation lets you write very large numbers or very small fractions in a compact 
form. For example, in scientific notation, 65 is written as 6.5 x 105, and 
0.65 as 6.5 x 10-5. Translators: use the decimal delimiter of your 
language (period or comma) for all number format codes in Calc.In 
%PRODUCTNAME, these numbers are written as 
6.5E+5 and 6.5E-5, respectively. To create a number format that displays 
numbers using scientific notation, enter a # or 0, and then 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-23 Thread Adolfo Jayme Barrientos
 source/text/shared/00/0401.xhp |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 155917c717d4a581b7792fceb5080eaa605bcc9d
Author: Adolfo Jayme Barrientos 
Date:   Tue May 23 14:15:45 2017 -0500

The word “bar” should not be bolded or capitalized

Change-Id: Ib295f68ea3bda9610359412b7748e417b77915bf
(cherry picked from commit 23e991de25bb224fc7c6561b9cb34632fecd7220)
Reviewed-on: https://gerrit.libreoffice.org/37961
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/00/0401.xhp 
b/source/text/shared/00/0401.xhp
index da3437689..00d2a5a0d 100644
--- a/source/text/shared/00/0401.xhp
+++ b/source/text/shared/00/0401.xhp
@@ -376,8 +376,7 @@
 
 
 
-On the 
Print Preview
-Bar of a text document, click
+On the 
Print Preview bar of a text document, click
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-19 Thread Olivier Hallot
 source/text/sbasic/shared/main0601.xhp |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b87ee2a7cfe389411135347c6c5eb3dd3dff3fb1
Author: Olivier Hallot 
Date:   Fri May 19 17:09:34 2017 -0300

Fix XML according to DTD

Change-Id: I386772d2bc275eb49a96b18e40219abdc22df3f9
Reviewed-on: https://gerrit.libreoffice.org/37841
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit cc6b76b3b8ede1c9ad8e173df9fd5b813e9e6572)
Reviewed-on: https://gerrit.libreoffice.org/37842

diff --git a/source/text/sbasic/shared/main0601.xhp 
b/source/text/sbasic/shared/main0601.xhp
index 728c76cb5..c67df8d1f 100644
--- a/source/text/sbasic/shared/main0601.xhp
+++ b/source/text/sbasic/shared/main0601.xhp
@@ -47,7 +47,8 @@
 
 
 Working with VBA Macros
-
+
+
 
 Help 
about the Help
 
@@ -59,4 +60,4 @@
 
 
 
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-19 Thread Gabor Kelemen
 source/text/shared/guide/template_manager.xhp |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 58fffb4dd1525c186035c4884d88226193772bf7
Author: Gabor Kelemen 
Date:   Wed May 17 03:37:20 2017 +0200

tdf#107299 Mention how to add more template folders

This is salvaged from the old Template Manager help page
but now it works a bit different: adding new paths makes the
files appear under the My Templates category.

Change-Id: I1717e1c1a2602647a41989e57dfeae7f4f18abf6
Reviewed-on: https://gerrit.libreoffice.org/37794
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit 49e9e98224321ab478681dd93476d54594a55432)
Reviewed-on: https://gerrit.libreoffice.org/37829

diff --git a/source/text/shared/guide/template_manager.xhp 
b/source/text/shared/guide/template_manager.xhp
index efab02b6b..84059566e 100644
--- a/source/text/shared/guide/template_manager.xhp
+++ b/source/text/shared/guide/template_manager.xhp
@@ -73,6 +73,8 @@
 Categories are folders where you place your 
templates. You may choose from the defaults categories My Templates, 
Business Correspondence, MediaWiki, Other Business Documents, Personal 
Correspondence and Documents, Presentations, or Styles. You may create new 
categories for your personal use. Use the Settings button of the Template 
Manager to create a new category.
 Categories inside a category are not allowed.
 
+To add the 
templates in another folder to the My Templates category, choose 
%PRODUCTNAME - 
PreferencesTools - 
Options - $[officename] - Paths, and then enter the 
path.
+
 
 Settings
 Click on the Settings icon at the bottom left 
to open the Settings menu. The options are create a New Category, 
Delete Category or Refresh. If a default template for new documents has been 
changed, an additional option to reset the factory default template is 
available.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-19 Thread Laurent Balland-Poirier
 source/text/sbasic/shared/03101100.xhp |   10 +++---
 source/text/sbasic/shared/03101110.xhp |   27 +--
 source/text/sbasic/shared/03101120.xhp |   24 +++-
 source/text/sbasic/shared/03101130.xhp |   24 +++-
 source/text/sbasic/shared/03101140.xhp |   24 +++-
 source/text/sbasic/shared/03101300.xhp |   24 +++-
 source/text/sbasic/shared/03101400.xhp |   24 +++-
 source/text/sbasic/shared/03101500.xhp |   24 +++-
 source/text/sbasic/shared/03101600.xhp |   24 +++-
 source/text/sbasic/shared/03101700.xhp |   27 +--
 10 files changed, 38 insertions(+), 194 deletions(-)

New commits:
commit 06f78d9927f3d8bd56583fce3181eae19568e3e0
Author: Laurent Balland-Poirier 
Date:   Wed May 17 22:25:57 2017 +0200

Basic: merge identical def and example Defxxx

Change-Id: I64abb89958c823d636c402ad4fee1f008742b491
Reviewed-on: https://gerrit.libreoffice.org/37789
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit fc04019be5ce20fe8acd95e1cc41ba099dd51cb0)
Reviewed-on: https://gerrit.libreoffice.org/37828

diff --git a/source/text/sbasic/shared/03101100.xhp 
b/source/text/sbasic/shared/03101100.xhp
index 4559a5ed8..75d19629b 100644
--- a/source/text/sbasic/shared/03101100.xhp
+++ b/source/text/sbasic/shared/03101100.xhp
@@ -27,17 +27,16 @@
 
 
 
-
 
 
   DefBool statement
 
 
-
 DefBool Statement [Runtime]
 If no 
type-declaration character or keyword is specified, the DefBool statement sets 
the default data type for variables, according to a letter range.
 
 
+
 Syntax:
 
 Defxxx 
Characterrange1[, Characterrange2[,...]]
@@ -47,8 +46,10 @@
  
Characterrange: Letters that specify the range of variables that 
you want to set the default data type for.
  
xxx: Keyword that defines the default variable type:
  
Keyword: Default variable type
+
  
DefBool: Boolean
 
+
 Example:
 
 ' Prefix 
definition for variable types:
@@ -59,10 +60,13 @@
 DefLng l
 DefObj o
 DefVar v
+
+
+
 Sub ExampleDefBool
 bOK=TRUE ' 
bOK is an implicit boolean variable
 End Sub
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/sbasic/shared/03101110.xhp 
b/source/text/sbasic/shared/03101110.xhp
index 71248ee41..184787d8a 100644
--- a/source/text/sbasic/shared/03101110.xhp
+++ b/source/text/sbasic/shared/03101110.xhp
@@ -35,34 +35,17 @@
 DefCur Statement 
[Runtime]
 If no 
type-declaration character or keyword is specified, the DefCur statement sets 
the default variable type, according to a letter range.
 
-Syntax:
-
-Defxxx 
Characterrange1[, Characterrange2[,...]]
-
-Parameters:
-
-Characterrange: Letters that specify the range of variables that 
you want to set a default data type for.
-
-xxx: Keyword that defines the default variable type:
-
-Keyword: Default variable type
+
+
 
 DefCur: Currency
-Example:
+
+
 
-REM Prefix 
definitions for variable types:
-DefBool b
-DefDate t
-DefDbL d
-DefInt i
-DefLng l
-DefObj o
-DefVar v
 DefCur c
 Sub ExampleDefCur
-cCur=Currency 
REM cCur is an implicit currency variable
+cCur=Currency 
' cCur is an implicit currency variable
 End Sub
 
 
 
-
diff --git a/source/text/sbasic/shared/03101120.xhp 
b/source/text/sbasic/shared/03101120.xhp
index fcaf086f8..cc1060d71 100644
--- a/source/text/sbasic/shared/03101120.xhp
+++ b/source/text/sbasic/shared/03101120.xhp
@@ -27,38 +27,20 @@
 
 
 
-
 
 
   DefErr statement
 
 
-
 DefErr Statement 
[Runtime]
 If no 
type-declaration character or keyword is specified, the DefErr statement sets 
the default variable type, according to a letter range.
 
 
-Syntax:
-
-Defxxx 
Characterrange1[, Characterrange2[,...]]
-
-
-Parameters:
- 
Characterrange: Letters that specify the range of variables that 
you want to set a default data type for.
- 
xxx: Keyword that defines the default variable type:
- 
Keyword: Default variable type
+
  
DefErr: Error
 
-Example:
+
 
-' Prefix 
definitions for variable types:
-DefBool b
-DefDate t
-DefDbl d
-DefInt i
-DefLng l
-DefObj o
-DefVar v
 DefErr e
 Sub ExampleDefErr
 eErr=Error ' 
eErr is an implicit error variable
@@ -66,4 +48,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/sbasic/shared/03101130.xhp 
b/source/text/sbasic/shared/03101130.xhp
index 15f52373a..3e8991e8a 100644
--- a/source/text/sbasic/shared/03101130.xhp
+++ b/source/text/sbasic/shared/03101130.xhp
@@ -27,38 +27,20 @@
 
 
 
-
 
 
   DefSng statement
 
 
-
 DefSng Statement 
[Runtime]
 If no 
type-declaration character or keyword is specified, the DefSng statement sets 
the default variable type, according to a letter range.
 
 
-Syntax:
-
-Defxxx 
Characterrange1[, Characterrange2[,...]]
-
-
-Parameters:
- 
Characterrange: Letters that specify the range of variables that 
you want to 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-19 Thread Laurent Balland-Poirier
 source/text/sbasic/shared/03030108.xhp |   11 ++-
 source/text/sbasic/shared/03030201.xhp |   17 +
 source/text/sbasic/shared/03030202.xhp |   17 +
 source/text/sbasic/shared/03090302.xhp |   31 +--
 source/text/sbasic/shared/03100400.xhp |   10 ++
 source/text/sbasic/shared/03100500.xhp |   13 ++---
 source/text/sbasic/shared/03100600.xhp |   13 ++---
 source/text/sbasic/shared/03100700.xhp |4 +---
 source/text/sbasic/shared/03103800.xhp |7 ---
 source/text/sbasic/shared/03103900.xhp |   20 ++--
 source/text/sbasic/shared/03104100.xhp |9 +
 source/text/sbasic/shared/03104200.xhp |   11 ++-
 source/text/sbasic/shared/03104300.xhp |7 ---
 source/text/sbasic/shared/03104400.xhp |7 ---
 source/text/sbasic/shared/03104600.xhp |   23 ---
 source/text/sbasic/shared/03120312.xhp |   17 ++---
 source/text/sbasic/shared/03120313.xhp |   10 ++
 source/text/sbasic/shared/03131500.xhp |7 ---
 source/text/sbasic/shared/03131700.xhp |   15 ---
 source/text/sbasic/shared/03131800.xhp |   23 +--
 source/text/sbasic/shared/03131900.xhp |   16 +---
 source/text/sbasic/shared/03132300.xhp |5 +
 22 files changed, 132 insertions(+), 161 deletions(-)

New commits:
commit 3cb6c49b52541dd5f0c650d79a201a69415d8054
Author: Laurent Balland-Poirier 
Date:   Tue Jan 17 21:15:13 2017 +0100

Basic: beautify Examples with bascode tag

Correct many examples to use  tag to get colorised text
Merge some identical examples in section
Remove useless spaces
Remove ^M at end of line with 
Add localize="false" for pure Basic code

Add comments from Johnny_M
Treat 03101700.xhp in a different commit

Change-Id: I94a799ee13829ed9086127aa7d0e722ffe1dd90d
Reviewed-on: https://gerrit.libreoffice.org/33240
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit 3d5e0e547daaed4c5587d403877a04916cf23eb9)
Reviewed-on: https://gerrit.libreoffice.org/37825

diff --git a/source/text/sbasic/shared/03030108.xhp 
b/source/text/sbasic/shared/03030108.xhp
index 3e0a8f884..26313504b 100644
--- a/source/text/sbasic/shared/03030108.xhp
+++ b/source/text/sbasic/shared/03030108.xhp
@@ -1,6 +1,5 @@
 
 
-
 
-   
+
 
 
 
@@ -42,7 +41,7 @@
 
 Syntax:
 
-CDateFromIso(String)
+CDateFromIso(String)
 
 Return 
value:
 Internal date 
number
@@ -52,8 +51,10 @@
 
 
 Example:
-dateval = 
CDateFromIso("20021231")
-dateval = 
CDateFromIso("2002-12-31")
+
+dateval = CDateFromIso("20021231")
+dateval = CDateFromIso("2002-12-31")
+
 return both 
12/31/2002 in the date format of your system
 
 
diff --git a/source/text/sbasic/shared/03030201.xhp 
b/source/text/sbasic/shared/03030201.xhp
index de076c5f6..f5551ae7b 100644
--- a/source/text/sbasic/shared/03030201.xhp
+++ b/source/text/sbasic/shared/03030201.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
 
   
  Hour Function [Runtime]
@@ -47,9 +46,11 @@
   returns 
the value 12.
   
   
-  Example:
-  Sub 
ExampleHour
-  Print 
"The current hour is "  Hour( Now )
-  End 
Sub
+  Example:
+  
+  Sub 
ExampleHour
+  Print 
"The current hour is "  Hour( Now )
+  End Sub
+  

-
\ No newline at end of file
+
diff --git a/source/text/sbasic/shared/03030202.xhp 
b/source/text/sbasic/shared/03030202.xhp
index 385e6c476..a03a4205b 100644
--- a/source/text/sbasic/shared/03030202.xhp
+++ b/source/text/sbasic/shared/03030202.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
 
   
  Minute Function [Runtime]
@@ -47,9 +46,11 @@
   returns 
the value 30.
   
   
-  Example:
-  Sub 
ExampleMinute
-  MsgBox 
"The current minute is " Minute(Now) "."
-  end 
sub
+  Example:
+  
+  Sub 
ExampleMinute
+  MsgBox 
"The current minute is " Minute(Now) "."
+  End Sub
+  

-
\ No newline at end of file
+
diff --git a/source/text/sbasic/shared/03090302.xhp 
b/source/text/sbasic/shared/03090302.xhp
index 7fb24ce86..f01205c39 100644
--- a/source/text/sbasic/shared/03090302.xhp
+++ b/source/text/sbasic/shared/03090302.xhp
@@ -1,6 +1,5 @@
 
 
-
 
-   
+
 
 
 
@@ -37,24 +36,20 @@
 Continues 
program execution within a Sub or Function at the procedure line indicated by a 
label.
 
 Syntax:
+see 
Parameters
+Parameters:
 
-see 
Parameters
+Sub/Function
+statement 
block
+ 
Label1
+Label2:
+statement 
block
+Exit Sub
+Label1:
+statement 
block
+GoTo 
Label2
+End Sub/Function
 
-Parameters:
-Sub/Function
-statement 
block
- 
Label1
-
-Label2:
-
-statement 
block
-Exit 
Sub
-
-Label1:
-
-statement 
block
-GoTo 
Label2
-End 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-19 Thread Olivier Hallot
 source/text/scalc/01/func_weekday.xhp  |6 +++---
 source/text/scalc/01/func_workday.intl.xhp |4 ++--
 source/text/shared/explorer/database/0200.xhp  |2 +-
 source/text/shared/explorer/database/querywizard05.xhp |2 +-
 source/text/shared/explorer/database/querywizard06.xhp |2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit a770b2134c68302b6d3b01cee6349725bdcd1c31
Author: Olivier Hallot 
Date:   Wed May 17 20:25:39 2017 -0300

Fix several mistakes flagged by translators

Change-Id: If2e081fa32ec82250514c59d820adb5fa071669b
Reviewed-on: https://gerrit.libreoffice.org/37743
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit 9b2ab190af0db946c0ceb57d45ac6778fcfc2e6e)
Reviewed-on: https://gerrit.libreoffice.org/37773

diff --git a/source/text/scalc/01/func_weekday.xhp 
b/source/text/scalc/01/func_weekday.xhp
index 1bfaa7dc1..30012968c 100644
--- a/source/text/scalc/01/func_weekday.xhp
+++ b/source/text/scalc/01/func_weekday.xhp
@@ -133,15 +133,15 @@
 
 
 These values apply 
only to the standard date format that you select under %PRODUCTNAME - 
Preferences
-Tools - 
Options- 
%PRODUCTNAME Calc - Calculate.
+Tools - 
Options- 
%PRODUCTNAME Calc - Calculate.
 
 Examples
 =WEEKDAY("2000-06-14") returns 4 (the Type parameter is 
missing, therefore the standard count is used. The standard count starts with 
Sunday as day number 1. June 14, 2000 was a Wednesday and therefore day number 
4).
 =WEEKDAY("1996-07-24";2) returns 3 (the Type parameter is 
2, therefore Monday is day number 1. July 24, 1996 was a Wednesday and 
therefore day number 3).
 =WEEKDAY("1996-07-24";1) returns 4 (the Type parameter is 
1, therefore Sunday is day number 1. July 24, 1996 was a Wednesday and 
therefore day number 4).
-=WEEKDAY("2017-05-02";14) returns 6 (the Type 
parameter is 14, therefore Thursday is day number 1. May 2, 2017 was a Tuesday 
and therefore day number 6)
+=WEEKDAY("2017-05-02";14) returns 
6 (the Type parameter is 14, therefore Thursday is day number 1. May 2, 2017 
was a Tuesday and therefore day number 6)
 =WEEKDAY(NOW()) returns the number of the current 
day.
 To obtain a function 
indicating whether a day in A1 is a business day, use the IF and WEEKDAY 
functions as follows: IF(WEEKDAY(A1;2)6;"Business 
day";"Weekend")
 
 
-
\ No newline at end of file
+
diff --git a/source/text/scalc/01/func_workday.intl.xhp 
b/source/text/scalc/01/func_workday.intl.xhp
index 855cc68dc..635dc3479 100644
--- a/source/text/scalc/01/func_workday.intl.xhp
+++ b/source/text/scalc/01/func_workday.intl.xhp
@@ -54,8 +54,8 @@
 =WORKDAY.INTL(C3;D3;7;F3:J3) 
returns January 15, 2017 with weekend parameter 7.
 To 
define Sunday only the weekend day, use the weekend parameter 11.
 =WORKDAY.INTL(C3;D3;11;F3:J3) 
returns January 9, 2017.
-Alternatively, use the weekend string “001” for Sunday 
only weekend.
-=WORKDAY.INTL(C3;D3;“001”;F3:J3) returns January 
9, 2017.
+Alternatively, use the weekend string "001" for Sunday 
only weekend.
+=WORKDAY.INTL(C3;D3;"001";F3:J3) returns January 9, 
2017.
 The 
function can be used without the two optional parameters – Weekday and 
Holidays – by leaving them out:
 =WORKDAY.INTL(C3;D3) gives the 
result: January 10, 2017.
 
diff --git a/source/text/shared/explorer/database/0200.xhp 
b/source/text/shared/explorer/database/0200.xhp
index 6611a8051..281751778 100644
--- a/source/text/shared/explorer/database/0200.xhp
+++ b/source/text/shared/explorer/database/0200.xhp
@@ -61,7 +61,7 @@
 Print the 
document by choosing File - Print.
 
 
-You can also open 
the data source view (Ctrl+Shift+F4), select the entire database table in the 
data source view (button in the top left corner of the table), and then drag 
the selection to a text document or spreadsheet.
+You can also open 
the data source view (Ctrl+Shift+F4), select the entire database table in the 
data source view (click on the top left corner of the table), and then drag the 
selection to a text document or spreadsheet.
 Sorting and 
Filtering Data
 Allows you to 
sort and filter the data in a query table.
 Query 
Design
diff --git a/source/text/shared/explorer/database/querywizard05.xhp 
b/source/text/shared/explorer/database/querywizard05.xhp
index 12fc8802c..8f1182e4c 100644
--- a/source/text/shared/explorer/database/querywizard05.xhp
+++ b/source/text/shared/explorer/database/querywizard05.xhp
@@ -29,7 +29,7 @@
 
 
 Query Wizard - 
Grouping
-Specifies 
whether to group the query. The data source must support the SQL statement 
"Order by clauses" to enable this page of the Wizard.
+Specifies 
whether to group the query. The data source must support the SQL statement 
"Group by clauses" to enable this page of the Wizard.
 
 
 
diff --git 

[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-19 Thread Olivier Hallot
 source/text/sbasic/shared/03103600.xhp |   96 +
 1 file changed, 75 insertions(+), 21 deletions(-)

New commits:
commit bc9c15f996e91256162d8585adf970123f6dd559
Author: Olivier Hallot 
Date:   Tue May 16 18:20:38 2017 -0300

tdf#84675 (part2) Document hidden BASIC constants

Constants for TypeName/Vartype

add tablehead style

Change-Id: Ic613e1552af96df4a57d461600e26c11d5b289c2
Reviewed-on: https://gerrit.libreoffice.org/37692
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
(cherry picked from commit 115035ec9e29cc0db7837a52cd7ee8527526d6b1)
Reviewed-on: https://gerrit.libreoffice.org/37771

diff --git a/source/text/sbasic/shared/03103600.xhp 
b/source/text/sbasic/shared/03103600.xhp
index 33a0d2c5a..bb1da9b39 100644
--- a/source/text/sbasic/shared/03103600.xhp
+++ b/source/text/sbasic/shared/03103600.xhp
@@ -41,7 +41,7 @@
 
 Syntax:
 
-TypeName 
(Variable)VarType (Variable)
+TypeName 
(Variable) / VarType (Variable)
 
 
 Return 
value:
@@ -53,18 +53,24 @@
 
   
 
-  key 
word
+  key 
word
 
 
-  VarType
+  Named constant 
 
 
-  Variable 
type
+  VarType
+
+
+  Variable 
type
 
   
   
 
-  Boolean
+  Boolean
+
+
+   
 
 
   11
@@ -75,7 +81,10 @@
   
   
 
-  Date
+  Date
+
+
+  V_DATE
 
 
   7
@@ -86,7 +95,24 @@
   
   
 
-  Double
+  Currency
+
+
+  V_CURRENCY
+
+
+  6
+
+
+  Currency variable
+
+  
+  
+
+  Double
+
+
+  V_DOUBLE
 
 
   5
@@ -97,7 +123,10 @@
   
   
 
-  Integer
+  Integer
+
+
+  V_INTEGER
 
 
   2
@@ -108,7 +137,10 @@
   
   
 
-  Long
+  Long
+
+
+  V_LONG
 
 
   3
@@ -119,7 +151,10 @@
   
   
 
-  Object
+  Object
+
+
+   
 
 
   9
@@ -130,7 +165,10 @@
   
   
 
-  Single
+  Single
+
+
+  V_SINGLE
 
 
   4
@@ -141,7 +179,10 @@
   
   
 
-  String
+  String
+
+
+  V_STRING
 
 
   8
@@ -152,7 +193,10 @@
   
   
 
-  Variant
+  Variant
+
+
+   
 
 
   12
@@ -163,7 +207,10 @@
   
   
 
-  Empty
+  Empty
+
+
+  V_EMPTY
 
 
   0
@@ -174,7 +221,10 @@
   
   
 
-  Null
+  Null
+
+
+  V_NULL
 
 
   1
@@ -197,12 +247,16 @@
 Dim dVar As Double
 Dim bVar As Boolean
 Dim lVar As Long
-MsgBox TypeName(iVar)  " "  VarType(iVar)  
Chr(13) _
-TypeName(sVar)  " "  VarType(sVar)  Chr(13) 
_
-TypeName(siVar)  " "  VarType(siVar)  
Chr(13) _
-TypeName(dVar)  " "  VarType(dVar)  Chr(13) 
_
-TypeName(bVar)  " "  VarType(bVar)  Chr(13) 
_
-
TypeName(lVar)  " "  VarType(lVar),0,"Some types In $[officename] 
Basic"
+Dim cVar as Currency
+Dim tVar as Date
+ MsgBox TypeName(iVar)  " "  VarType(iVar)  
Chr(13) _
+ TypeName(sVar)  " "  VarType(sVar)  Chr(13) 
_
+ TypeName(siVar)  " "  VarType(siVar)  Chr(13) 
_
+ TypeName(dVar)  " "  VarType(dVar)  Chr(13) 
_
+ TypeName(bVar)  " "  VarType(bVar)  Chr(13) 
_
+ TypeName(cVar)  " "  VarType(cVar)  Chr(13) 
_
+ TypeName(tVar)  " "  VarType(tVar)  Chr(13) 
_
+ TypeName(lVar) 
 " "  VarType(lVar),0,"Some types In $[officename] Basic"
 End Sub
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-4' - source/text

2017-05-18 Thread Adolfo Jayme Barrientos
 source/text/scalc/00/0406.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a84bab2f268706f603f32670317599dc6c0ac23d
Author: Adolfo Jayme Barrientos 
Date:   Thu May 18 16:49:52 2017 -0500

Clean up some  tag vomit

Change-Id: Icd5b0e048e4dc2824302d6a92c30a1d22bc2b750
(cherry picked from commit ee2a29423da11c4f61ce4ca2176383d1a631ec84)
Reviewed-on: https://gerrit.libreoffice.org/37796
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/scalc/00/0406.xhp 
b/source/text/scalc/00/0406.xhp
index 8b3de9116..bcb89eb44 100644
--- a/source/text/scalc/00/0406.xhp
+++ b/source/text/scalc/00/0406.xhp
@@ -57,7 +57,7 @@
 Choose Tools - Protect 
Spreadsheet
 
 
-Choose 
Data - Calculate - 
Recalculate 
+Choose 
Data - Calculate - Recalculate
 F9
 
 Choose Data - Calculate - AutoCalculate 

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits