summaryrefslogtreecommitdiffstats
path: root/source/text/swriter/01/05150100.xhp
Commit message (Collapse)AuthorAgeFilesLines
* tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas2022-12-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Clarify AutoCorrect rules for separator linesIlmari Lauhakangas2022-06-281-1/+1
| | | | | | | Change-Id: Ia3b4e2acce14b919e5fdebaf58c6040f901169ff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136565 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Document all cases of AutoCorrect for separator linesIlmari Lauhakangas2022-06-281-3/+12
| | | | | | | | | | | | | Looking at sw/source/core/edit/autofmt.cxx we can discover all the six cases in SwAutoFormat::DoUnderline() I don't understand what the "gap 0.75 mm" means, so I removed them. Change-Id: Ia3e07d7c5e9bfd9581da37f99ce54374e1eb04ba Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136564 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
* clarify scope of application for AutoCorrect Apply commandSeth Chaiklin2021-01-261-8/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ( text/swriter/01/05150100.xhp ) (While Typing) + added "AutoCorrect for Separator Lines" section from "Apply", because this operation only happens while typing. Just copy/paste for now. + added "AutoCorrect for Headings" section from from "Apply", because this operation only happens while typing. Just copy/paste for now. + added relevant bookmarks from "Apply" * replace German id * update to <h1>,<tip>,<relatedtopics> ( text/swriter/01/05150200.xhp ) (Apply) * correct description to indicate that can also be used for "selection", and make clear that it applies the values under [M] in AutoCorrect Options - moved section "AutoCorrect for Separator Lines" and "AutoCorrect for Headings", along with bookmarks to "While Typing", because there is no "Apply" option for these operations. + add relevant bookmark for "Apply" + add <relatedtopics> and move embedded link to this section * update to <h1>,<h2>,<note> ( text/swriter/00/00000405.xhp ) * update to <menuitem> * replace German id Change-Id: I65c29d749f691aa62cc3828a03f6b35a5ec41bc8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109973 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
* Housekeeping string in HelpOlivier Hallot2020-08-061-2/+1
| | | | | | | Change-Id: Ife6257830d7cb7c142692db6132c66a477fb3d97 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100223 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2020-07-251-1/+1
| | | | | | | Change-Id: I82296c358189107866f5da0e6457fb467017a34f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99433 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* there is no SW_HID_AUTOFORMAT_EXECCaolán McNamara2018-02-271-2/+0
| | | | Change-Id: I0627005576ad9f67fccdb5002397cd969287e8f2
* remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier2017-05-091-5/+5
| | | | | | also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
* re-base on ALv2 code. Includes:Michael Meeks2012-12-131-23/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* move help structure one directory upNorbert Thiebaud2012-10-161-0/+57
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc