Commit Graph

931 Commits

Author SHA1 Message Date
809cbbbe8c tdf#169523 Fix ID and anchor link in VBA Objects help page
Change-Id: I1b7992d3ca627d83f6d544546695a6a6752ae114
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/194821
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2025-11-29 20:15:16 +01:00
2fd5bacd39 tdf#162226 More VBA constants documented
Change-Id: Ib50cad936aaed928906e439c9303a08590b0bfa3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/193126
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2025-10-29 00:14:41 +01:00
e0db215cb2 Typo in ScriptForge help
Change-Id: I77598b85c30aac954aa71e1c465f9d4c8016de0b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/192193
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-10-11 11:55:14 +02:00
e7aef120d0 tdf#168561: fix Str documentation
The space is added to non-negative numbers. Clarify in the text,
and fix an example (matching the code fix).

Change-Id: I6f522767ba58d42709351b62368d8df869d3b7d7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/191553
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2025-09-26 20:12:24 +02:00
559c4bc46e New Intersect() method in SF_Calc service
Change-Id: Iaf0d17bfdf9f49d476743e71ba477ef8f581fe85
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/187450
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2025-08-29 10:50:03 +02:00
29f98c327d remove forgotten colon and add dots in table of format codes
Change-Id: I5a7297a22c8414e85751c7d3b6a75518254554ad
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/186270
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2025-06-09 18:53:44 +02:00
9f789ddb74 tdf#146113 Precisions on IsNull Basic function.
+ refactor

Change-Id: Ic45d26f63d65f13d659a39dca27b5d48dc064b6e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/186012
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2025-05-30 14:39:26 +02:00
94037b55de use consistent markup for On... event properties
Change-Id: I65cb7bbebc9360137169c1b2b8580f9470563a4c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184418
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2025-04-21 22:29:53 +02:00
ad32d05567 mute L10n in python code examples
Change-Id: I701d7278ef6e0e1fbb74bf3db401bc0f1f60e1e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184368
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2025-04-19 11:48:12 +02:00
50b461ba72 Fix command line call for right module Help (Help part)
Add unique bookmark to help main entry page of each module.

Change-Id: Ia08a7a8c73d8d65239611a00d141898f153b2af4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184365
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2025-04-19 10:12:12 +02:00
4e20b30849 tdf#163745 BASIC help pages must explicitly state types of all arguments
+ refactor and tweaks

Change-Id: I39a88a35af32aac68e8ebfe566bce0fc927ceef3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184186
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2025-04-16 14:46:36 +02:00
d98542a85b more omissions in Python help
- incl. code change

Change-Id: Ifef19fdc11352355dead1fab7b4c6f21aaec8608
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184214
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Tested-by: Jenkins
2025-04-15 13:26:29 +02:00
50ac2a4859 tdf#163745 BASIC help pages must explicitly state types
Change-Id: Id1c8a68f91b325afd0dd678cfb003d5922100351
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184180
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2025-04-14 22:49:05 +02:00
665361b6e2 tdf#163745 BASIC help pages must explicitly state types
+ refactor for simplification
+ changed parameter description section to a table layout
+ tweaks to spare translations
+ changed "Return value" to "Return type" because it refers to
the type of the returned value.

Change-Id: I4fce2473866c1417bf30c82be11dc79417d1445d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184178
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2025-04-14 22:48:53 +02:00
49f57fc09c multiple omissions/bugs in Python help
Change-Id: I92603f09f832d11720112b129445a74c2f2d63ee
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184055
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-04-11 17:17:37 +02:00
eeb6c27c4d tdf#143183 Update BASIC format codes
+ Added hidden formats
+ refactor for easier reading

Change-Id: I25fcebe7530b4c4a78d30371bedecefd0beb7d89
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183974
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2025-04-11 00:52:58 +02:00
0e34d749b4 Fix typo
Change-Id: Ia291efd6eda5c5ae2ac724b07a80ee1d04ae76ad
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183813
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2025-04-08 04:07:43 +02:00
3bc8ac32da Edit source/text/sbasic/shared/03/sf_filesystem.xhp
Change-Id: I0e0faded698ed2da706e7cb5fd83df3cf16c894a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183764
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2025-04-07 16:23:06 +02:00
49f82528ae Precisions about OS recognition in scripts
plus a few invitations to go Python 
Change-Id: I0c58b9f35638c0d609727e6ef4affffac8fce971
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183441
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Tested-by: Jenkins
2025-03-31 16:46:50 +02:00
c3aecb2749 Explicit FilePicker wildcards in filters
Change-Id: Iba727b603318a9a0786e076966ea40b01383e16c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183209
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-03-22 19:11:05 +01:00
d80c8eab19 Code sample fix
Change-Id: I3150817f6ba40184f84f9fdaa743dc2c8435789c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183149
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-03-20 14:26:16 +01:00
e187e1497f SF_Platform new property
Change-Id: Ibf565f9ffd2acd6fdb9fae91a0e54b57ec4ee562
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183158
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Tested-by: Jenkins
2025-03-20 14:25:51 +01:00
8742dc36df TabPageContainer new facility in ScriptForge Dialogs - part 1 & 2
ref patch# https://gerrit.libreoffice.org/c/core/+/182697
https://gerrit.libreoffice.org/c/core/+/182865?usp=email

- removed xml-lang tags
- added missing UNO API properties

Change-Id: I049588de8959be37578c521b4c2f81d2fff591eb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/182745
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-03-20 09:10:08 +01:00
87e6a620e1 VBA Excel method - poorly supported
cf. https://opengrok.libreoffice.org/xref/core/oovbaapi/ooo/vba/excel/XApplication.idl

Change-Id: I6db02e6051c25237b13c4be11169911bde03d419
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183021
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-03-17 13:46:51 +01:00
0b34aab50f tdf#154285 Error code 5 Invalid procedure call possible for NOW()
Change-Id: Ia2b249988f7df784801dc74992127c26f967749d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/181376
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2025-02-11 22:33:03 +01:00
f7ae8ea267 code comment english precision
Change-Id: Ic0a5f84fa328c7cc5e07d0088eeed1b533c28dc3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/181230
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2025-02-07 12:35:58 +01:00
5eeb485479 The "point" mentioned in the help is not a "printer point"
... but a PostScript point (1/72 in).

Change-Id: Ibc43cb702e5ea891d571f7d28f806fa28d957f15
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180640
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2025-01-23 15:09:42 +01:00
a63d9b9869 Mute L10n in BASIC examples
Change-Id: I9feccab8811cfa728310e96eb1e7a78de452a1eb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/179591
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2025-01-01 15:40:34 +01:00
f775af098d SF_exception help corrections
Change-Id: Ie2c36471a7c3f1901454fae2e7cb55e3db5b5770
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/179565
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2024-12-30 15:13:29 +01:00
9bbf0db168 Mute L10N when <embedvar> is a singleton in text
+ some refactor

Change-Id: I071758f139a7f6e9ab91ca277a420c8283b1eae0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/178833
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-12-19 19:17:29 +01:00
faec730e55 Precision in ScriptForge.Session.RunApplication() method
Change-Id: Iade10670dedb638dd36e1b32529b856b44676afe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/178144
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
2024-12-10 16:35:39 +01:00
811ee5d92e Python typing hints are available for Scriptforge services
Change-Id: I0e5bcd7f39d4de7913080648cb6770e83253207c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/178131
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2024-12-10 16:31:28 +01:00
22c587639a tdf#131332: Replace custom date formats with ISO 8601
Change-Id: Idf08d44bb5287da44b281820e73e08c58e154f99
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/178163
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-12-09 23:46:27 +01:00
9b423c924b tdf#131332: Replace custom date formats with ISO 8601
Change-Id: I79b7a4953c49590afd96cc13efad8598285b03a3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/177296
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-27 15:22:21 +01:00
4eb5edf36d ghost ref to OO.o
Change-Id: I92d95d09dea69f9482a9a49ed6a380da017ce749
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176820
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-11-21 03:51:04 +01:00
aa2f1c2c71 New arguments in ScriptForge.Exception.PythonShell() method
Change-Id: Iceb8b2480055e912eb712ff1eb7d842be440f6ba
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176712
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2024-11-20 11:04:37 +01:00
c4bd6c98f9 Basic MiD() method has 2 different signatures
- arguments syntax precisions
- keyword names correction, the 4th argument keyword name is unknown

Change-Id: I6d38dcf61286f88d28090d9e18fafde25bd89376
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172821
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Tested-by: Jenkins
2024-11-17 18:09:53 +01:00
8667cb70fe misc. href typo (lines 65, 71)
Change-Id: I324a475efd194feb4a80d846aa3b206144335ece
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173181
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2024-11-14 19:17:55 +01:00
68fd7de6c3 tdf#162607 disambiguate hid2file.js, InsertTimeField
+ Refactor

Change-Id: I93476e7e2d71766be718f398a593d2674016c1d4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175695
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2024-10-27 14:08:49 +01:00
b1d8f7ad81 tdf#134503 precisions on Option Explicit statement
Change-Id: Ic9f0efe82bf42e4e6abf492a2933cddef317cf2b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175304
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2024-10-21 10:39:29 +02:00
03b22cedc1 tdf#162607 Remove dup's in hid2file.js, EXTENSIONS*
Change-Id: If744d3c1912c340aef689db3da5b1e80906d6cef
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173278
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-09-12 19:30:11 +02:00
b555962ae0 Refactor - no changes
Change-Id: I22687316796c23402191f74e3eb9e0d9402821e0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173277
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-09-12 19:29:59 +02:00
d984c2e530 tdf#162791 Update BASIC now() help page.
BASIC Now() function changed internal calculation to match Calc's =NOW() function.

Change-Id: I10653e8120c34d57db9f06ad70768174a47cba59
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172876
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-09-05 10:36:16 +02:00
dc7a2b091a clarify Instr(). tdf#129436, tdf#139840
Change-Id: I14f70db80e2a09f9c1e614d0e079830016cbea0f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171778
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2024-08-31 18:39:55 +02:00
eee5d2a36a tdf#162607 Remove dup's in hid2file.js, bad hid
+ Deleted HID_GLOBAL_FALLBACK, removed long time ago, pre-LibreOffice
+ refactor simpress/main0210.xhp

Change-Id: I152d556f7ade460356de2292799d814018871210
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172655
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2024-08-31 14:31:13 +02:00
7590253108 MsgBox not a Statement. tdf#162447
originally from https://ask.libreoffice.org/t/msgbox-statement-vs-function/108929

Change-Id: I62e871b878ec463e9d82a7506124a5c99de7ac28
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171415
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-08-30 16:45:43 +02:00
124dce1174 Fix some "D'oh! you found a bug!"
Change-Id: Ia0610061cb87aa9aac47ebb9312363d435cbf2fb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172447
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2024-08-26 23:40:02 +02:00
3542a6dade tdf#162607 Remove dup's in hid2file.js
+ Case of placeholder "zzzz" left here and there
+ refactor

Change-Id: I048ad7a9db45a8931ffca0ed801cb49c7888e02a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172356
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-08-24 16:36:16 +02:00
2fed269e1f tdf#162470 Fix to If statement syntax diagram
Change-Id: Icafc95df09367a9e7401742630ae06d7ebcc89b0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172198
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Reviewed-by: Pierre F <fpy@bger.ch>
2024-08-22 16:57:24 +02:00
d16cddc360 Apply english grammar
Change-Id: Ibe65885931c5dca006a298eeef9b5b383137b2fc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172186
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Tested-by: Jenkins
2024-08-21 09:45:01 +02:00