summaryrefslogtreecommitdiff
path: root/source/text/swriter/main0202.xhp
AgeCommit message (Collapse)Author
2020-11-16tdf#113804 add explanation about Hanging Indent .unoSeth Chaiklin
( swriter/guide/indenting.xhp ) + add explanation about Hanging indent .uno * correction to menu sequence for editing Paragraph Style + add subheadings for "Positioning" and "Hanging indent" + add icon table for Hanging Indent + Mention .uno possibilities for adding buttons, menu items and shortcut keys, with links to relevant pages. * update to <h1>,<tip>,<note>,<relatedtopics> ( shared/02/02130000.xhp ) * rename "einzvermindern" to "indentdecrease" * rename "syeinzvermindern" to "indentdecreaseicon" + add variable "decreaseindent_h1" to <h1> header for embedding + add related topics section with links to increase and guide * change icon width/height to 1cm * update to <h1> ( shared/02/02140000.xhp ) * rename "einzerhoehen" to "indentincrease" * rename "syeinzerhoehen" to "indentincreaseicon" + add variable "increaseindent_h1" to <h1> header for embedding + add related topics section with links to decrease and guide * change icon width/height to 1cm * update to <h1> ( swriter/main0202.xhp ) * update to renamed select IDs from shared/02/02130000.xhp and shared/02/02140000.xhp * change icon width/height to 1cm * update to <h1>,<h2> ( scalc/main0202.xhp ) * update to renamed select IDs from shared/02/02130000.xhp and shared/02/02140000.xhp Change-Id: Ib6dc0ba01a459ae3b47d45178f7c7ba5895a3792 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105543 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2020-11-09tdf#132643 Translate German section IDsJohnny_M
Change-Id: Id742ad4c9850a88d6d8d1925e2d0088f76ec8717 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105108 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-29tdf#132643 Translate German section IDsJohnny_M
Change-Id: I453659d2f1edbb4bf7cac1f316a88a6942ffdc5e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105003 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-24tdf#132643 Translate German section IDsJohnny_M
Change-Id: Id6e65a7f62effc9d9652aea3e665919ce78735e2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104754 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-03tdf#132643 Translate German section IDsJohnny_M
Change-Id: I8f0750d908edeb34f7d2b96ee251d73ce7cee042 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103898 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-09-26tdf#132643 Translate German section IDsJohnny_M
Change-Id: Iaec59772e78095a10c4c28e246e77c0469723cbc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103480 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-03-02Created help page for submenu TextIlmari Lauhakangas
Removed help page for Change Case as it was merged into Text. Change-Id: I85fbf915f71135d21bc180385fe3aa3013e5a2cd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89628 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-25Remove duplicated HID bookmarks in swriterGabor Kelemen
Also remove a few obsolete bookmarks and fix ahelps Duplicates found with: for i in $(find source/text/swriter -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: I39c9eed29db7612e2000912112f1629e20fd5774 Reviewed-on: https://gerrit.libreoffice.org/74658 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-05-30Mass remove excess spaces from inside tagsGabor Kelemen
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>
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
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-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc