Commit Graph

11 Commits

Author SHA1 Message Date
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
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
8e0ace084d tdf#145752 Correction to CompatibilityMode() help page
Change-Id: Ie7ca911d8d445c57ad94458711164bdb18be1f13
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129946
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-03-24 17:16:10 +01:00
fb0af5ca08 tdf#145725 VBA mode for RGB functions and warnings
+ Added a RGB [VBA] page specific to VBA mode for RGB stressing
  differences
+ placed warnings on Red vs Blue color interchange in VBA mode
+ Refactored here and there.

Change-Id: I0556babb7c3a4bd3eeff1bfe6993624aa0e78d6d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127098
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-20 13:10:45 +01:00
a9deae83c3 Fix spelling from UK English to US English
Change-Id: I5b1f9a65581945e8ec79f83728175d36f38a63eb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103662
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-10-01 09:07:47 +02:00
2896f2eba4 Content fixes after translation round
Change-Id: Icdb80c6e659e81492e3b9c43afd0f49cbea0ed86
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88772
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-02-16 11:26:59 +01:00
f9d83461af fixing a typo
Change-Id: I45c38402392c2424e78e022cc8943c453adb8707
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88033
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-02-07 19:04:18 +01:00
81a9ef3e52 fix function name in page title
Change-Id: I8899ae50ffb59d925bbf80c7403ffc949f0a3f14
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87838
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-02-03 05:18:55 +01:00
b03d629ddc Faulty link in VBA funcs
Change-Id: If8f561648f24b82ea0d36ca95ea0d7a49a053909
Reviewed-on: https://gerrit.libreoffice.org/77333
Tested-by: Jenkins
Reviewed-by: LibreOfficiant <LibreOfficiant@sfr.fr>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-12 13:00:08 +02:00
ea0f53e1c2 Split VBA Compatibility files and enhance
Add examples,
Add cross-links
Split files

Change-Id: I92bef363f008aeed367167b50c4ea9a9943a62ff
Reviewed-on: https://gerrit.libreoffice.org/74812
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-28 14:21:59 +02:00