Commit Graph

9 Commits

Author SHA1 Message Date
7bea4ecaa0 Consistently capitalize acronyms
Small follow-up/fixup for commit 2df65a1ff7072dc0ec866f5dfe11846c15208199

Change-Id: I16f4c999c03af3828d6a279e862cc4c88c642138
2022-05-29 07:11:41 -05:00
2df65a1ff7 tdf#149010,tdf#148941,tdf#149012,tdf#149130 update to reflect changes
New labels were given to some controls on the Options tab for
   Image, Frame, and OLE Object in tdf#149010 and tdf#148941.
   This patch updates the relevant help page (the Options tab)
   in the Properties dialog to reflect those changes.

   Because some of the controls in the Options tab also appear
   in the Descriptions dialog, and UI changes were made in that
   dialog (tdf#148941), then the help page for that dialog is
   updated as part of this patch.

   Have also updated some access commands to OLE Object, which
   were changed in tdf#149018

 swriter/01/05060900.xhp (Options tab)
   * "Names"-> "Accessibility" (tdf#149010)
            and corrections to description
   + added an <embed> from the Description dialog page to provide
     the new control label
         "Alternate (Text Only)" -> "Text Alternative" (tdf#148941)
         and the "Description" control, as well as the  corrections
         to the control descriptions.
   + add "Sequences" section heading, in anticipation of tdf#149010
          (comment 7)
   * corrections made to descriptions of "Previous Link" and "Next Link"

 shared/01/05190100.xhp (Description dialog)
   * Corrections made to Description dialog page, and control
     descriptions embedded in the Options tab page. These corrections
     were promised in 61b4b76000bd5adca504df0966ecef3410765ab3.
   * "Title" -> "Text Alternative" (tdf#148941)
          and corrections to description
   + added separate <section>s for "Text Alternative" and "Description"
     so that they can be embedded in Options tab. By keeping them
     separate, it is possible to move their position in the embedded
     file or use separately, if necessary.
   + add <relatedtopics> and link to Options tab, so show an alternative
     way to access the Text Alternative and Description fields.

 simpress/guide/table_insert.xhp
   * move two bookmarks out of <ol>, because it disturbed formatting.
   * "Insert - Object" -> "Insert - OLE Object"
   * refactor changed items to <menuitem>
   * refactor to <h1>,<h2>,<note>

 shared/01/04150000.xhp (OLE Object menu)
   * "Object" -> "OLE Object"
   * corrections to menu contents
   * rename German id

 swriter/00/00000405.xhp  (access for Options)
   + added "right-click" instructions to howtoget

 shared/00/00040502.xhp  (access for Description)
   + added menu instructions for howtoget
   * make corrections in what objects can be accessed by context menu

 shared/00/00000404.xhp
   * "Object" -> "OLE Object" for menu access
   * "Formula" -> "Formula Object" for menu access
   * "Insert - Object - Chart" -> "Insert - Chart" for menu access
   * refactor changed items to <menuitem>
   * rename German id

Change-Id: I1ddeb8d532b81f22eba2b1e480759775ff96969f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134191
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-29 09:22:36 +02:00
0b9b6542a8 tdf#33749 - revised help text for merge and split in Calc
The earlier change (reverted) overlooked the difference between
"Merge Cells" and "Merge and Center Cells", leaving users without
adequate means to merge cells while retaining text alignment. This
patch restores previous usability and moves forward to resolve the
issues raised in this bug report.

Reverted the two changes from earlier work on tdf#33749:
1) Cell context menu back to 7.2
2) Format - Merge Cells menu back to 7.2
3) Help pages to reflect that

Moving forward with the following changes:
1) Rename "Split Cells" to "Unmerge Cells" (Calc only)
2) Add "Merge Cells" and "Unmerge Cells" to the Formatting toolbar alongside
   "Merge and Center Cells".
3) Re-label the Format - Merge Cells menu to Format - Merge and Unmerge Cells.
4) Help pages to reflect core including fixing the duplicate entry in the
   built help/hid2file.js by consolidating the relevant Calc and Writer
   help pages together to remove the duplicate bookmark hid branch value.
   Removed the module specific version.
5) Removed duplicate entry from helpers/unocmds.txt.

Change-Id: Ica50f507eea74acd430bef3042fb9739d1cff7b2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122810
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-10-01 12:46:18 +02:00
c80b3a21ba Fix typo
Change-Id: I2b8e5a1a763acacb9bd6063a54ca97df86322517
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101471
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-23 00:22:58 +02:00
b51008a35b tdf#115254 Some branch bookmarks are'nt working 31
Module cui

Change-Id: I3f9dc6e469b04f0e86c426c907a8213fe351b8c4
Reviewed-on: https://gerrit.libreoffice.org/60636
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-17 22:49:12 +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
8c93e652fa update help ids for impress table dialog .ui conversion 2013-01-28 09:46:00 +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