summaryrefslogtreecommitdiff
path: root/source/text/swriter/main0102.xhp
AgeCommit message (Collapse)Author
2023-10-20tdf#155876 UI cmds Calc (05)Olivier Hallot
+ refactoring + Edit menu - Final Change-Id: I4ff166ba0d6d4d009eb97a8cdb3c361abf776612 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158213 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-07tdf#154996 Add tabbed UI commands in Help pagelibreoffice-7-6-branch-pointOlivier Hallot
+ refactoring + End of Writer edit menu Change-Id: Ib93d75b18fd596eb27e92ad818656c0ef2bda821 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152710 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-07tdf#154996 Add tabbed UI commands in Help pageOlivier Hallot
+ refactoring Change-Id: Ib680bf78031d83b56695ed79633440aa79fc5c8e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152691 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-06tdf#154996 Add tabbed UI commands in Help pageOlivier Hallot
+ refactoring + Add comments submenu Change-Id: I465ea7c0518272e08f5af403f7502a1d10043b5b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152632 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-06tdf#154996 Add tabbed UI commands in Help pageOlivier Hallot
+ refactoring Change-Id: I0c8d979b42860c04d93b4ad6085bf41ac1aa5f0f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152631 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-01-09Typo grab bagAdolfo Jayme Barrientos
Change-Id: I705b56ac8fd84227aaa6a81e57d182dfd797bd62 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145183 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-12-12tdf#152022 Improve Select Text and Edit ModeBogdan B
Select Text was wrongly linking to Edit mode page. The hyperlink is now removed. Also is impossible to be in Edit mode and active Edit mode, so it can't be activate or deactivate edit mode. Change-Id: I1d759b3962692c2dcec181267045d15f934325ec Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143728 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-12-07tdf#152022 Improve comments description in HelpBogdan B
Option to reply to comments is inactive until we have comments from other users. Change-Id: If105cd50bed65371be47b426318ddd71ba650f5c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143792 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>
2022-11-16tdf#152022 Replace "Links to External Files" to "External Links" (Help)Bogdan B
Change-Id: I6a83b183b849e1159e0266cbe4039ed20d413f19 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142685 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-14tdf#152022 Improve Edit page for Help OnlineBogdan B
Change-Id: If10520d16ec070da9ce2e527e0fe47ab49e814e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142674 Tested-by: Jenkins Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-19Resolves: 02 edit menu in tdf#137084 - update edit menu in WriterSeth Chaiklin
- move "Direct Cursor Mode" to current position in Edit menu - add Comment label and description - update label to "Links to External Files" - remove "Footnote or Endnote", "Index Entry" and "Bibliography Entry" to "Reference" submenu - make new submenu page, embedded as "Reference" - add "access" command for "Reference" in edit_menu.xhp - add keyboard shortcut for "Go to Page" - update "Go to Page", because no longer to Navigator - update "Edit File" (/shared/02/070700000.xhp) to "Edit Mode" - update to <h1>,<h2>,<menuitem> Change-Id: I34e8f74b8d43e2875e40b24cc0d93eecdc2b2ad0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104498 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2020-07-16tdf#126142 Update ImageMap menu item locationsIlmari Lauhakangas
Change-Id: I36b83fd50c53b144c68ed794d1f1516a6984826c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/98855 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-03-21tdf#91313 Update Paste Special new featuresOlivier Hallot
- add Paste Nested Table, Columns Before, Rows Above - add Paste Only Text, Number, Formula - Refactor Paste Special <switch> for Calc Change-Id: I56547db917863aca2402191bef934c2bba5ff619 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90864 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2016-11-10Remove embeds of the description of the Edit - Plug-in menu itemGabor Kelemen
Change-Id: I57c83a56de0fe124f168adbcb7c4a3fdbd45d60d Reviewed-on: https://gerrit.libreoffice.org/30734 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-09update parts related to direct cursor modeStanislav Horacek
new Edit menu item added, icon on the Tools bar renamed Change-Id: If5edfff9fb8a71bdf3ed1aea02a23ba469e1fbf2 Reviewed-on: https://gerrit.libreoffice.org/22880 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-01more *_part_title variables removed, l10n nightmareAndras Timar
Change-Id: Icf0539cdc590e126117f439f6acc159b2d7af281
2015-11-01do not use variable here, hard to localizeAndras Timar
Change-Id: I144ce4b1a22d534cd99f1d4bcb14aa04199a35d2
2015-10-31tdf#92825 Add missing entries in the Edit menuYousuf Philips
Change-Id: I39aee6685d6a4491d27c89fccea3df956c7b4ed6 Reviewed-on: https://gerrit.libreoffice.org/19661 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-10-01tdf#92825 Rearrange the edit menu in writer, calc, and impressYousuf Philips
Change-Id: I3e4ee6fa36f87c163db7b5966ec975065f9b7921 Reviewed-on: https://gerrit.libreoffice.org/18574 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-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc