summaryrefslogtreecommitdiff
path: root/source/text/shared/main0108.xhp
AgeCommit message (Collapse)Author
2023-10-05tdf#155875 UI cmds Writer/Help in Help(50)Olivier Hallot
+ refactoring + Help part, final. Change-Id: I217111eaf49acd33af9e6bf3433d5cc218852095 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157597 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-10-03tdf#155875 UI cmds Writer/Help in Help(48)Olivier Hallot
+ refactoring + Help part. Change-Id: I7ce7c293a283c62040f351816843a2f8f84ca9e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157521 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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>
2021-08-26tdf#137084 Update Help Help pageOlivier Hallot
Change-Id: Ia86826bd87d709bec5acdaf6b0b8800f7aa9b8e1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121085 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-16tdf#132643 Translate German section IDsJohnny_M
Change-Id: I18a1c38a62976d8ac8ed5995a03b72d11e7fbc22 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110903 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-20Fix call of main Help page from app Help menuOlivier Hallot
The Application Help menu sends /<module>/.uno:HelpIndex in the Help URL. This translates to '.uno:HelpIndex' and module name is lost, opening the New Help default page instead of the module Help entry page. The patch picks the right module Help entry page in this particular case. Change-Id: Ifbb5ba4f817b195210fbb19bcb5c2011d2cb416d Reviewed-on: https://gerrit.libreoffice.org/68093 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-21Help files: http -> httpsSophia Schröder
+ some more conservative changes Change-Id: Ib905881e92c64deb2f8b22be6dbded8b53d5f8ba Reviewed-on: https://gerrit.libreoffice.org/63197 Tested-by: Jenkins Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-23Add new Help menu entries into Help main pageOlivier
Add entries - User guides - Get help online - Restart in Safe Mode Change-Id: I66e426457c68613d738f49b79f3221cc19b0a7f5 Reviewed-on: https://gerrit.libreoffice.org/33451 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-09-06tdf#92825 Fix calc's main menubar entriesYousuf Philips
Change-Id: I573b25efe928883f140bdeb127aaa9b7c7436bbc Reviewed-on: https://gerrit.libreoffice.org/18356 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-09-04tdf#92825 Fix writer's main menubar entriesYousuf Philips
Change-Id: I36716886a5925e5fdc3cd839ca76b0e484a73f9e Reviewed-on: https://gerrit.libreoffice.org/18288 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
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-24fdo#53902 add help text for Help - Send Feedback...Andras Timar
Change-Id: I3cb4db444cf88096d27afd01e828c83ce31ab03c
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc