summaryrefslogtreecommitdiffstats
path: root/source/text/swriter/01/04120221.xhp
Commit message (Collapse)AuthorAgeFilesLines
* tdf#153561 add <section> to hyperlink, update hyperlink descriptionSeth Chaiklin2023-05-221-17/+18
| | | | | | | | | remove <xml-lang> from bookmarks Change-Id: Ia29f026c9e40a58633c4428066ba9c8269cfe88c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152098 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
* remove extra spaceSeth Chaiklin2023-03-181-1/+1
| | | | | | | Change-Id: Ief6c4fa6381c15ebca3843d22f083f567ba663e9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149096 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
* tdf#153561 Untangle the "Format" optionsSeth Chaiklin2023-03-121-7/+10
| | | | | | | | | | | | | | | | | | "Format" appears both as a section title and a label with a buddy control for the "Heading Info" element. This distinction does not appear in the different "entries" help pages. This patch untangles the different embeddings that are used, so that the help pages for Entries for each index type will correspond to the dialog for that type. This patch only changes the entries page for "Table of Contents" and "Alphabetical Index", where some new sections are created. The sections in these two pages are embedded in the Entries pages for the other index types. These other pages will be updated after the sections in this patch are available for embedding. Change-Id: I5ed12506666af2ac04009e833b8bef37fff9485e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148754 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
* tdf#153561 add <widget> to N#Seth Chaiklin2023-03-101-1/+1
| | | | | | | Change-Id: I1d8b36b06741a303b6e4a67e863b531a9b7dc55d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148512 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
* tdf#153561 adjustments for "Format" because of widget name changeSeth Chaiklin2023-03-091-1/+1
| | | | | | | Change-Id: Iaead2cc332a8889f8c174f1ccf84e9cdfbfc154c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148507 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
* tdf#153561 "Chapter No." -> "Numbering" because of widget name changeSeth Chaiklin2023-03-091-36/+36
| | | | | | | | | | also corrections to "Numbering" and "Entry text" descriptions refactor <h2>,<h3> and remove <xml-lang> Change-Id: I19fe8d8ecf74f3526a4d10b18a76ad1da47ad5c3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147370 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
* tdf#105628 "Evaluate" -> "Show" in option label and update descriptionSeth Chaiklin2023-02-211-6/+5
| | | | | | | | | | | | | | | | Update "Evaluate up to level" and its description in Alphabetical index (swriter/01/04120222.xhp). This change gets embedded into the "format" section in swriter/01/04120221.xhp, and the "format" section gets embedded into other relevant "entries" pages. some refactoring in swriter/01/04120221.xhp refactor swriter/01/04120223.xhp Change-Id: I48c45f3ebd969f02ee73ef3b3a5c9e590660496c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147366 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
* tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas2022-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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#132643 Translate German section IDsJohnny_M2022-01-221-1/+1
| | | | | | | Change-Id: I631a9268808e9d14b4bb1336c6f98db2502a356a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128772 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2022-01-221-1/+1
| | | | | | | Change-Id: If14616fde18fdcc6bf500cffb68a19a911790726 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128771 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2021-12-291-1/+1
| | | | | | | Change-Id: I7654e3273f2881c55bb7030471dfed54df1d0e06 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127630 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2021-12-291-1/+1
| | | | | | | Change-Id: I3e52f628e4485b47774a1e0572667e2f9ead656f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127629 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2021-11-041-1/+1
| | | | | | | Change-Id: I42d011f599c4fdc8c82d30d304273b7fb8ef3579 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124523 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2021-09-161-1/+1
| | | | | | | Change-Id: I3d3b9bae635293c122d563c8da3d1d93d39a124a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121955 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#132643 Translate German section IDsJohnny_M2021-03-191-1/+1
| | | | | | | Change-Id: Iad07a1aa41e465d1579ebd5d9eae141b41116e60 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112710 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* fix bogus whitespace and unnecessary unit changesChristian Lohmaier2017-06-201-3/+3
| | | | | | | | | caused by either adding spaces at end-of-line or adding spaces when combining multi-line statements into single line also fix one validation issue (image can have either caption or alt elements) Change-Id: I467404fbf87fbf1681c0addc7b43154bba68d989
* tdf#107573 help page for change of UI term outlineOlivier Hallot2017-06-161-56/+93
| | | | | | | | | 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>
* remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier2017-05-091-35/+35
| | | | | | also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
* tdf#103540 Explicitly say the button affects all levelsAdolfo Jayme Barrientos2016-10-271-1/+1
| | | | | | Props to Regina. Change-Id: I99d0bc807b1e777e0920bcfbab91f15a408c2a4a
* update help ids for toc entries page .ui conversionCaolán McNamara2013-08-261-28/+26
| | | | Change-Id: Id43cdcb4f278dfb7891b6233e43d4d1987b70219
* 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/+113
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc