office-gobmx/basic
Caolán McNamara ed0ffbba06 over-engineered thread-safe static OUString
This is a ridiculous over-engineered thread-safe static string for
something which is called so few times, and costs 1k of long-term
memory as the OUString dtor needs to be put into a callback
queue to get called at module unload time.

Just return a new string every time, *rolls eyes*
2012-03-22 12:26:42 +00:00
..
inc remove ToDouble/ToFloat 2012-03-20 12:57:34 +00:00
prj
qa/cppunit
source over-engineered thread-safe static OUString 2012-03-22 12:26:42 +00:00
util
AllLangResTarget_sb.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
CppunitTest_basic_scanner.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_sb.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Makefile
Module_basic.mk Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING 2012-03-05 22:30:10 +02:00
Package_inc.mk
README more idle code documentation improvement 2012-03-06 14:41:45 +00:00

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.services.openoffice.org/wiki/Basic]