diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-10-06 16:37:10 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-10-06 15:39:39 +0200 |
commit | a79a6e02003a1dd220e2c03add548758f928795b (patch) | |
tree | 4187128e66c24bcca5d9eca6af212b08df99b0be /source/text/swriter | |
parent | e09f381a645a2731e38bfff4a573ee25ccd488b7 (diff) |
tdf#146609 Rename line width to thickness in Help
The ones that were easy to find. Probably missed something.
Change-Id: I6dbb72b42c07fc8859be733dc6419dfb7a5d0d65
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157642
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/main0205.xhp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index 23f9b5f83d..d2a024559a 100644 --- a/source/text/swriter/librelogo/LibreLogo.xhp +++ b/source/text/swriter/librelogo/LibreLogo.xhp @@ -50,7 +50,7 @@ <paragraph role="logocode" xml-lang="en-US" id="par_380"> FORWARD 200 LEFT 89<br/></paragraph> <paragraph role="paragraph" xml-lang="en-US" id="par_390">To reset the command line triple-click it or press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode> to select the previous commands, and type the new commands.</paragraph> <h2 id="hd_413">Graphical user interface of basic turtle settings</h2> -<paragraph role="paragraph" xml-lang="en-US" id="par_415">Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo.</paragraph> +<paragraph role="paragraph" xml-lang="en-US" id="par_415">Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo.</paragraph> <h2 id="hd_420">Program editing</h2> <paragraph role="paragraph" xml-lang="en-US" id="par_430">LibreLogo drawings and programs use the same Writer document. The LibreLogo canvas is on the first page of the Writer document. You can insert a page break before the LibreLogo programs and set page zoom using the “magic wand” icon of the Logo toolbar, also change the font size for a comfortable 2-page layout for LibreLogo programming: left (first) page is the canvas, right (second) page is the LibreLogo program editor.</paragraph> <h1 id="hd_440">LibreLogo programming language</h1> @@ -158,7 +158,7 @@ <paragraph role="logocode" xml-lang="en-US" id="par_1108"> FORWARD 50 LEFT 120 FORWARD 50 CLOSE<br/></paragraph> <h2 id="hd_1110">Pen settings</h2> <h3 id="hd_1120">PENSIZE (ps)</h3> -<paragraph role="logocode" xml-lang="en-US" id="par_1130"> PENSIZE 100 ; line width is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/></paragraph> +<paragraph role="logocode" xml-lang="en-US" id="par_1130"> PENSIZE 100 ; line thickness is 100 points<br/> PENSIZE ANY ; equivalent of PENSIZE RANDOM 10<br/></paragraph> <h3 id="hd_1140">PENCOLOR/PENCOLOUR (pc)</h3> <paragraph role="logocode" xml-lang="en-US" id="par_1150"> PENCOLOR “red” ; set red pen color (by color name, see color constants)<br/> PENCOLOR [255, 255, 0] ; set yellow color (RGB list)<br/> PENCOLOR 0xffff00 ; set yellow color (hexa code)<br/> PENCOLOR 0 ; set black color (0x000000)<br/> PENCOLOR ANY ; random color<br/> PENCOLOR [5] ; set red color (by color identifier, see color constants)<br/> PENCOLOR “invisible” ; invisible pen color for shapes without visible outline<br/> PENCOLOR “~red” ; set random red color<br/></paragraph> <h3 id="hd_1151">PENTRANSPARENCY</h3> diff --git a/source/text/swriter/main0205.xhp b/source/text/swriter/main0205.xhp index b9e714be8a..745ddf4196 100644 --- a/source/text/swriter/main0205.xhp +++ b/source/text/swriter/main0205.xhp @@ -41,9 +41,9 @@ <h2 id="hd_id3147784"><link href="text/shared/01/05200100.xhp">Line Style</link></h2> <embed href="text/shared/01/05200100.xhp#stiltext"/> <embed href="text/shared/00/00000004.xhp#syline_style"/> -<h2 id="hd_id3147818"><link href="text/shared/01/05200100.xhp">Line Width</link></h2> +<h2 id="hd_id3147818"><link href="text/shared/01/05200100.xhp">Line Thickness</link></h2> <embed href="text/shared/01/05200100.xhp#breitetext"/> -<embed href="text/shared/00/00000004.xhp#syline_width"/> +<embed href="text/shared/00/00000004.xhp#syline_thickness"/> <h2 id="hd_id3147229"><link href="text/shared/01/05200100.xhp">Line Color</link></h2> <embed href="text/shared/01/05200100.xhp#farbetext"/> <embed href="text/shared/00/00000004.xhp#syline_color"/> |