office-gobmx/basic
Andreas Heinisch 84b884135e tdf#79426, tdf#125180 - Don't convert missing parameters to requested type
If a particular parameter type is requested during the
construction of a parameter list, don't convert missing
parameters to avoid implicit casting to the specified
data type and value of the method.

Missing parameters are handled in StepEMPTY, where
additional information about missing parameters is added.

Change-Id: Ia413b2996d7d1feecedc1dfefaf6baf0fd9d917e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90215
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-04-02 12:57:57 +02:00
..
inc move some headers inside basic 2020-02-08 13:21:31 +01:00
qa tdf#79426, tdf#125180 - Don't convert missing parameters to requested type 2020-04-02 12:57:57 +02:00
source tdf#79426, tdf#125180 - Don't convert missing parameters to requested type 2020-04-02 12:57:57 +02:00
util
AllLangMoTarget_sb.mk
CppunitTest_basic_macros.mk Remove dead condition 2020-02-28 12:32:58 +01:00
CppunitTest_basic_scanner.mk
IwyuFilter_basic.yaml
Library_sb.mk
Makefile
Module_basic.mk
README

Contains the StarBASIC Interpreter

This implements a macro language that, when in VBA compatibility mode,
is intended to be interoperable with Visual Basic for Applications,
allowing people to run macros embedded in their documents.

See also:
[http://wiki.openoffice.org/wiki/Basic]