diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2024-06-07 10:13:07 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-07-06 21:31:28 +0200 |
commit | e859581bf5302296634127cd7bb6576f6e3ec932 (patch) | |
tree | 53b53548be4c1f73086ed74dd7259a830bbfb0a7 /source/auxiliary | |
parent | 5e39c70b93559a266ba9f68344fe8c4c3f2feacf (diff) |
tdf#149786 tdf#161495 VBA objects & properties & methods (WiP)
- ActiveSheet object
- (Calc).ExportAsfixedFormat method
This initiates a documentation help page intended to aggregate MSOffice VBA objects
features that are currently supported.
Change-Id: I679e9a64923b69fd0d1a5ac99d39651fd8353fc7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168530
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 679d849a15..ed9ac472c2 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -57,6 +57,7 @@ <topic id="sbasic/text/sbasic/shared/uno_objects.xhp">UNO Objects, Functions and Services</topic> <topic id="sbasic/text/sbasic/shared/calc_functions.xhp">Calling Calc functions</topic> <topic id="sbasic/text/sbasic/shared/special_vba_func.xhp">Exclusive VBA functions</topic> + <topic id="sbasic/text/sbasic/shared/vba_objects.xhp">VBA Supported Model</topic> <topic id="sbasic/text/sbasic/shared/03090400.xhp">Further Statements</topic> </node> <node id="07010201" title="Alphabetic List of Functions, Statements and Operators"> |