summaryrefslogtreecommitdiff
path: root/source/text/swriter/guide/indices_userdef.xhp
AgeCommit message (Collapse)Author
2023-03-04tdf#153549 Chapter -> HeadingSeth Chaiklin
swriter/guide/indices_enter.xhp swriter/guide/indices_userdef.xhp - refactor <h1>,<h2>,<relatedtopics> - remove irrelevant paragraph Change-Id: I2f6961ee8afebc681e4722dc4755c4bf76cdd6d1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148220 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2022-12-07tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas
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>
2017-06-16tdf#107573 help page for change of UI term outlineOlivier Hallot
Change Tools -> Outline numbering to Tools -> Chapter numbering Change-Id: Id820b226f08d3c224512e34fd96d37ed4c2c300d Reviewed-on: https://gerrit.libreoffice.org/38853 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2016-07-31tdf#99161 tdf#101024 rename strings in index/table of contents dialogStanislav Horacek
Change-Id: If92620aef1914605e2d35681db59c9cfa1ff4e0d Reviewed-on: https://gerrit.libreoffice.org/27433 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-06-27Remove stray parenthesesValter Mura
Change-Id: I9f9b991f0a6050fb7145fa229034ee8310c54cac
2016-03-02tdf#92825 adjust navigation to indexes and tables of contentsStanislav Horacek
Change-Id: I144816d4cd81ba85f57f7e62ebf914de56d82a81 Reviewed-on: https://gerrit.libreoffice.org/22842 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-01-25remove multiple spaces (and save with helpauthoring extension)Christian Lohmaier
Change-Id: Ic5d12de95d9265ed411ddc8e56f1db3e150765bf
2016-01-18use button labels which replaced three dotsStanislav Horacek
Change-Id: I29dccab5c0ff8737ceabd38a9c3729016e2fe01c Reviewed-on: https://gerrit.libreoffice.org/21540 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc