5cc5cbc6ae
Fix typo
...
Change-Id: Ia62d016ffacbeb4a9cac6a27f52843432c29e755
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134318
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
2022-05-14 18:17:04 +02:00
9567d47780
Document new CompactLeft and CompactUp methods from the Calc service
...
Change-Id: I6bc2a4d80fb94f7158c60e107252e112cee83c44
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134073
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-05-13 14:22:25 +02:00
400a0ea4d3
Filelen() Basic function's upper limit is 2GB.
...
This patch links to ScriptForge.FileSystem.GetFileLen() alternative method who returns higher range numbers, assuming libO Python Scripting framework is present.
Change-Id: Id4a3f47cbe7be2ed27d162532b87c1388f23fce1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133857
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
2022-05-12 17:46:39 +02:00
faf6e68821
Fix typo
...
Change-Id: Idb3c20b35f3337e6d879a551b118a83016c6c30d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134102
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
2022-05-10 07:06:36 +02:00
084d84f098
tdf#141474 tdf#148466 Choose function accepts keyword arguments
...
Change-Id: I82407ecc20b66c385f17509aa703222d2d2d10e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132390
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-05-09 17:43:19 +02:00
69073be693
Cleanup ScriptForge examples
...
Done these cleanups on ScriptForge examples:
* Consistent ScriptForge examples variable names
* Fix wrong link
* Add missing text
* Remove extra text
Change-Id: I49f7e70268c9a9c576e6fb479559bc5c222f86ca
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131868
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be >
2022-05-03 19:15:20 +02:00
834789bd8d
Update Basic function Shell page
...
Change-Id: I64ed0d7ce000f6a0ca49d60fa0f4ed80690ac03c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133659
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-05-02 17:19:18 +02:00
b6accc5eaf
tdf#114263 Basic 'New' operator is optional when setting 'Option Compatible'
...
Change-Id: I27ef9d9c832e4c52e5066336e54095ca949fec9c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133398
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com >
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-04-28 08:27:59 +02:00
5bab8a2d25
tdf#148621 Make ScriptForge service tables mobile-friendly
...
- Introduce <tablehead> element
- While considering text-align, I noticed we do not take RTL languages
into account. A CSS rule 'html[dir=ltr] th' was added, which does
nothing at the moment. We should look into directionality.
Change-Id: Ib59aa0c508529c0beaa35542d96bd5cc1aa4db29
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133114
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-04-19 14:51:33 +02:00
26cd9a5e8b
Fix typo
...
Change-Id: I624ec6267f5a72105c3d600d390849586b839da6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133154
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
2022-04-19 09:05:21 +02:00
24828f91e2
tdf#148621 Improve Basic Help layout
...
- Get rid of tables
- Add normalize-whitespace Prism plugin to get rid of useless indents
- Fix code blocks poking through sticky header
- Add some word wrapping CSS to fix mobile-unfriendliness
Change-Id: I73fd1e0678624b0d4bd5561f50e80990db5567be
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133096
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-04-17 16:38:31 +02:00
4b68b8f837
Some ScriptForge services lack a pre-requisite note 2/3:
...
- included pre-requisite note in SF help page
- created a Python biaised note for 'Basic' service
- will create a Basic biaised note for Basic oriented services in a subsequent patch
Change-Id: I0810602b527fde14e4a013857482fc892593ca7f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132386
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-04-06 20:00:15 +02:00
a6304ba5dd
tdf#127477, tdf#131382 scope of function Minute
...
Change the headng of the Minute function to indicate BASIC scope
+ refactoring of the Help page
Change-Id: I50286245c2e2f573d0ad4c96e37bcb218efe2954
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132632
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-04-06 17:25:28 +02:00
68c52a06cf
tdf#131382 Scope of functions LOG and ASC
...
Change the heading to indicate BASIC function and not a Calc function
Change-Id: I8dae4b7baf64b42dfa156b6dde8039baa6ac3058
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132629
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-04-06 14:17:42 +02:00
54fe9a16be
Minor string fixes
...
Change-Id: Ic7ff445fea3ce1e7369554b165e4ae2aa4cb6c1d
2022-04-05 08:58:36 -05:00
6bc28e0b99
Some SF services lack pre-requisite note
...
Change-Id: Idfd233430aabb5815f1f1db625ca48fd2e613b15
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131873
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
2022-04-01 18:39:25 +02:00
f62d08a3fb
tdf#145754 Corrections to 'Option Compatible' Basic help page
...
Change-Id: Ie44b6b8717de38073dc791c286ce778e7595db3e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132038
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com >
2022-03-30 14:29:26 +02:00
8e0ace084d
tdf#145752 Correction to CompatibilityMode() help page
...
Change-Id: Ie7ca911d8d445c57ad94458711164bdb18be1f13
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129946
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com >
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-03-24 17:16:10 +01:00
b79af43f87
Help page cleanup
...
Change-Id: I1066974181278b56071f16234358d67d8038e134
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131200
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-03-21 18:16:03 +01:00
ced4b1d58e
tdf#146847 Typo in IDIV Basic help page
...
Change-Id: Ib303ad532c2daf9de856ed8c5c5cd2df673920d2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131854
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org >
2022-03-21 13:08:01 +01:00
72eb5901a1
fix example for SF Menu service
...
Change-Id: I769bb965ea1c8ea836850bdf6f3ba05068ec737a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129925
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-03-18 18:10:20 +01:00
87ab46fd22
Fix service name
...
Change-Id: I3f8fcc74afe4ed64c64a5ee8beb41fe289ec7763
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131604
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com >
2022-03-18 08:47:32 +01:00
f5aacf4b1d
Add precisions on Option Compatible in BASIC
...
Change-Id: I7759df12c05dfad209ebaca8747d2daa1d210f09
ref: https://gerrit.libreoffice.org/c/help/+/74812
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131473
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-03-16 15:06:47 +01:00
8b84a4ae1d
CallByname basic example correction
...
Change-Id: Iccfbb52d678cae4c6ce100cfa41576f207120bb2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131204
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-03-14 11:04:55 +01:00
9760c17275
Consistency
...
Change-Id: Ie76a00c8f234e99043b4f108448f65af4fd23a2c
2022-03-12 15:12:27 -06:00
fd0b076d8c
Document new arguments of the L10N service
...
Change-Id: Id187e740cc57785cecb0f92009fc754cfac06f71
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130785
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-03-07 16:10:39 +01:00
ba883f0c4b
Document SheetName property of the Calc service
...
Change-Id: I46411a2917c79059cda08212ded17c517fa49537
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130786
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-03-04 14:05:24 +01:00
385b2a1c99
Basic help extra x-links
...
Change-Id: I875e5027de98d23e1644aaa5cfbce0a124f543b2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130677
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-03-02 14:17:44 +01:00
046e5b4b61
Add ScriptForge services language headings
...
Change-Id: I22fbe569cb3702d784f944738261d7aed6de3ca0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130314
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-02-23 14:54:27 +01:00
2dabe39b56
Tweak ScriptForge GetDocument description to explicitly explain document must be open
...
Change-Id: I9c2429de9114ed843215252803fa0118c113e41a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130162
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-02-21 17:49:51 +01:00
2d7503bd78
do not localize CallType values
...
Change-Id: Ie5d6b52da5b254945b48b7e126e56b86936456f4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130199
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-02-19 23:14:41 +01:00
f5f8ee67bc
do not localize UNO service names
...
Change-Id: I8e2452bd5bdacfd34fe93ed87da43c5e18ac279b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130200
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-02-19 23:13:17 +01:00
b54a0e6d50
correct and reformulate description of CBool example
...
Change-Id: I4a17e3bebc834c095ce909bbb06f0d7c8655cb04
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130107
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com >
2022-02-19 18:56:43 +01:00
70f656485e
Fixes after translation comments
...
Change-Id: I6ea5c43b75e89704a069add030070ddd8f008623
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130153
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-02-18 20:02:30 +01:00
401fb641af
tdf#114263 tdf#141474 tdf#147262 CallByName() function new help page
...
Change-Id: I99ed22b86b04a3ae4338e0c2ab49dbd594032ac6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129607
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
2022-02-18 01:16:57 +01:00
d8d02f0803
tdf#146847 correction to Integer division help page
...
Change-Id: Icdbdaf1fed778a0d235277680a2504386ec9208f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130010
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
2022-02-18 00:51:13 +01:00
36cdfb37ff
fix script name in SF Menu example
...
Change-Id: I6f999c1d51bfc030a3844ff8c77e316da8f77da0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129926
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2022-02-15 17:37:47 +01:00
4cbfef4feb
Document new locale-related properties in SF_Platform
...
New properties are: FormatLocale, OfficeLocale and SystemLocale.
Change-Id: I9203a41c891f3c7491d78b8d2eede369d77679e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129831
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-02-14 14:03:13 +01:00
3994c9e899
tdf#146847 (\) Integer Division operator help page
...
Change-Id: I43e82fd2038a8f557c1fcefebd1beadb2bda7184
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129432
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com >
2022-02-12 09:57:34 +01:00
fbf1f62431
Document new properties/methods in SF_Platform and SF_FileSystem
...
This patch documents the Extensions property in SF_Platform and the new ExtensionFolder method in SF_FileSystem.
Change-Id: I4adca2d71ae9ac6d2f6a3dfc59d055e92b0ceb2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129757
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-02-11 14:08:05 +01:00
c82b7b4751
Document method RunCommand in ScriptForge
...
Change-Id: Iebbf6c521c426d55ffebb48265485c5fa8015390
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129560
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-02-09 17:52:38 +01:00
f1051e47fa
Correction to Basic example
...
Change-Id: Ib15ce21cdbcd2434f051fd62c9a2a73977d2f36a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129438
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-02-06 12:47:55 +01:00
56c146e684
make comments in example for TextStream localizable
...
Change-Id: I4f18e6f5c2d3f8ec6ead759217178095d0c108a2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129383
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2022-02-03 04:19:59 +01:00
84169c6b03
make two sentences in Timer service localizable
...
Change-Id: I39e7cd9bb39cc2905aa9fc36f3434dc70b8e5fe4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129390
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2022-02-03 04:19:15 +01:00
d5322f2e28
tdf#146847 Integer Division (\) operator help page
...
Change-Id: I90505e2412eb53b3423407af52d6b358801c41f8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128543
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-01-31 14:12:12 +01:00
7dea7021f4
make title of method list localizable
...
Change-Id: I8a1a8c1657c6390b8bcd7a42a6f6824293bf43f2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129177
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2022-01-31 00:54:28 +01:00
05845e7cda
fix format of UnoProperties method syntax
...
Change-Id: I50ee4de218b1236283e3aaf76137edb8b79fb062
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129123
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
2022-01-30 21:39:21 +01:00
9de15af089
Create documentation for SFWidgets.Menu service
...
Change-Id: Iaf0d10c2a1100d78098a99c93a2479d31b0f412b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128947
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
2022-01-28 14:53:20 +01:00
2f76d8e928
tdf#145693 tdf#141474 Chr ChrW method signatures
...
Change-Id: If285713e1e76a661205f291f551cc988b194cd35
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128542
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com >
2022-01-26 21:32:01 +01:00
3144ec5695
tdf#146911 Improve Basic DateValue description
...
Change-Id: I41cbd011f753796b45556c5cf33e5fa93f6e7461
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128818
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org >
2022-01-25 17:21:16 +01:00