office-gobmx/basic
Kohei Yoshida a916b6ff7f Detach all DocBasicItem objects upon process termination.
To prevent rogue DocBasicItem objects (which are global objects) from
attempting to stop listening after the main app is dead.

Change-Id: I68a667137ca4e0eff18278f4d2d5dd67466eaf34
2014-05-29 21:59:48 -04:00
..
inc fdo#70474: Random number generation weak with Rnd in BASIC 2014-05-17 12:40:58 +00:00
qa basic: update descriptions and add some more tests 2014-05-13 06:08:05 +02:00
source Detach all DocBasicItem objects upon process termination. 2014-05-29 21:59:48 -04: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 update_pch: add a bunch of pch files 2014-05-09 19:50:42 +00:00
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]