diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-11 14:49:08 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-03 00:08:00 +0200 |
commit | 42ded671522a4e62659b561b0c8ea67fef5b9cea (patch) | |
tree | 3ad1125bb1a8d3065407d287c9ed7c76ed0ffc18 /source/text/shared | |
parent | 834789bd8d25cfee57662c8023a34f8e80cc078d (diff) |
tdf#148485 add missing options for Vertical positioning
This patch started with the simple intent to add some
missing options to the "To" control in the Position section
of the the Position and Size dialog. However, problems were
discovered with the names of some of the options to be added,
as well as some of the existing options. This lead to
tdf#148591 and tdf#148519, which changed the labels for the
missing options mentioned in the OP for tdf#148485. Thanks to
Regina Henschel for essential help in understanding the regions
to which the labels are supposed to refer.
Using the new option labels, this patch adds
"Above page text area", "Below page text area" as "to" options
in the Vertical position section of the Position and Size dialog,
and "Frame text area" and "Entire frame" in both the Position
and Size dialog for Shape and the Type dialog for Image.
Because Above/Below text page area is not found in the Image dialog
for Writer, needed to add an additional section to
swriter/01/05060100.xhp (Image/Frame - Type tab), so that it is
possible to add the missing options (Above page text area,
Below page text area) to Position and Size help for Writer
(shared/01/05230100.xhp), but not have them be part of a section
that will be embedded in swriter/01/05060100.xhp (for Image/Frame -
Type tab).
swriter/01/05060100.xhp
* Corrected description of "to" control
+ Added "Available only..." for "Line of text"
* refactored to <note>
o All embedded to shared/01/05230100.xhp for Writer (Image - Type).
Change-Id: I9fffec30dd994d15aa9a7c9ef70dec01d63ed98f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132709
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/05230100.xhp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/text/shared/01/05230100.xhp b/source/text/shared/01/05230100.xhp index 8ac052e9f1..8085a12182 100644 --- a/source/text/shared/01/05230100.xhp +++ b/source/text/shared/01/05230100.xhp @@ -149,6 +149,16 @@ <bookmark xml-lang="en-US" branch="hid/cui/ui/swpossizepage/vertanchor" id="bm_id1466719" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/swpossizepage/followtextflow" id="bm_id4516434" localize="false"/> <embed href="text/swriter/01/05060100.xhp#PositionHelp_2"/> + <comment>2022-05-01: Following two options are not in Image (Type tab for Writer), so not part of sections embedded here.</comment> + <list type="unordered"> + <listitem> + <paragraph id="par_id956728219000973" role="listitem"><menuitem>Below page text area</menuitem>: the bottom edge of the page text area to the bottom edge of the page.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id69163053457957" role="listitem"><menuitem>Above page text area</menuitem>: the top edge of the page to the top of the page text area.</paragraph> + </listitem> + </list> + <embed href="text/swriter/01/05060100.xhp#PositionHelp_3"/> <embed href="text/swriter/01/05060100.xhp#keep_inside_text_bnd"/> </case> <default> |