Commit Graph

1178 Commits

Author SHA1 Message Date
08418f8637 tdf#101731: change "Border" to "Transition start" in gradient settings
Change-Id: Ib9803e291e331e7989d904ecc8ebb793bc840baf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145127
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
2023-01-10 13:58:37 +00:00
068fa93418 fix section title to match Safe Mode dialog
Change-Id: Ic2d7def17bf007780dcf336e4ecbd2847d819116
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144911
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-01-03 18:48:27 +00:00
1445fa8fda Fix duplicate IDs in non-localized content
Change-Id: I759b05a2ba10671700c9222f54e61edf39f5baff
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144538
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-12-19 16:22:00 +00:00
55f43cd290 tdf#134377 Help page not found when clicking 'Help' button
targeting File/Open help page - on 'Help' button click - for the time being although this is far
from a perfect solution, and while @@widget@@ bookmark does not operate properly.

Change-Id: Id35bb8a6b707cb8376bac7c036aa47ba31aa8f58
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144356
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-12-16 16:28:05 +00:00
e900369124 tdf#134377 Refactoring more help pages for 'built-in' file dialogs …
Change-Id: Ic128cc9d5d59bd80caa369257000b956bad9f437
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144182
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-12-16 12:52:55 +00:00
551e891308 tdf#134377 Refactoring a few help pages for 'built-in' file dialogs …
for the following use cases:

-  (Writer, Impress, Forms) Insert ▶ Image
-  (Impress) Insert ▶ Audio or Video
-  (Base Report) Insert ▶ Media ▶ Image

Change-Id: I44c15e13d5fad60f30889d396b829784c09938d3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143973
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-12-13 13:43:12 +00:00
9cd78ba1f7 tdf#134377 fix faulty embed tags in help
Change-Id: I4895c9d9b05f05ffeeb6206fbe39d0ce4332d5f5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143726
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-12-08 15:24:32 +00:00
7e42394ecb tdf#152323 drop name attribute from <link> elements
Replacement done with

find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \
        's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g'

(note some inconsistencies with space between name and = and also having
empty value, and some more complicated expression to also clear up
double space before/after the attribute)

translation files will be prepped with:

find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \
    $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/'

(note that not all languages use the " as quote character for the
attributes, but that also single quotes appera in the po file. Hence
the use of the shell $'string' syntax to be able to quote ' as \'
It also requires to quote the backslash, so that it needs to be escaped
once for the shell, then another time for perl. Also don't work on
obsolete strings (those are prefixed with #~ in the po files)
Also note that <link..></link> gets turned into <link ../> during
translation extraction (along with removal of the space between the
attribute name and the value), so the pattern needs to be slightly
different here)

Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-12-07 17:39:02 +00:00
2201e80bea Fix grammar
Change-Id: Idae562b619b8cacde07eeae62d995782f5c2b7ed
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143590
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-06 08:48:33 +00:00
e57b9b4bdd tdf#152113 Improve Labels - Format page
Change-Id: I7c82ecc95878130e8c8bbad54437f8482ac34b48
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142919
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-03 13:40:50 +00:00
d700f1fe9e tdf#134377 Refactoring built-in file dialogs
Following use cases are covered:
   File - Save A Copy
   File - Export

Change-Id: Id32418e944dc968cbd16100083cb2b9835084fd5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143576
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-12-02 16:24:23 +00:00
23d4609281 tdf134377 Refactoring a few help pages for 'built-in' file dialogs …
for the following use cases:
-  File - Open
-  File - Save As
-  (Writer) Insert - Text from file

Change-Id: Ib838a88b367abbde13194e8f2f91f471e860de82
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143260
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-11-30 16:29:26 +01:00
cd779009d2 tdf#152112 Include "labels grid" in Info description
Change-Id: I4978961d3373753754438a5b383fd6af293dc530
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142918
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-21 21:09:21 +01:00
ef74e307a6 tdf#152121 Improve row and column description for label options
Change-Id: I8604f7d40a7a06c6a6da9314c52321b74194c3a2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142920
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-21 21:07:24 +01:00
175750251c tdf#152127 Change order for Country/State
The country was not included into location in shared/optionen/01010100.xhp, just the state.
It is possible that there are files where country need to be removed, being now included in shared/optionen/01010100.xhp. I will take care of that in the next commits, when I will found them.

Change-Id: Ie7ac4deb9a7c0e1d3c4a03dda2e2b348a3aeb585
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142923
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-21 20:50:52 +01:00
9a51c0944d tdf#152057 Complete revision of shared/01/01010000.xhp
Change-Id: Ib3bbc1c9660e7102bdcd4eb2d0573903bf4cf195
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142689
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-21 20:31:43 +01:00
4c075b1fef tdf152013 Remove "imports one" when opening a file
Change-Id: I6d3c7a6f00b8cc704c94d48be9a82a353c4824d1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142686
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-17 13:59:47 +01:00
98d79c6538 tdf#152022 Replace "Links to External Files" to "External Links" (Help)
Change-Id: I6a83b183b849e1159e0266cbe4039ed20d413f19
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142685
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-16 15:13:43 +01:00
edc4b1fe0d tdf#152022 Improve Edit page for Help Online
Change-Id: If10520d16ec070da9ce2e527e0fe47ab49e814e4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142674
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-14 14:28:44 +01:00
55781399fd tdf#152013 Improve File submenus description
Change-Id: I67ec0201c521c3d4fea3eaaa0f359da5bb760d46
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142629
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12 16:19:49 +01:00
0a4258b677 tdf#151665 Track changes in margins
These track changes show options are not in the track changes
menu but are available in the track changes toolbar.

They apply to Writer only, Calc does not have a track change toolbar.

Change-Id: Iaf9ea40a87470d172cedf3fdf2f87c65fcc6a87d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142571
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11 11:33:22 +01:00
4f452d1d84 tdf#146950 Clarify slide format "screen" and "on-screen show"
+ refactor page/slide format Help pages for slides and drawings
+ drop 2 now useless pages

Change-Id: If98458246f106da509d72a4087f365dbefd08607
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142493
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-09 22:01:31 +01:00
b310c2a8fb tdf#149991 Replace Page with Page Style
Change-Id: I4d7a5178180aa49ca16c569b1c2a90bd248bedc5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142299
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-11-07 01:52:59 +01:00
fa05882a59 tdf#139270 Remove Font dialog screenshot
Remove font dialog screenshot.

* The screenshot command "make screenshot" does not produce
a valid and usefull screenshot of the Font dialog.

* Manual addition of any localized screenshot is not practical at the
current state of the screeshooting development (~40 languages)

* For the moment, removal of the bad screenshot is advised until the
screenshooting get fixed or improved for this kind of dialog.

Change-Id: Idcb0ffb7cc6f222a84bf09f3ef91ca379c05adc2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141809
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-10-25 14:25:05 +02:00
00a07b02f8 Related: tdf#43107 Clarify \n in Find and Replace
Change-Id: I676879173b1c48c665402a6c677a3c94cb97c66c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141161
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-10-10 17:07:56 +02:00
01be581e70 tdf#151386 - Add preferred resolution for images in file properties
Change-Id: I31abed704493b6d91ab3af192b9af4926110cad7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141027
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-10-10 14:38:26 +02:00
3e01f85525 remove empty paragraphs
Change-Id: I42a12141e42c286e2d3398e8d05d19567ea0ca03
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/140652
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-09-27 16:00:59 +02:00
420d009449 Fix icon size
+ refactor border page

Change-Id: Ic26dc2df773240c88d8f9d81e571c63cac1cd0cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139877
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-09-13 23:32:22 +02:00
0d08951af8 tdf#150445 remaining references of "gear" in menus/toolbars
Change-Id: If47eb4b4987a48fddf9a2ffb1d4bcc7bdae76d53
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139295
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-09-03 13:37:05 +02:00
2db5a35831 Replace dead langtag.net reference link with Wikipedia and W3C
Change-Id: I5bc4d6c1133a6af3d7ffa97acdc2da5ae5fb66ab
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139255
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2022-09-02 11:47:34 +02:00
abecf1a85a tdf#150445 Change Gear icon to Hamburger icon
Change-Id: I7abe1c0d84550baad982d694922119a1af827bd0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/138377
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-08-18 14:01:02 +02:00
cf2296c78c Fundamental confusion: *“Beware that” → “Be aware that”
Change-Id: I7f6b830a87bbdf2380c32d515554cb9836b50848
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137211
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-07-19 08:04:36 +02:00
95301198e1 tdf#139469 Fontwork dialog for text to curve alignment
Help part, align with widget tooltips

Change-Id: I80b750eaf852f7559307f01f857e617ff309545a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136520
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-07-03 22:07:27 +02:00
b6a8105c3c 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>
2022-06-29 14:46:05 +02:00
d5ef41a2b8 String updates…
... to remove some hardcoded product names and to bring the help
in line with recent UI changes

Kudos to Celia and Olivier

Change-Id: If83039fce0612e04d59c5a5bebba6993c1e5a044
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136445
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-26 02:10:56 +02:00
3fe1af89c3 Fix typo
Change-Id: I373f0e742157c2d5e7e2af9b34b0d7f38f605e5a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136259
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-22 08:52:00 +02:00
a5a05714ca Fix bad link
Change-Id: I6470492a640355d98a652183d688684874e843b7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136257
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-21 19:42:25 +02:00
5688744142 tdf#149318 (part) refactor row/cell table optimization
Change-Id: I8f88def2a5f1b14abf271d6bb950062214d6b193
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136090
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-20 15:41:34 +02:00
8fee25674c tdf#149525 Update Writer-View-Toolbars
+ Added 2 extra files for undocumented toolbars
+ Still work in progress on main0200.xhp

Change-Id: Ida0b1fd2c69cb48ce0cd39ef890e53e5f2b4f056
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136068
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-18 15:02:28 +02:00
f8357004d5 (related) tdf#148941 update label in Imagemap properties page
Change-Id: Id9754b97eb51a7db5b159fff76512880ef59629e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136049
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-18 14:35:22 +02:00
345a9ecdd1 (related)tdf#148941 update label
tdf#148941 changed label from "Text" -> "Text Alternative" as part of
  making consistent usage across the UI. This patch updates the
  relevant help file. Also, introduces a variable for a sentence that
  is repeated across several options, and which uses the new label.
  This makes it possible to use <embedvar> instead of retranslating the
  same sentence with the label change.

Change-Id: I3be6a3863f74790732682abd8228c47cd907b0b7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136044
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-18 14:15:15 +02:00
65290dc95f TDF#147862 (part) Update toolbar contents Help pages
+ Upgraded the Tools toolbar help page
+ several fixes in embeded files
+ bug147862 still work in progress

Change-Id: I35238075f6a917a8d7c39bfb5cbf6a5a6ebc783b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136063
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-18 01:02:59 +02:00
b01904aabf Mute l10n
Change-Id: Icd723b9b933788c5ac9e1b2bbb9e541f241bdbe1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136020
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-16 21:32:07 +02:00
a17fbdee73 tdf#149353 positioning objects in multipage and multicolumn paragraphs
Presented as <note> in "to paragraph" (shared/01/05260200.xhp),
while only the text is embedded as a paragraph in "to character"
(shared/01/05260300.xhp) because there is already a <tip> on that
page, without much other text.

<note> added to swriter/guide/anchor_object.xhp that positioning
is only on the page where the anchor is located.

Change-Id: I8173050620fbeb8fc78d747ad05d8ab1f74f1346
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135169
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-16 12:38:11 +02:00
70653442ae Clarify URL inside this document a bit
Change-Id: I7fdd48bd925619b42452df88fd8343727e1a2667
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135882
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-06-15 11:07:51 +02:00
4252eedb1e (related) tdf#149018: "Object"-> "OLE Object" for Insert and Edit menus
tdf#149018 changed "Object" to "Ole Object" in the Insert menu
   and the Edit menu. This patch updates the relevant command
   sequences, and uses <menuitem> on changed sequences.
   Also updates the help pages for OLE Objects, including
   refactoring to <h1>,<h2>, adding variables or sections for
   embedding, and changing some items to embeds.

Change-Id: I6931305d3576458f3f0dbec59a4ecbe00cdcf68a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135009
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-14 07:40:02 +02:00
b97210c58d tdf#126658 update "defining line ends"
The content of the guide page "Defining Line Ends"
(shared/guide/lineend_define.xhp) has not been updated since
its initial checkin in 2004. This patch updates the relevant
menu commands, aligns the description with the current UI,
adds a little more precision in what gets added as an arrowhead,
and refactor to <h1> and <menuitem>.

Also, add a <relatedtopics> section to the "Arrow Styles" help page
(shared/01/05200300.xhp) with an embedded link to this guide page.

Change-Id: I3e619aadddb65b77cc7216074d18c4eb138b1774
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135393
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-09 12:54:02 +02:00
dae8c0f422 (Related) tdf#126658 update Arrow styles help to reflect UI change
text/shared/01/05200300.xhp (Arrow Styles tab)
       * update new control names
       * corrections to description of tab and its use

     text/shared/00/00040502.xhp  ("howtoget" for Arrow Styles)
       + add appl-switches with 
           * menu variations for Writer, Calc, Draw and Impress
           + access variations using toolbars
       + add right-click access
       + add section for embedding
       * rename German ID


Change-Id: Ic224d72b2abeee777063626f4dcdb570562d3650
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133037
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-09 11:16:13 +02:00
aa1b42c379 Revisit Insert Image help page
Updates on menus and instructions

Change-Id: I45bbc4709baf550d0caad5700754e7f168c64ba3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135423
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-07 17:52:49 +02:00
ba3b8d5bc6 Include metacharacters fragment in ICU regexp URI
So it leads to Regular Expression Metacharacters instead of just the
page that starts with all sort of developer information not relevant to
users.

Change-Id: Id1efca75302d023a83b45a4bc81654ffe8c2980f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135471
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-06-07 13:53:03 +02:00