diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-26 15:01:15 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-29 14:46:05 +0200 |
commit | b6a8105c3ceb14f1216a12dbbe4b191acc0b99f3 (patch) | |
tree | 45a10d932086adc7fb9befb242e6dde352c57692 /AllLangHelp_shared.mk | |
parent | 26d75235b7f3cb46f4d893c45efe9a8f94020027 (diff) |
tdf#120550,tdf#121367 update row and column resizing in tables
This patch is a general review and update of commands to
optimize the size of tables in Writer, Draw, and Impress.
Thanks to Justin Luth for essential help in making accurate
descriptions of these commands. It also started to improve
the maintenance by moving the access commands and icon tables
from diverse places to a shared/00 folder, introducing variables
and sections that would allow reusing relevant sequences.
shared/02/04210000.xhp (Optimize Size menu)
* add two missing controls as embeds from swriter/main0110.xhp
* add icon tables for the two controls
* correction to control name
* modify switch to include Draw and Impress
* put controls in same order as dropdown menu
+ add variable to h1, so page can be embedded in related topics
* update to renamed ids
* change image size to 1cm
* refactor to <h1>,<h2>
shared/00/00040500.xhp
+ add <section> to "Open Optimize Size..." (i.e., for opening
dropdown menu in Table bar), so it can be embedded into each
page for the individual controls.
* use access controls from swriter/00/00000405.xhp, plus add
appl-switch
* update access for Table menu
swriter/00/00000405.xhp (Access commands for Size)
* move all relevant access commands to shared/00/00040500.xhp
swriter/01/05110000.xhp (Row)
* correction to two command names
* update to renamed id
* refactor to <h1>,<h2>
swriter/01/05120200.xhp (Optimal Column Width)
* update command name
+ add <relatedtopics> with two links
* rename German id
* refactor to <h1>
swriter/01/05110200.xhp (Optimal Row Height)
* update command name
* rename German id
+ add <relatedtopics> with two links
* refactor to <h1>,<note>
shared/01/05120600.xhp (Distribute Columns Equally)
* corrections to description of the command operation
+ additional information about how to select
+ add "right-click" instructions to "howtoget"
+ add link to "Optimize Size" menu and "Table" bar
+ add <relatedtopics> with two links
* rename German id
* refactor to <h1>, changed paragraphs to <menuitem>
* image size to 1cm
shared/01/05110600m.xhp (Distribute Rows Equally)
+ add link to "Optimize Size" menu
+ add <relatedtopics> with two links
* rename German id
* refactor to <h1>, changed paragraphs to <menuitem>
* image size to 1cm
swriter/main0110.xhp (Table menu page)
* update renamed ids
+ add sections to text in Minimal Row Height
and Minimal Column Width, so that they
can be embedded into "Optimize Size"
menu page.
swriter/guide/table_sizing.xhp
+ add links to "Optimize Size" and "Table" bar in text.
+ add "Optimize Size" to Related Topics
* refactor to <note>,<tip>,<relatedtopics>
Change-Id: I9b84ccb2cd4d9b4e221f82ee4654e95553f3d188
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135002
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index d430f20329..d98cfdec16 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -351,6 +351,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/mediaplayer \ helpcontent2/source/text/shared/01/menu_edit_find \ helpcontent2/source/text/shared/01/menu_view_sidebar \ + helpcontent2/source/text/shared/01/minimal_column_width \ + helpcontent2/source/text/shared/01/minimal_row_height \ helpcontent2/source/text/shared/01/moviesound \ helpcontent2/source/text/shared/01/nav_rename \ helpcontent2/source/text/shared/01/notebook_bar \ |