This patch improves the Clone Formatting tool help page to make it clearer that in Calc character formatting is not copied.
Change-Id: Ib6d83e7266cacc05c8d86a4c13b7d5f026e84068
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121066
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit involves two parts:
1. Improved the convertfilters.py helper script to make sure
the generated convertfilters.xhp file is complete, accurate
and containing no duplicated entries, and also add codes
to also generate API Names column, as discussed in tdf#142417.
Importantly, the code is modified to generate fixed IDs,
rather than the previously random IDs or sequential IDs which
may make the PO translation strings to show fuzzy when the
file is re-generated.
2. This helper script is run and the convertfilters.xhp is
updated.
3. The default css is modified to better display the page.
There is no need to set overflow=auto for the DisplayArea,
otherwise the scrollbar goes to the bottom of that area which
is not visible. Also added a css class to display smaller
fonts for the table.
Change-Id: I8a5c73c9d6a0c0b44fc7db6cb67b140bfeb8b4be
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116405
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
+ add variable to a paragraph that gives link to document filters
+ use variable to embed paragraph in the --in-filter parameter
Change-Id: If93918b17b681fd5e87e4495c5bd3a122b770a5b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111888
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
https://gerrit.libreoffice.org/c/core/+/108841 changed
the "Numbering Off" command to "No List"
The present patch make relevant adjustments in help pages.
( swriter/02/06040000.xhp ) "No List" command
* "Numbering Off" -> "No List"
+ clarify that list indenting is also lost
+ add <tip> about how to preserve indenting, but remove number
+ add <relatedtopics> section and embed a related topic
* rename two German IDs
( shared/02/06120000.xhp ) "Toggle Unordered List"
* "Bullets On/Off" -> "Toggle Unordered List"
* rename two German IDs
- remove colspan="" rowspan=""
* update icons size to 1cm
* update to <h1>
( swriter/main0206.xhp ) "Bullets and Numbering" toolbar
- remove embeds to "No List" and its icon table
( shared/guide/numbering_stop.xhp )
* "Numbering Off" -> "No List"
* "Bullets On/Off" -> "Toggle Unordered List"
* correction about location of "No List" icon
* clarify that indenting is also lost
* make descriptions be relevant for both bullets and numbers
* clarify when indenting is lost or not
+ move icons to separate icon tables
+ add labels to icons
* update icons size to 1cm
+ add <note> about how to put number or bullet back
+ add <keycode>
+ add appl-switch to Related topics
* update to <h1>,<note>
Change-Id: I8880f0aa46b2e036926497bf185092c2c5ae6d52
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111575
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
tdf#138846 changed the "settings" label to "tools" in the template manager
This patch makes the necessary updating in the template manager help
Change-Id: I2b20ccfe2919c4d6a15ed12ccf33fc98d003825f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109008
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
( shared/guide/template_manager.xhp )
* move <note> about adding paths to "My Templates" to "Main Window"
because it is about what choices are available. It also avoids
have two notes together in the same place.
* modified "Import" explanation to make it clear that multiple files
can be imported
* added <embed> with link to guide page about files and templates
* repair broken link in <relatedtopics>
* improve ordering of topics in <relatedtopics>
( swriter/guide/templates_styles.xhp ) (Templates and Styles)
+ add link to "Template Manager" in <relatedtopics>
( source/auxiliary/swriter.tree )
+ add link to "Template Manager" in "Templates and Styles" section
Change-Id: I4cd17696188da1a344d1143344e5cacd9b18e1ba
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108910
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
New guide page with comprehensive information about the interaction
between the filesystem and the appearance of template names
and categories in the template manager.
Change-Id: I49e15a6ee557dfb9275c5f12b01d1de2ce60843c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108183
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>