Commit Graph

22 Commits

Author SHA1 Message Date
c82e14e831 tdf#155875 Tab'd UI cmds Writer/Format in Help(21)
+ refactoring
+ Writer Format menu (part 21)
+ rotate or flip submenu

Change-Id: I346f7361eec94a89467d572c898697591b1061fa
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156155
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-08-27 12:49:44 +02:00
936109a862 tdf#155875 Tab'd UI cmds Writer/Format in Help(15)
+ refactoring
+ Writer Format menu (part 15)
+ color toolbar and color submenu

Change-Id: I86db2cda6c54fcd7610b8ec0befb200642536e36
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156020
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-08-24 13:33:35 +02:00
9d9886700e tdf#155875 Tab'd UI cmds Writer/Format in Help(14)
+ refactoring
+ Writer Format menu (part 14)
+ UNO commands get a help page of its own.

Change-Id: Iccac500359fece107e91393c3fa38df393a217b8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155984
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-08-23 17:13:07 +02:00
e7394856b4 tdf#155875 Tab'd UI cmds Writer/Format in Help(10)
+ refactoring
+ Writer Format menu (part 10)

Change-Id: I0adcec8732aa9c22b4c9e7c2140531a4a3a3a5bc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155852
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-08-19 13:06:03 +02:00
1c3257e391 tdf#155193 Fill indexer= when omitted in Help files
Change-Id: I10f3c9e1e698619dcace7c4314f2bd37adf698de
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155363
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-08-05 11:42:52 +02:00
b2d15fb7c2 tdf#149318 Fix HIDs in Format menu (Draw)
This patch fixes the missing HIDs of menu entries that have submenus in Draw's "Format" menu.

The help pages of two missing entries are also created.

Change-Id: Ia64c4a8a714a6eac51bace2718e464aaf7dc3103
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154950
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-07-27 00:27:41 +02:00
63b4c1e42c tdf#155875 Tab'd UI cmds Writer/Format in Help(1)
+ refactoring
+ Writer Format menu (part 1)

Change-Id: I77096e6d4890e64f6a5e20a33ca518eaa10f302d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154807
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-07-23 17:47:22 +02:00
bb0eda82d2 tdf#155875 Tab'd UI commands Writer/Insert in Help
+ refactoring
+ Writer Insert menu (part 5)

Change-Id: I8cb0963532936b5b20ede6a36d49d693f3434068
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154477
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-07-16 00:25:00 +02:00
4346eb1c17 tdf#155875 Tab'd UI commands Writer/Insert in Help
+ refactoring
+ Writer Insert menu (part 2)
+ fix some bad links (D'oh!)

Change-Id: Ic9daa1df531daa2402ed28c6e7482e8e4392443a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153398
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-21 17:06:07 +02:00
c366e74f9d tdf#154996 Add tabbed UI commands in Help page
+ refactoring
+ Add comments submenu

Change-Id: I465ea7c0518272e08f5af403f7502a1d10043b5b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152632
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-06 00:12:39 +02:00
4453c0b2ed convert paragraphs with role="heading" & childelements to → h<level>
and also drop the language that was changed to implied previously/defaults to
en-US unless specified.

This change doesn't affect translations, only the content of the
paragraph/headings is extracted.

done with:
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>.*?)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g'

and manually undoing the one that uses <sup>in body that's not valid
according to the dtd in the h tags.

Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-03-16 15:18:30 +00:00
e3b49a858d Typo grab bag
Change-Id: I705b56ac8fd84227aaa6a81e57d182dfd797bd62
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145183
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-01-09 00:53:36 +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
1e721d1ea8 Update Calc Tools menu with Forms submenu
Change-Id: I5524b4ba2674167a162133b9ff99677f2f59cfc3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 17:07:41 +01:00
63ad3a0819 Update Calc Insert menu
Many refactors and updates as consequence

Change-Id: I931aed4a2659b7bbf3622dd33a83b2596ae6f32e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85814
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-25 20:48:02 +01:00
7670e91fc5 Misc. typo fixing and removal of pointless tags
Change-Id: I7ecffd0417b7e88b76f44e64911c3d8a2f935104
2019-11-07 04:34:43 -06:00
381a89b6b2 Reword help page on set image background
Change-Id: Iaf7ccb576a8881aa7b4eb42819a78b51b884ca4c
Reviewed-on: https://gerrit.libreoffice.org/78376
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-02 12:48:43 +02:00
389745cd7c Reword sentence on save background image
Change-Id: I381d8394b5c58851b5eaf59223a98994494dfb40
Reviewed-on: https://gerrit.libreoffice.org/78375
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-02 12:48:09 +02:00
6570689918 Update Draw menus and Contents tree (part)
Change-Id: I556a2cafdd66fc425aa67f821c1a5b676ef22c81
Reviewed-on: https://gerrit.libreoffice.org/77677
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19 00:22:14 +02:00
0f8cc79cae replace duplicated "pentagon" by "hexagon"
Change-Id: Ifcd8441f175040dbcb81dfd4d2a62a7c50b8583b
Reviewed-on: https://gerrit.libreoffice.org/25300
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-22 23:38:46 +00:00
581ea6ad44 remove empty paragraph
Change-Id: I4395184bc6107020abdabb542690eb2a5fb9b781
2016-03-10 09:38:18 +01:00
17d37456a2 tdf#92825 Rearrange Writer's insert menu
fix merge conflict

Change-Id: I8c67b61fdc6042291890bf80b47d762dd89d76d4
Reviewed-on: https://gerrit.libreoffice.org/22972
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-03-09 21:50:55 +00:00