summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03/sf_base.xhp
AgeCommit message (Collapse)Author
2022-12-17Document the new SF_Datasheet serviceRafael Lima
This patch creates the help page for the new ScriptForge service named Datasheet. It also updates associated methods that were added to the Base and Database services. Change-Id: I6611653b77e1ee41f6afacccb2094f19d7178434 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144183 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit 63011fa12038ecc796a66fb4fae4851f5b2647c3) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144354 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-07tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas
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-04-05Minor string fixesAdolfo Jayme Barrientos
Change-Id: Ic7ff445fea3ce1e7369554b165e4ae2aa4cb6c1d
2022-04-01Some SF services lack pre-requisite noteAlain Romedenne
Change-Id: Idfd233430aabb5815f1f1db625ca48fd2e613b15 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131873 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-12-28fix comment in Python exampleStanislav Horacek
Change-Id: Ia83cc3896ac8cc6f383cb3ea66a36088aa755322 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127534 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-14Fix minor typos and L10N in ScriptForge help pagesRafael Lima
Change-Id: Ie5c236da58f1a13e9aa022549aef65e661fbfd9b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126673 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-12-04Remove avail_release <notes> from SF documentationRafael Lima
Change-Id: Iab4c6ecba7f4db57bed82a29c5c4b9434b4efbb4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126295 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-11-10New methods in sf_Base, (sf_Calc,) sf_Doc. and sf_Writer servicesAlain Romedenne
- PrintOut - SetPrinter Change-Id: I809797247ce50c9a74ec8c1c703722911c687993 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124194 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-09-16Minor fixes in help files (sbasic)Rafael Lima
Change-Id: Ifb4a91bfeb1ca8f7e67e9affa30b1e29028b4731 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122071 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-09-14fix path of embedOlivier Hallot
Change-Id: I99168be951490a532ca7cc0ab2be906584bd7290 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122068 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-09-08SF_Base.CloseFormDocument() new 7.3 methodAlain Romedenne
Change-Id: Id58053f554c27819aa073ea8312ece8fb32710a0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121762 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-08-13sf_base reviewAlain Romedenne
- typo in Python example Change-Id: I43c6125b20b0c5a4b94c3160e8157eb094bd7a78 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/120434 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-06-24Fix localization in SF_Base and SF_BasicRafael Lima
Change-Id: Ibcd3826af1a89704bf32db833af63fb0b9564cb1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117568 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-21Mute L10n of code statements samplesOlivier Hallot
Change-Id: Id3ec35a2006614bc195812ca4ec25c8eaad85f38 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117500 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-06-08Python support for SF_Base serviceRafael Lima
Change-Id: I4175aecd307d70367eea49cc7a8407d2bca60634 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116707 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-04-29Create SFDocuments.Base service help pageRafael Lima
Change-Id: I2bf6bb4e28ed4390c26f9409dddd2aabd1dc878a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114509 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>