ed0ffbba06
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* |
||
---|---|---|
.. | ||
inc | ||
prj | ||
qa/cppunit | ||
source | ||
util | ||
AllLangResTarget_sb.mk | ||
CppunitTest_basic_scanner.mk | ||
Library_sb.mk | ||
Makefile | ||
Module_basic.mk | ||
Package_inc.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.services.openoffice.org/wiki/Basic]