diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-10 15:37:03 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-12 18:45:39 +0200 |
commit | 3908abbfca18fdc7cbe75fa55098886a666f4d38 (patch) | |
tree | 6fcd46da0486a13dbbec7366aecd500f264f0081 | |
parent | ad197d58fa188369c4dcfd5daad29ee5675851db (diff) |
tdf#137141 change control label on Position-Size tab help page
incorrect label on dialog box in UI was fixed with tdf#137382
-corrected label and description added to help page
-small adjustments in "howto" access commands.
Change-Id: Id91769c1cc0e5db2de177c4fd7405eb135f12dbe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104149
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/shared/00/00040502.xhp | 18 | ||||
-rw-r--r-- | source/text/shared/01/05230100.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/05060100.xhp | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/source/text/shared/00/00040502.xhp b/source/text/shared/00/00040502.xhp index 71cca2e612..83fa5af8f2 100644 --- a/source/text/shared/00/00040502.xhp +++ b/source/text/shared/00/00040502.xhp @@ -198,15 +198,27 @@ <paragraph id="par_id411999" role="paragraph">Open the context menu for the object - choose <menuitem>Description</menuitem>.</paragraph> </section> <section id="Shape_PositionSize"> -<paragraph role="paragraph" id="par_id921602059453828">Click on textbox or shape to select.</paragraph> +<paragraph role="paragraph" id="par_id921602059453828">Click on textbox or shape to select, then...</paragraph> <paragraph id="par_id3153099" role="paragraph"><variable id="position2">Choose <menuitem>Format - </menuitem><switchinline select="appl"> <caseinline select="WRITER"><menuitem>Text Box and Shape - </menuitem></caseinline> <caseinline select="CALC"><menuitem>Object - </menuitem></caseinline> <caseinline select="IMPRESS"><menuitem>Object and Shape - </menuitem> </caseinline></switchinline> <menuitem>Position and Size - Position and Size</menuitem> tab.</variable> - <image id="img_id3150965" src="cmd/sc_transformdialog.svg" width="1cm" height="1cm"><alt id="alt_id3150965">Icon Position and Size</alt></image> - </paragraph> + </paragraph> <paragraph role="paragraph" id="par_id361602065556003">Open context menu for selected object - choose <menuitem>Position and Size</menuitem> - <emph>Position and Size</emph> tab.</paragraph> +<table id="tab_id591602337542349"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id371602337542349"> +<image id="img_id3150965" src="cmd/sc_transformdialog.svg" width="1cm" height="1cm"><alt id="alt_id3150965">Icon Position and Size</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id841602337832667" role="tablecontent">Position and Size menu icon</paragraph> + </tablecell> + + </tablerow> +</table> <switch select="appl"> <case select="CALC"></case> <case select="WRITER"></case> diff --git a/source/text/shared/01/05230100.xhp b/source/text/shared/01/05230100.xhp index ec097d6b3a..0223bbef3a 100644 --- a/source/text/shared/01/05230100.xhp +++ b/source/text/shared/01/05230100.xhp @@ -102,7 +102,7 @@ <case select="WRITER"> <embed href="text/swriter/01/05060100.xhp#PositionHelp_1"/> <embed href="text/swriter/01/05060100.xhp#PositionHelp_2"/> -<h3 id="hd_id181601415126899">Follow text flow</h3> + <embed href="text/swriter/01/05060100.xhp#keep_inside_text_bnd"/> </case> <default> <h2 id="hd_id3153525" xml-lang="en-US">Adapt</h2> diff --git a/source/text/swriter/01/05060100.xhp b/source/text/swriter/01/05060100.xhp index ec11bffef0..a533b95768 100644 --- a/source/text/swriter/01/05060100.xhp +++ b/source/text/swriter/01/05060100.xhp @@ -134,9 +134,11 @@ <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmtypepage/followtextflow" id="bm_id611285" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/swpossizepage/followtextflow" id="bm_id4516434" localize="false"/> </section> +<section id="keep_inside_text_bnd"> <h3 id="par_idN10A8E" xml-lang="en-US">Keep inside text boundaries</h3> <paragraph role="paragraph" id="par_idN10A92" xml-lang="en-US"><ahelp hid=".">Keeps the selected object within the layout boundaries of the text that the object is anchored to. To place the selected object anywhere in your document, do not select this option.</ahelp></paragraph> <paragraph role="paragraph" id="par_idN10AA6" xml-lang="en-US">By default, the <emph>Keep inside text boundaries</emph> option is selected when you open a document that was created in a version of Writer older than OpenOffice.org 2.0. However, this option is not selected when you create a document or when you open a document in Microsoft Word format (*.doc).</paragraph> +</section> <embed href="text/shared/00/00000001.xhp#vorschau"/> <paragraph role="paragraph" id="par_id3149241" xml-lang="en-US">The green rectangle represents the selected object and the red rectangle represents the alignment reference point. If you anchor the object as a character, the reference rectangle changes to a red line.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> |