summaryrefslogtreecommitdiffstats
path: root/source/text/shared/main0201.xhp
Commit message (Collapse)AuthorAgeFilesLines
* tdf#132643 Translate German section IDsJohnny_M2020-05-111-1/+1
| | | | | | | Change-Id: Ic7440ed82940d35f199b4dd1b27681933e386545 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93626 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#128494 Change Spellcheck to SpellingIlmari Lauhakangas2020-03-121-1/+1
| | | | | | | | | | 1098fba99acb8c8cc7e87c55ece12ef175593147 left Help in a broken state. Change-Id: Ie8d8f6506a6634fefce875590fe54fa2e477c82a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90060 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Remove duplicated HID bookmarks in sharedGabor Kelemen2019-06-251-1/+1
| | | | | | | | | | | | Also remove a few obsolete bookmarks and fix ahelps Duplicates found with: for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27 Reviewed-on: https://gerrit.libreoffice.org/74655 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#124198 Impress & Draw ImageMap menu entry was moved to ToolsIlmari Lauhakangas2019-04-271-7/+7
| | | | | | | | | | | | | | | | Also renamed the file describing Edit Menu to edit_menu.xhp. Most of the files are touched to update the links due to rename. There is no context menu entry for ImageMap, so removed mention of it. Note that in Writer and Calc, ImageMap remains under Edit, because it is only enabled when an image is selected. Change-Id: Ic57ee11dd2ab9c637f00e5328f1575c323fb8c43 Reviewed-on: https://gerrit.libreoffice.org/71397 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Embed the description of the Table command into Standard bar pageGabor Kelemen2018-01-051-2/+1
| | | | | | | | | Not called Spreadsheet, and neither an OLE object is inserted, AFAIK Change-Id: I4e72a570578b6b6fabab2368060eda76d8f39758 Reviewed-on: https://gerrit.libreoffice.org/47430 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Rather embed the description of spellcheck window than duplicate itGabor Kelemen2018-01-051-1/+1
| | | | | | | Change-Id: Ie6342cb0cb82761bcdd355cdfd5acd742246d090 Reviewed-on: https://gerrit.libreoffice.org/47429 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* 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-24/+24
| | | | | | also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
* find-invalid-help-embeds: Fix embed section of nonprinting charsGabor Kelemen2016-10-131-1/+1
| | | | | | | Change-Id: I99e4ab4c5fb9b04f8fff4097c9eca8d974d7f69b Reviewed-on: https://gerrit.libreoffice.org/29761 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
* added the attribute localize="false" in paragraphs for shared and scalctagezi2015-11-051-2/+2
| | | | | | | | | | added the attribute localize="false" in paragraphs for shared and scalc modules which does not need translation Change-Id: I622d9032ff6e3bc3415b0012aaac0b29ae8e947c Reviewed-on: https://gerrit.libreoffice.org/19749 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* re-base on ALv2 code. Includes:Michael Meeks2012-12-131-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | 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/+185
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc