office-gobmx/basic
Arnaud Versini a7e23e7f7b BASIC : Partially revert SbxArray simplification.
Revert partially commit 0fa6c88007
(BASIC : Simplify SbxArray) to make sure SbxArray::Put add too much objects behind 65k limit.

Change-Id: I2d86f213711665f8cb522879ff78ff5bc9f42b31
Reviewed-on: https://gerrit.libreoffice.org/24223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-04-19 07:41:48 +00:00
..
inc loplugin:passstuffbyref in basic 2016-04-13 13:27:51 +02:00
qa Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx 2016-04-18 07:16:41 +00:00
source BASIC : Partially revert SbxArray simplification. 2016-04-19 07:41:48 +00:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_macros.mk
CppunitTest_basic_scanner.mk
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]