summaryrefslogtreecommitdiff
path: root/source/auxiliary/sbasic.tree
AgeCommit message (Collapse)Author
2020-06-17tdf#134032 Calling Calc function from basicOlivier Hallot
Change-Id: I7c3c64e0df4d89b46e49afb869f3e2de0825a6e2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96485 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 7af288d0fa90e5e31c29014501f06f776a00366a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96504 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-05-11tdf#131416 Syntax diagramsLibreOfficiant
- Erase: syntax + new examples + x-refs - Managing flow of control: Do, If, While diagrams - Basic Syntax Diagrams (WiP) cheatsheet: https://wiki.documentfoundation.org/User:LibreOfficiant/BasicSyntax Change-Id: I68e03ccf8169d59e56f9a2e5b10b4bf09d8b217b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93529 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-05tdf#131416 Syntax diagramsLibreOfficiant
- Print & Select Case statements - GoSub,GoTo, On…GoSub/GoTo statements - section reuse + x-refs Change-Id: I785d46013d7e8e9f571b2a2d2abaa3e2e41d223f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93376 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-04tdf#131416 Basic Subroutines help pagesLibreOfficiant
- Function, Property & Sub statements - Public, Private are keywords, Global removed from diagrams: - Global=Public as Basic libraries remain in memory - Basic toc & index Change-Id: If107f4d148b4da399dd03d1b18ea3da5454bb9ac Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92784 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-15Basic Table of content alphebetical orderingLibreOfficiant
Change-Id: I5e0d46bbbf64fe1b9296fc912e2492a7acd73af7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92180 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-09tdf#129366 Resume statement new help pageLibreOfficiant
its 3 available options are: - 0 - label - Next + associated examples in combination with On Error statement To be rebased past #91709 Change-Id: I0986816580835bf9b2b2657ecdbdc06118b1ff9d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91712 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-09Variable insertions for future page embedsLibreOfficiant
"Relatedtopics" with x-refs to come after Change-Id: Ic6d58f4e338ea2ddcbba7f063be9dafce34eb914 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91178 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-02VBA Err objectLibreOfficiant
- Handling exceptions or Throwing them w/ Basic A limited set of VBA ERR object properties & methods are exhibiting useful features. This page document that subset. Change-Id: I98726a6ffbce370b81f1a26daa35a8a1bf3dc57c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91177 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-03-11Addition to Basic reference TOCLibreOfficiant
Change-Id: Icaea025c635127f5503270e071fab83f2760c480 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90278 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-31sbasic.tree, uno_objects, ThisComponent better descriptions LibreOfficiant
Change-Id: Ie1778adf59317260cc0c9a1c1eb43ed2d66e7518 Reviewed-on: https://gerrit.libreoffice.org/81822 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-31tdf#127716 Add GlobalScope object descriptionOlivier Hallot
Also add BasicLibraries and DialogLibraries Refactor page Add entry in tree Change-Id: I9754af4d98fc6267120c232e1ba366262534b3a7 Reviewed-on: https://gerrit.libreoffice.org/81803 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-25Fix links for basic_2_python pageOlivier Hallot
Change-Id: I7ffd91ea10b22a5215a77be9639dd8d9c27c9ed0 Reviewed-on: https://gerrit.libreoffice.org/81509 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-26Python dialog handler new topicLibreOfficiant
'Dialog Handler' new topic bunch of x-ref between pages make & toc OH: - fixed broken file path - fixed broken links Change-Id: I37e94fea48c394310298ff6f4b13f22c71c523c4 Reviewed-on: https://gerrit.libreoffice.org/76191 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-15Python to Basic Help pageLibreOfficiant
- Python x Basic inter-language calls - Dialog handlers with Basic or Python Amend 1 - place page at right path - inter-page link calls - entry in Contents - Some changes in passive voice, articles in text Change-Id: I5bb54150f534486c092036a8ed4fa7cc38cc9ef0 Reviewed-on: https://gerrit.libreoffice.org/75057 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-14tdf#124066, tdf#114263 BASIC Replace function HelpOlivier Hallot
with kind help of Gerhard Weydt (tdf#124066) Change-Id: I856c8ff600774bec82daafdef63ea8cca15b5097 Reviewed-on: https://gerrit.libreoffice.org/69255 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-14Python: improve navigation between Help pagesOlivier Hallot
add links between python pages add links from Contents section Change-Id: Ifc6704862c8213008eeb5d6e6baf86aa7c7be50b Reviewed-on: https://gerrit.libreoffice.org/67778 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-01-26tdf#114263 Help page for Partition [VBA]Olivier Hallot
+ some hyperlinks and reordering of text in calssmodule and compatible, option vba support. Change-Id: Ic387086a5874989d22cf93caf0f3d0f48fd77a9e Reviewed-on: https://gerrit.libreoffice.org/66910 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-01-24tdf#114263 Undocumented BASIC OptionsAlain Romedenne
Option Compatible Option ClassModule Change-Id: Ieb07fddb216f4f8cc26089a30226da5760b0065e Reviewed-on: https://gerrit.libreoffice.org/66824 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-12-30tdf#114263 Add info for BASIC Spc() functionOlivier Hallot
Change-Id: Ic57ae1777e9e41c67a914b210b002f3ba89e678c Reviewed-on: https://gerrit.libreoffice.org/65753 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-12-30tdf#114263 Add Help page for BASIC Frac FunctionOlivier Hallot
Change-Id: Icc56a51597318d5c0683a2976b8d08f1b30ca49c Reviewed-on: https://gerrit.libreoffice.org/65752 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-12-30tdf#114263 Help page for BASIC WaitUntil statementOlivier Hallot
Change-Id: I6ef145556a813f65ea509b146eadbf744b6f1fae Reviewed-on: https://gerrit.libreoffice.org/65721 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-12-12StarDesktop object and reorder indexesAlain Romedenne
Add StarDesktop object description Reorder "Other commands" to add UNO objects Change-Id: Ia6547ea059276f8946b03392d29d968187bcd26c Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/64981 Tested-by: Jenkins
2018-11-29Help pages for VBA Enum statementAlain Romedenne
Change-Id: I4f382453334aa964115d30d7e11e7d202d63a230 Reviewed-on: https://gerrit.libreoffice.org/64202 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-28tdf#121736 initial Help pages for Python scriptsOlivier Hallot
Work in progress, initial addition of help pages for python scripts in LO. Change-Id: Iee95b1340c821fdb08524fdedeca3817b0de1459 Reviewed-on: https://gerrit.libreoffice.org/64137 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-23tdf#114263 add help page for GetPathSelector()Alain Romedenne
Change-Id: I021dcde2c5bb27713cbbff03af9f3662f187be4b Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/63807 Tested-by: Jenkins
2018-11-15tdf#118473 Help page for VBA FormatNumberOlivier Hallot
+ some fixes in table formatting * Added Mike's advise. * fix dumb copypasta Change-Id: I997c3200e521e7fac9f20f17a9bb9e2574bccfdd Reviewed-on: https://gerrit.libreoffice.org/63373 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-07-19tdf#118330 Terminology change of CONTENTS sidebarOlivier Hallot
Change-Id: Ibb7b5d85f39e1a097ff85e74f2f2be69ab48bc57 Reviewed-on: https://gerrit.libreoffice.org/57018 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-07-11Fix more typos in GIMMICKS name here and thereOlivier Hallot
Change-Id: Iae95e2aaa42f273effa3b7576da7e6c45495c5c6 Reviewed-on: https://gerrit.libreoffice.org/57273 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-06-15Add help pages for internal Basic libraries (WIP)Olivier Hallot
LibreOffice ships Basic libraries with many nice Functions and Subs that are not documented at all. These pages shed some light to these libraries and is a work in progress. Change-Id: Icb237bf552b785e576e984e47fd0c5cf4f7e29d7 Reviewed-on: https://gerrit.libreoffice.org/55876 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-02-22Deletion [Runtime] from names functionstagezi
[Runtime] was deleted [Runtime - VBA] was replaced to [VBA] Combination of words "runtime functions" and "runtime categiries" was replaced to "functions" and "categiries" respectively Change-Id: I1f03a5f2ef1697e216e144ecccbfb8942b315718 Reviewed-on: https://gerrit.libreoffice.org/49914 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-12-17tdf#104171 Cleanup of Macro Help pagesOlivier Hallot
Removed shared/main0600.xhp (obsolete) Fixed links between help pages Added entry to tree file (contents) Change-Id: I2a954c328f214728d554bff2166f82b2c2b96f35 Reviewed-on: https://gerrit.libreoffice.org/46618 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-12-06tdf#84675 Undocumented VBA function: MonthNameOlivier Hallot
Change-Id: I3fa5e80dd94c281bdfd6e076f55e172c52be9ecb Reviewed-on: https://gerrit.libreoffice.org/45757 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-12-04Add some entries in tree filesOlivier Hallot
plus a link address fix Change-Id: Ib73385d43b7c354b81265ad7aa06dec66df2763e Reviewed-on: https://gerrit.libreoffice.org/45762 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-12-03tdf#84675 undocumented BASIC - tree files updateOlivier Hallot
Change-Id: I06ace765057fe5fa9b8add62d232c8c0cbaf23f5 Reviewed-on: https://gerrit.libreoffice.org/45750 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-07-24tdf#108680 Help page for VBA function SYDOlivier Hallot
Change-Id: Icec5d785a73b31313aaacd86252cae9cc9013043 Reviewed-on: https://gerrit.libreoffice.org/40354 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24tdf#108679 Help page for VBA function SLNOlivier Hallot
Change-Id: Ida99588e30da477d8bc280492c5e90d52d24aee0 Reviewed-on: https://gerrit.libreoffice.org/40353 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24tdf#108678 Help page for VBA function RateOlivier Hallot
Change-Id: Ied97ddb4654817c705108b77a62dedcf3b001e34 Reviewed-on: https://gerrit.libreoffice.org/40352 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24tdf#108677 Help page for VBA function PVOlivier Hallot
Change-Id: Iacd0db8577cc1807b69306cf2d950326f49c2a9c Reviewed-on: https://gerrit.libreoffice.org/40351 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24tdf#108676 Help page for VBA function PPmtOlivier Hallot
Change-Id: I689c08037890630d0bb49305bec23e518bf085c8 Reviewed-on: https://gerrit.libreoffice.org/40350 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24tdf#108675 Help page for VBA function PmtOlivier Hallot
Change-Id: I1e35ee31cd96aeee8f1b55a5adb119c50af1a1af Reviewed-on: https://gerrit.libreoffice.org/40349 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24tdf#108674 Help page for VBA funciton NPVOlivier Hallot
Change-Id: I7ad2848d559ad15a31cca729587926d99dfd7a60 Reviewed-on: https://gerrit.libreoffice.org/40348 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-17tdf#84675 Add help page for NPer function of VBAOlivier Hallot
Change-Id: Id601138bc4ad390f8ec6c14fe41dc1f936ab5aab Reviewed-on: https://gerrit.libreoffice.org/38902 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-16tdf#84675 Add help page for MIRR function of VBAOlivier Hallot
Change-Id: I7b55b4994a1c65b714be3ad4114aee9233502276 Reviewed-on: https://gerrit.libreoffice.org/38897 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-16tdf#84675 Add help page for IRR function of VBAOlivier Hallot
Change-Id: If4218b4b9619766e25676d5c4be35db42d51b007 Reviewed-on: https://gerrit.libreoffice.org/38896 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-16tdf#84675 Add VBA functions to tree fileOlivier Hallot
Add current VBA functions to the tree (Contents tab) Change-Id: I433cd9a77fd1fe6a15ea6778a475a96840299a3c Reviewed-on: https://gerrit.libreoffice.org/38856 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2016-06-21remove "-" between FileAttr-Function and FileLen-FunctionChristian Lohmaier
to be consistent with the rest of the functions reported via pootle-feedback Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932
2015-08-05missing space Open Statement[Runtime] → Open Statement [Runtime]Christian Lohmaier
Change-Id: If90b4d89c0dc7172b417b30dd242278386813244
2013-11-05Access2Base - Help fileJean-Pierre Ledure
Summary description + reference to official doc site 1 entry in index 1 entry in Macros & Programming - Guides Change-Id: I26587292b4daff035779fc197522af7dc600279a Reviewed-on: https://gerrit.libreoffice.org/6522 Tested-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-10-17add DateAdd to index of all Basic functionsLionel Elie Mamane
Change-Id: I822dffb39e12a3bc8702e3bb50d22bbd3dfa2eaf Reviewed-on: https://gerrit.libreoffice.org/5900 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-09-17documentation for new UNO Date/Time/DateTime struct <-> Basic Time conversionsLionel Elie Mamane
Change-Id: I8679534affa1ac5ee22393189188ff1ac09aa0f5 Reviewed-on: https://gerrit.libreoffice.org/5899 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>