summaryrefslogtreecommitdiffstats
path: root/source/text/shared/guide/numbering_stop.xhp
Commit message (Collapse)AuthorAgeFilesLines
* tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas2022-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* tdf#130063 Add Help page for revamped B&N dialog for Impress and DrawOlivier Hallot2021-06-101-101/+90
| | | | | | | Change-Id: I770a45ff062056ee38d904324e1f0148a7eec9da Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116945 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#140669 (related: tdf#92622) update help pages for "No List"Seth Chaiklin2021-03-021-44/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gerrit.libreoffice.org/c/core/+/108841 changed the "Numbering Off" command to "No List" The present patch make relevant adjustments in help pages. ( swriter/02/06040000.xhp ) "No List" command * "Numbering Off" -> "No List" + clarify that list indenting is also lost + add <tip> about how to preserve indenting, but remove number + add <relatedtopics> section and embed a related topic * rename two German IDs ( shared/02/06120000.xhp ) "Toggle Unordered List" * "Bullets On/Off" -> "Toggle Unordered List" * rename two German IDs - remove colspan="" rowspan="" * update icons size to 1cm * update to <h1> ( swriter/main0206.xhp ) "Bullets and Numbering" toolbar - remove embeds to "No List" and its icon table ( shared/guide/numbering_stop.xhp ) * "Numbering Off" -> "No List" * "Bullets On/Off" -> "Toggle Unordered List" * correction about location of "No List" icon * clarify that indenting is also lost * make descriptions be relevant for both bullets and numbers * clarify when indenting is lost or not + move icons to separate icon tables + add labels to icons * update icons size to 1cm + add <note> about how to put number or bullet back + add <keycode> + add appl-switch to Related topics * update to <h1>,<note> Change-Id: I8880f0aa46b2e036926497bf185092c2c5ae6d52 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111575 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
* Mass remove excess spaces from inside tagsGabor Kelemen2017-05-301-1/+1
| | | | | | | | | | | | | | | | This is fallout from the l10n and oldref attribute removal. Some tags were broken into two rows and the second was indented with spaces. The line break was removed along the tags, but those spaces were not. Command I used to catch these: find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g' Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def Reviewed-on: https://gerrit.libreoffice.org/37791 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier2017-05-091-13/+12
| | | | | | 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/+114
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc