office-gobmx/basic
Tor Lillqvist 9ecac3874d Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING
Feature test macros that govern conditional compilation should be
defined in config_*.h include files, not on the compilation command
line.

Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
2014-10-22 09:30:23 +03:00
..
inc More -Werror,-Wunused-private-field 2014-10-15 15:58:56 +02:00
qa vba - disable Currency test / invocation on master. 2014-09-19 15:31:07 +01:00
source Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING 2014-10-22 09:30:23 +03:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_coverage.mk
CppunitTest_basic_enable.mk
CppunitTest_basic_nested_struct.mk
CppunitTest_basic_scanner.mk
CppunitTest_basic_vba.mk
Library_sb.mk Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING 2014-10-22 09:30:23 +03:00
Makefile
Module_basic.mk Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING 2014-10-22 09:30:23 +03:00
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]