Commit Graph

317 Commits

Author SHA1 Message Date
4c93a82fed Fix bad link in sdatabase
Change-Id: Ia33bd7e02f1b73860f5efee1b86751c3301b249f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145445
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-01-14 15:46:33 +00:00
2154d8b475 Highlight cursor position on opening text documents
(after a facebook LO support group query).

Change-Id: I5d3f25e4190d3d26cb08cb697b65922df617034e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145143
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-01-07 10:10:27 +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
39cb68fb4d help not found on 'File Services' dialog
Change-Id: Ide8dfdea19f13d6978197bece825f70407fbb65b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143272
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-11-28 16:30:04 +01:00
b310c2a8fb tdf#149991 Replace Page with Page Style
Change-Id: I4d7a5178180aa49ca16c569b1c2a90bd248bedc5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142299
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-11-07 01:52:59 +01:00
d599b915a7 tdf#151617 Fix help about Hotspots in ImageMap
As pointer out by the OP the command is under the Tools menu for all LO applications.

Change-Id: I1cb77b60a08f26847887f940ddf288958f9fb465
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141406
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-10-19 16:28:14 +02:00
44ae617cb4 Update list of conversion filters Help page
Change-Id: I04ada8ae7d8776fad8569ec655d09667c36d986e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141157
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-10-10 14:34:20 +02:00
80034ff195 Wrong words
Change-Id: I391a5fd97005fcffac324581856bbdb8a48f1ae9
2022-09-19 16:52:00 -05:00
cf46caf486 tdf#150251, Help part
Change-Id: Ic53d78616c1257770ac588c80c447717dafdb253
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137733
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-08-04 15:09:46 +02:00
5a91be35bf tdf#149846 tdf#149759 Update CSV import Help page
Change-Id: I1a3453a2ac8bf8a5db4df8c5fabecb3e5d83b873
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136807
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-07-04 17:55:56 +02:00
26d75235b7 Improve description a bit
Change-Id: Iaaba632db103777f47d414647e611054824bea23
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136545
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-06-28 16:57:44 +02:00
8871d41ec6 tdf#144055 Fix Find & Replace Help page
Removed switch for Writer

Change-Id: I9d2c1a303ab5c2afdda75fd7403341bd2be97390
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136516
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-28 14:51:44 +02:00
26d2c0e3e5 tdf#149301 Update Navigator terminology
+ Refactor, simplification of <switch>
+ Removed duplicated hid bookmark for Contents
+ Update icons and <alt> text
+ added some of the comments of tdf#178755

Change-Id: Ifaba80d212828e47d99275a9b0a1681eb3bc3430
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136105
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-19 21:40:04 +02:00
3647d4f0a7 Refactor table into list in redlining_enter.xhp
Change-Id: Iba8074cd05c199f75d122955ebd4099262f7cde1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136062
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-17 21:41:04 +02:00
4252eedb1e (related) tdf#149018: "Object"-> "OLE Object" for Insert and Edit menus
tdf#149018 changed "Object" to "Ole Object" in the Insert menu
   and the Edit menu. This patch updates the relevant command
   sequences, and uses <menuitem> on changed sequences.
   Also updates the help pages for OLE Objects, including
   refactoring to <h1>,<h2>, adding variables or sections for
   embedding, and changing some items to embeds.

Change-Id: I6931305d3576458f3f0dbec59a4ecbe00cdcf68a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135009
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-14 07:40:02 +02:00
9d11c15431 Remove hardcoded product name from a translatable string
Change-Id: I7788158520149c3b63b395fca089f6ecdd7b8f78
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135685
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-13 05:04:20 +02:00
09dfc9550c Replace outdated links to OOo's wiki
Change-Id: I4603f02312347b203dbbc13170f92819401e9a3a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135535
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-06-09 17:34:03 +02:00
b97210c58d tdf#126658 update "defining line ends"
The content of the guide page "Defining Line Ends"
(shared/guide/lineend_define.xhp) has not been updated since
its initial checkin in 2004. This patch updates the relevant
menu commands, aligns the description with the current UI,
adds a little more precision in what gets added as an arrowhead,
and refactor to <h1> and <menuitem>.

Also, add a <relatedtopics> section to the "Arrow Styles" help page
(shared/01/05200300.xhp) with an embedded link to this guide page.

Change-Id: I3e619aadddb65b77cc7216074d18c4eb138b1774
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135393
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-09 12:54:02 +02: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
cfdb19246c Unnecessary
Have you benchmarked all computers in the world?

Change-Id: I8d818b9b7debd519001b6e1ec061b982481a5f5b
2022-06-03 02:52:41 -05:00
7ba359feca Fix remaining typo
Change-Id: Id5c5100a25ce41c6cf4d5fbceaee23c68b3d8106
2022-06-03 02:51:42 -05:00
6edfe34b94 Fix typos
Change-Id: I2606fd452bce8cda26345efd301c4c572690ee52
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135207
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-02 00:34:31 +02:00
4bbaecd77c tdf#107078 New way to load color palette
As color, hatching and gradient palettes are now handled by
extensions, this patch include:
- Refactor of xhp tags
- move palette_file from simpress/ to shared/
- adjust tree files
- add entry to shared/guide tree

Change-Id: Ied501dd86431d26d09ed91249c22f422620b16d6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135096
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-05-31 13:17:11 +02:00
35d09673e7 Drop apparently German-inspired use of hyphens
See core commit 4602a27bc9d6304f1ac7c56fde31c138fe7ad626

Change-Id: I2dcf4722d25f2441e15781ae22cd23e5ad761fe9
2022-05-20 05:44:48 -05:00
4412683715 tdf#148943 Clarify CSV import token 4
Change-Id: I5c0094293a1d8a9125cfc2d129681e0c456e8f99
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134135
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-05-11 11:38:51 +02:00
1e721d1ea8 Update Calc Tools menu with Forms submenu
Change-Id: I5524b4ba2674167a162133b9ff99677f2f59cfc3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 17:07:41 +01:00
14b884e807 Revert "Update Clac Tools menu with Forms submenu"
This reverts commit 31f0c48d3bc30742d49af32ac9686d71f8aa7215, because
it broke the build, presumably because it forgot to add
helpcontent2/source/text/shared/menu/forms.xhp as a new file.

Change-Id: Ie51a7683f254b0439bbbc2e563ba943b8f98e02a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131486
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-03-15 08:33:11 +01:00
31f0c48d3b Update Clac Tools menu with Forms submenu
Change-Id: Ib8ac1f43116592ea569d88d16f84db44b0333286
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131567
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 00:11:45 +01:00
14a38203c3 Update Calc's Tools menu Help page
Change-Id: I9f52bd1636a472fc02924c1adf6685358b504e47
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131555
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 00:11:11 +01:00
15250e5e03 tdf#147977 Add Share Spreadsheet help page
Change-Id: Ic4d77dd4b33d3e0bd74c48a195a3d97b2ad647e4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131553
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 00:10:36 +01:00
f43f4bbd7d Use soffice.com in command line parameters help
Which is available since version 6.3. It is the proper console
application on Windows, and thus will correctly show the console
output, and return the program exit code, unlike soffice.exe.

Change-Id: Iff3963489492fe2b8bad40bcfe259a40b3f38fe3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130250
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-02-21 10:39:16 +01:00
71a2d9e0c9 Improve bootstrap -env parameter at CLI
Change-Id: Iba470dd3110269759608b8411a8fb2f5cb14e30a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130168
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-02-18 20:03:37 +01:00
0fa83de417 tdf#146733 (Related to: tdf#146937) remove "refresh" from help
- refresh command was removed (tdf#146937), so remove from help
    + add clarification about templates in relation to categories
    + add "New Category" option
    + add explanations about conditional items in Manage dropdown menu

Change-Id: I1cb7757b0a8b0546989c8a6bfe3e8a4ef1b196a0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129619
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-02-16 14:45:45 +01:00
e1da23a649 Related: tdf#146971 rename %PRODUCTNAME Macros to Application Macros
Change-Id: I83393ec16732482deade1694c6a1a8e2b92f3944
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128916
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-01-25 13:23:56 +01:00
cc64499cec tdf#146733 - add "reset default"
Change-Id: I48ca877a20e44dc0a66ac92483ad47725a4864e1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128807
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-01-23 15:59:22 +01:00
4eecbf9045 Refactor database Help files
Change-Id: I8f8c96bf9cc9c401c38e3cc92f4c3b274b3f15e8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128740
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-01-21 17:59:51 +01:00
b0d6bcb0c0 Resolves: tdf#146733 - updating template manager help page
- update position of "open" button
    - add icons for "open","edit","set default","move","delete","rename"
    - correction for "listview" icon
    - update labels for "import", "export", and "extension" icons
    - correction about editing built-in templates
    - move "move" and "export" entries to "individual templates"
    - correct descriptions for move, import and export, because they are
         no longer buttons, but part of a context or dropdown menu.
    - move "tip" about move and export.
    - move general "tip" about templates from bottom toward top
    - adjust <h2> to <h3> for "move", "import", "export", "extension"
    - update instructions in Example 2

Change-Id: I18a42999103b10d55cebafd51a9ed2c2e0efb87d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128345
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-01-20 23:28:53 +01:00
3c10ab0978 partially resolves tdf#146733: corrections for template view
- correction to listview icon
   - correction to location of listview and thumbnail icons

Change-Id: I5133e88bf2e683bdc6388cacc40a341ee050e714
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128340
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
2022-01-13 15:29:43 +01:00
cf8ad59654 partially resolves tdf#146733: change "tools" to "manage
- change mention of "Tools" icon to "Manage" widget
   - update menu items in Manage dropdown menu, and remove 
        obselete items
   - remove tools icon

Change-Id: I3c68b4686abb10f58cfc8158e95a3eaf51aa9816
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128339
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
2022-01-13 14:44:05 +01:00
edc442479a tdf#72461 Fix Help bookmark for CMIS setup dialog
+ Effective changes are in the <bookmark> at the top
+ Uncommon bookmark HID, svtools/ vs svt/
+ Refactor of the file

Change-Id: I6f2c73fb3912d271e8b496bcdb6edfa0e4dc2eeb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128324
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-01-13 12:23:40 +01:00
abe9969968 Fix typo
Thanks a lot to Valter Mura:
https://listarchives.libreoffice.org/global/l10n/2022/msg00005.html

Change-Id: I3416cd3e0da0426aa4ea074e8b9c8268dfd2b627
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128302
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-01-12 07:19:12 +01:00
215707177c Refactor database files
Change-Id: If6acf26ea094234d06522c26c8bb8274c0abdaa5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127430
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-24 17:57:56 +01:00
4973d1a792 tdf#117868 Help contents for sep= in CSV files
Change-Id: I6ac919fd95b9c30be3f1f2aa7bc18efd40b6d2d7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126188
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2021-12-01 18:43:35 +01:00
b5735b8715 tdf#125636 (part) Include Help for "Start Certificate Manager"
+ some refactor

Change-Id: I7d15ece2c87ab32568f9d40a7dfff8349d45a31e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125969
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-11-29 13:13:21 +01:00
fe3d13ce17 Related: tdf#145728 Update help strings for QR and Barcode dialog
Also, I removed the Wikipedia link. Besides having grammatical problems,
I don’t think these links are a fit for our documentation.
We would do a bigger service for our readers having all the needed
information right into our pages, where we can control it better.

Change-Id: Iaf96727ae5127ad622a2887aeea4c81b262d4ede
2021-11-29 03:23:25 -06:00
f2cbbd18d3 tdf#145831: fix typo in PNG
Change-Id: If393a87a9e17615e65b93852c41f0aeb0c9b55c8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125678
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-11-23 05:49:50 +01:00
04bef9c488 Refactor database help files
Change-Id: Ie8f983d2c49f61084c456f8c7e91b41a6b5ac22a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125491
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-18 19:18:39 +01:00
890b11c7e3 Add Development Tools icon to Help page
Change-Id: I619e94f6c9c58285781cd6635398b4a807d20f55
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125335
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-17 11:48:48 +01:00
982f985d2a tdf#140781 Add PDF + XSLT import API names for CLI
* amended python script
* regenerated convert Help page

Change-Id: I4891491d87b4b21c2d103b9df2adb03a21aff790
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124787
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07 12:53:03 +01:00
7488c63b40 Add 12th param description for Calc CSV import
Change-Id: I4aeeaabe4f3894dac067556824a8c3762c273dbe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124250
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-04 10:34:09 +01:00