summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken link in SF_StringRafael Lima2021-05-241-1/+1
| | | | | | | | | | The IsIBAN link was incorrectly pointing to IsIPV4 Change-Id: Icd2cb3a5e0ca884afd3edbd3d2a721817d0817f9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115963 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
* Related tdf#128784 X-ref ChDir, ChDrive and CurDir with SF_FileSystemRafael Lima2021-05-204-39/+62
| | | | | | | | | | | The Basic functions ChDir, ChDrive and CurDir are DOS-specific and have limited functionality. Hence, it's important to introduce the FileSystem service (from ScriptForge) for users that wish to write scripts that need to handle folders and files. Change-Id: I33e24669083887b540cf44711ec5114e6ae5c521 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115513 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* sf_Dialog(Control) Python support - part 2/2Alain Romedenne2021-05-191-55/+82
| | | | | | | | | | | - lowercased arguments reflect Python conventions - supplemental Python code snippets Change-Id: I8a8b10c3b56f539b5f7d75c389654a6772b0b659 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115083 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Fix typoAndrea Gelmini2021-05-151-1/+1
| | | | | | | Change-Id: I20b2de6acdf4a065958c887b97e718001e9389e1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115644 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Python support in the SF_UI help pageRafael Lima2021-05-152-155/+310
| | | | | | | | Change-Id: I3d5614d7f2ae24a15718237d817527a4d7421aa0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115199 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
* fixes in help pagesOlivier Hallot2021-05-075-10/+10
| | | | | | | Change-Id: I42107565a6aa22b97d5dbfa8a026ed8ee4b8a2e0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115205 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* sf_Dialog(Control) Python support - part 1/2Alain Romedenne2021-05-061-49/+93
| | | | | | | | Change-Id: I204a78557c607708870a51699af140e13ff2c0e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114724 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
* tdf#131368, tdf#141474 Document WeekDay Basic functionRafael Lima2021-05-064-59/+177
| | | | | | | | | | | This patch updates the WeekDay documentation to explain the use of the second (optional) argument, that refers to which day of the week should be considered to be the first day of the week. This patch also refactors the Now function help page and adds a variable for x-ref. Change-Id: I4bfc9070fc93593217c3c9086935dfc728adee3c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114868 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix <literal> tag in sf_formcontrol Help fileRafael Lima2021-05-041-1/+1
| | | | | | | Change-Id: I7c59c9925a869244dc223d4088176ef73be49c85 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114926 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* Fix TypoAlain Romedenne2021-05-031-4/+4
| | | | | | | | Change-Id: Ia9ede74f44fb9bc500916c7bbd2a66e51b7685d5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114923 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* sf_basic.xhp pt. 2Alain Romedenne2021-04-301-11/+20
| | | | | | | Change-Id: Icb81fca7bdea283d3da6c113d1305d47c5bc6ff3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114867 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* sf_basic py2bas bridgeAlain Romedenne2021-04-297-58/+554
| | | | | | | | | | | | It includes Basic functions rework in order to - share content, - correct Basic keywords argument names tdf#141474 - accommodate Python lowercased arguments. Change-Id: If59a82444a8e001b02d085f5e10e0053666f8485 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114008 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* Create SFDocuments.Base service help pageRafael Lima2021-04-293-2/+235
| | | | | | | Change-Id: I2bf6bb4e28ed4390c26f9409dddd2aabd1dc878a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114509 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* document SF_String isIBAN() 7.2 methodAlain Romedenne2021-04-292-2/+25
| | | | | | | | Change-Id: Icdf0bdc74ea5deced0f31ee01061e46ff8b805f1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114713 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com> Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* Improve linkOlivier Hallot2021-04-283-15/+20
| | | | | | | Change-Id: I209a986ce8a6b7ff995724eec0de55393f518050 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114723 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* tdf#132325 Improve Variant/Any documentationRafael Lima2021-04-281-0/+38
| | | | | | | | | | | | This patch improves the help page "Using Variables": - Adds to the "Declaring Variables" section an explanation that variables of unspecified type will be considered as Variants - Creates a new section "The Variant type" to provide a brief overview of the Variant data type - Explains the Any data type Change-Id: Iaf076ad3ef22d24fb1aa4cfa089ed9d2a1bcf57c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114717 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Create FormControl service help pageRafael Lima2021-04-234-3/+1144
| | | | | | | Change-Id: I32ec1a4509e5d59b73696ac25a4a757d055dfb70 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114186 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Fix typosAndrea Gelmini2021-04-151-3/+3
| | | | | | | Change-Id: I558717200614529e83cc632b562f50069fe4a5cf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114156 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Basic Toc cleanup - pt. 2Alain Romedenne2021-04-152-10/+17
| | | | | | | | | | - reordering - adding missing topics Change-Id: Ie049e96f7849f2b96d56a189cdb163c089eb8fe8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113644 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix sort in Help pagesOlivier Hallot2021-04-151-115/+111
| | | | | | | | | + some L10n fix too Change-Id: Ib380ec77e7c5779b5008f155272f9f26a9cccac5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114119 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Add sort attribute in pageOlivier Hallot2021-04-141-10/+7
| | | | | | | Change-Id: I9e34484ac411e07bcdeb67f4602ee58d7860150a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114112 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix broken linkOlivier Hallot2021-04-141-2/+2
| | | | | | | Change-Id: I7ba4bb85586d7207e8c6f83006b172662344c118 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114109 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Typo in sf_formsAlain Romedenne2021-04-141-1/+1
| | | | | | | Change-Id: I8a70e9b81713a049f1e3ea96fd1dd8faefb0c615 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114003 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* tdf#141474 InputBox Basic method signatureAlain Romedenne2021-04-141-14/+13
| | | | | | | Change-Id: Ie7e5a956e7871d964fb55d81ce639cff0f64642d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113643 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Create SFDocuments.Form help pageRafael Lima2021-04-142-1/+793
| | | | | | | Change-Id: I7726950a477e94b91050180db318752e6a98d434 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113993 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#141474 MsgBox function signatureAlain Romedenne2021-04-142-181/+16
| | | | | | | Change-Id: I4a9a49a3af3379f96ae95c19135a44e7ae5fd29a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113998 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#106944 Fix Basic examples using the Open statementRafael Lima2021-04-0514-210/+260
| | | | | | | | | | | | This patch also fixes some legacy issues: - Use of <embed> tags instead of text "Example", "Sintax", etc... - Create <variable> tags for functions - Add relevant Related Topics section Change-Id: I85c5508c9940a1b72c82c99c39387b95a3c6edea Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113352 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#141200 Improve Basic MOD operator help pageRafael Lima2021-04-051-19/+36
| | | | | | | | | The help page needs to clarify that non-integer operands are rounded to integers before the MOD operation. Change-Id: I96a13cd9381dea3f79606f4f8bf26af54763e76d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113475 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* BASIC Toc cleanupAlain Romedenne2021-04-012-42/+1
| | | | | | | | | | | | | | Relocated topics are - Generating random numbers - (deletion) Comparison operators - Numeric functions - Trigonometric functions - Further statements Change-Id: I2ed75e20f790273460be56fab62ad6cc6e357397 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113366 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* sf_dialog.xhp help page reviewAlain Romedenne2021-04-011-2/+16
| | | | | | | | | | - Removing a draft paragraph - Adding missing property Change-Id: Ie459100631074f73e579244ad3a658e75dc0c2b2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113371 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Fixes localization in SF String, TextStream, Timer and UI help pagesRafael Lima2021-03-304-20/+20
| | | | | | | Change-Id: Ic860d9861006ba69b6d2b593877f2cfa39f31402 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113286 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix localization in SF_Platform, SF_Services and SF_Session help pagesRafael Lima2021-03-303-52/+52
| | | | | | | Change-Id: Iad67f233d3448043bd30475a7a7c383c8e8dd1ca Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113217 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix typoAndrea Gelmini2021-03-271-1/+1
| | | | | | | Change-Id: I23bc6c6fdb13bc41b39e6d6d05886738c5e9bd5e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113210 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix a few more localization issues in SF Help pagesRafael Lima2021-03-253-21/+21
| | | | | | | Change-Id: Iaf2b2c528d42a2d6f6d7ec55c1836c2d5a2c7ca4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112967 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Basic DateXXX methodsAlain Romedenne2021-03-244-45/+63
| | | | | | | | | | | - Fix to Basic DateXxx examples - Locale independant date literals documentation - keywords arguments examples Change-Id: I906b035bb687e6164c6b296f50449986414fa756 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112616 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Fix typoAndrea Gelmini2021-03-241-1/+1
| | | | | | | Change-Id: I11719133be2c9172d5fcec47b8ffd83a3441c321 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113008 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* More small copyedits…Adolfo Jayme Barrientos2021-03-221-1/+1
| | | | | | | | | … and drop a long-standing TODO with my name on it that I’ve forgotten about Change-Id: I91785d024c508e82bce4f27df6e955c69d02b220 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112934 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* sf_dialog, sf_dialogcontrol as of 7.2Alain Romedenne2021-03-223-92/+649
| | | | | | | Change-Id: I970cf55070e21d4c69464cc0984fe1d1dfe894b2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111044 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Fix localization issues in SF_Database e SF_Dialog help pagesRafael Lima2021-03-215-27/+27
| | | | | | | | | Also silence strings for translation in sf_filesystem and sf_dialogcontrol Change-Id: I1303ff8eeb263737266b809c1fbe6366cc85dcf5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112729 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Fixups of things missed in reviewAdolfo Jayme Barrientos2021-03-162-2/+2
| | | | Change-Id: I6190d21bef297077e6a7685b59b58804cce60bca
* Create SF_Database Help pageRafael Lima2021-03-122-1/+325
| | | | | | | | Change-Id: I4ab158e8089973af24155d3b9d0697734acdf4bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112228 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
* sf_platform extra informationAlain Romedenne2021-03-101-29/+22
| | | | | | | | | | | | - OSName precision - Link to Calc formula alternative - dupe IDs in related topics section - typos Change-Id: I88bb9a6f6016907f73b2e47cd90644db9fad2fde Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112224 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* fix buildCaolán McNamara2021-03-091-2/+2
| | | | | | | | | | | | | | | | | | | Error: Duplicated entry. ID = par_id301613075694148 LANG = en-US in File helpcontent2/source/text/sbasic/shared/03/sf_platform.xhp since... commit 37af11b1043178f17a2abcd415348fb353f2fc3e (HEAD -> master, origin/master, origin/HEAD) Date: Fri Mar 5 01:22:31 2021 +0100 Create the Help page for Platform service Also in this patch: - sf_l10n.xhp: add new notes to explain L10N Change-Id: Ib6bbeb521a390dd3448dc4cdb2776599a90202c1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112206 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Create the Help page for Platform serviceRafael Lima2021-03-093-3/+258
| | | | | | | | | | Also in this patch: - sf_l10n.xhp: add new notes to explain L10N Change-Id: Id3ed5022a779f791e5a518154f9f7ffe3b84566e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111928 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Remove more improper ellipses and fix a couple of capitalizationsAdolfo Jayme Barrientos2021-03-044-5/+5
| | | | | | | Change-Id: I3cea0b968dd38d93381268c6b0ede5c90dc8a5a9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111945 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#140118 Fix Help for BASIC function WaitUntilOlivier Hallot2021-03-031-1/+1
| | | | | | | Change-Id: Iad03fa267e2eac42b02b17ebe31ed851dad3e5c8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111912 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix typoAndrea Gelmini2021-03-021-1/+1
| | | | | | | Change-Id: Ia5b8b1aa284dad599452c14d662a9583b9087498 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111763 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Create SF_L10N Help pageRafael Lima2021-03-014-16/+284
| | | | | | | | | | | | Also in this patch: - sf_timer: toggle translation of strings - sf_string: fix typo / add <literal> tag Change-Id: I45356a23104744e41b339d23ecaf03652bb0a765 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111591 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
* Add entry point for Basic editor F1 keyOlivier Hallot2021-02-271-0/+1
| | | | | | | Change-Id: I61a5442679d4e0851c9991e783d3e6d04c61e45e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111592 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* fixing a link in sf_servicesAlain Romedenne2021-02-231-1/+1
| | | | | | | Change-Id: Ic92797d5fbc14fa99e999baf910048f69a6d0d68 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111415 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>