summaryrefslogtreecommitdiff
path: root/source/text/shared/01/06150120.xhp
AgeCommit message (Collapse)Author
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>
2018-09-15tdf#115254 Some branch bookmarks are'nt working 27Olivier Hallot
Module filter Change-Id: I57015107b3dfa2536987dc187e2fe40eec1cf32d Reviewed-on: https://gerrit.libreoffice.org/60513 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-29Fix ahelp on XSLT Transformation pageGabor Kelemen
Change-Id: I0d9c4fad7b77bf2c365b21b98e22848d5c30215e Reviewed-on: https://gerrit.libreoffice.org/53574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-12tdf#94438 disambiguate bookmark branch (ii)Olivier Hallot
Change-Id: I07fa84bb8f04fe7128939d059dc26d580c5881f4 Reviewed-on: https://gerrit.libreoffice.org/52798 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-05-09remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier
also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
2016-01-25switchinline is none of emph's allowed childrenChristian Lohmaier
fixed with following sed expression: 's#<emph>\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</emph>\)#\1<emph>\2</emph>\3<emph>\4</emph>\5<emph>\6#g' Change-Id: I03d36f4c52e78ca48fc2f94b275ffad7329071e3
2015-11-12The 'lastedited' element is useless, we have git.Jan Holesovsky
2015-09-25missing hidAndras Timar
Change-Id: Iea43e7f4a005dfcc8e1e3540afec5457982b41be
2013-07-30update help ids for Xml Filter TabPage Transformation .ui convertCaolán McNamara
Change-Id: I236f18776a1b4dbdd4885f55660130b6fd6a4c45
2013-03-11Use localize attribute for efficiencyZolnai Tamás
Add localize="false" to xml components which not include translatable string to make helpex work less with them. Change-Id: I20fe79b5a506fafaa6fd90bd62f12117af0bb3b6
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-11-25removed help content referring to obsolete XML filter options.Peter Jentsch
Change-Id: I43fd160e5e44cf2ef23d9cd7f560e5ff7fd4be3f
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc