11 Commits

Author SHA1 Message Date
6d4d158dee tdf#107081 Update instructions for inserting objects from the Gallery
Updated text/shared/guide/gallery_insert.xhp to remove references to obsolete features and update instructions that no longer work. Expanded "Related Topics" section.

Deleted:
  text/shared/guide/dragdrop_fromgallery.xhp
  text/swriter/guide/insert_graphic_gallery.xhp
- because they cover the same subject matter as text/shared/guide/gallery_insert.xhp.

Updated AllLangHelp_shared.mk to remove reference to text/shared/guide/dragdrop_fromgallery.xhp.

Updated AllLangHelp_swriter.mk to remove reference to text/swriter/guide/insert_graphic_gallery.xhp.

Updated auxilliary/shared.tree to redirect any references to text/shared/guide/dragdrop_fromgallery.xhp to text/shared/guide/gallery_insert.xhp.

Updated auxilliary/writer.tree to redirect any references to text/swriter/guide/insert_graphic_gallery.xhp text/shared/guide/gallery_insert.xhp.

Changed any links to text/shared/guide/dragdrop_fromgallery.xhp in the following files to links to to text/shared/guide/gallery_insert.xhp:
  text/sdraw/guide/graphic_insert.xhp
  text/sdraw/guide/main.xhp
  text/shared/01/gallery.xhp
  text/shared/guide/dragdrop.xhp
  text/shared/guide/dragdrop_beamer.xhp
  text/shared/guide/dragdrop_gallery.xhp
  text/shared/guide/dragdrop_graphic.xhp
  text/shared/guide/dragdrop_table.xhp
  text/shared/guide/main.xhp
  text/swriter/guide/dragdroptext.xhp

Changed any links to text/swriter/guide/insert_graphic_gallery.xhp in the following files to links to to text/shared/guide/gallery_insert.xhp:
  text/sdraw/guide/graphic_insert.xhp
  text/shared/guide/insert_bitmap.xhp
  text/shared/guide/insert_graphic_drawit.xhp
  text/swriter/guide/insert_graphic.xhp
  text/swriter/guide/insert_graphic_dialog.xhp
  text/swriter/guide/insert_graphic_fromchart.xhp
  text/swriter/guide/insert_graphic_fromdraw.xhp
  text/swriter/guide/insert_graphic_scan.xhp
  text/swriter/guide/main.xhp
  
Updated text/shared/01/gallery.xhp to update obsolete instructions. 
  Added "How to Get" instructions for accessing the Gallery with a keyboard shortcut. 
  Added additional keywords to make the page easier to find. 
  Added additional HID bookmarks so that pressing F1 will now open the relevant help page for context menu items in the Gallery.
  Reorganinzed the article to improve clarity including adding additional headings.
  Added embed links for additional menu options to provide a more thorough explanation of the Gallery feature.
  Added an explanation of the "Title" option in the context menu.
  Removed the "hidden" tag from the description of the "Detailed view" and "Icon view" options.

Updated the description of the Insert function in text/shared/00/00000010.xhp to reflect how inserting an object from the Gallery currently works. Changed "Background" to "Insert as Background" to better reflect current menu options.

Change-Id: Ib510289436a449a1581b2f9b6deacea3f5cfe37c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165620
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-04-03 01:14:27 +02:00
9d9886700e tdf#155875 Tab'd UI cmds Writer/Format in Help(14)
+ refactoring
+ Writer Format menu (part 14)
+ UNO commands get a help page of its own.

Change-Id: Iccac500359fece107e91393c3fa38df393a217b8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155984
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-08-23 17:13:07 +02:00
68257fa557 tdf#154364 (final) refactor "related topics" for share/guide
+ refactor
+ some changes in content display
+ few icon updates

Change-Id: I1cc1823313d96667827a590b48eb4bcbe5419ba5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149632
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-03-27 15:58:49 +00:00
7e42394ecb tdf#152323 drop name attribute from <link> elements
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-12-07 17:39:02 +00:00
aa1b42c379 Revisit Insert Image help page
Updates on menus and instructions

Change-Id: I45bbc4709baf550d0caad5700754e7f168c64ba3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135423
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-07 17:52:49 +02:00
eb9ec1c794 remove obsolete oldref attribute (removes one context line in pot)
also remove obsolete l10n attribute (doesn't affect translations/pot)

Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
2017-05-09 16:37:41 +02:00
68f7b9d1c6 tdf#70998 change term "Graphics" to "Images"
Change-Id: Ic2c2877a077bd5ba67a271dd7a89c4d1391e6fbb
Reviewed-on: https://gerrit.libreoffice.org/30450
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01 21:48:46 +00:00
36a1eb4dce related fdo#70998 rename Picture to Image
Change-Id: Ie196de29cc8b2fa2d569019d18ddbd117cb33b5a
Reviewed-on: https://gerrit.libreoffice.org/12128
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-30 14:02:52 +00:00
a8572d0a8c fdo#70998 change terms graphics/picture to image
not completely since changes in UI are not complete

Change-Id: I404af180fc4317204995217736f4e2bfd2cc7723
Reviewed-on: https://gerrit.libreoffice.org/9244
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-06 15:08:51 +00:00
df4d4db740 re-base on ALv2 code. Includes:
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-12-13 13:02:02 +00:00
61173c1b58 move help structure one directory up
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
2012-10-16 11:07:30 -05:00