office-gobmx/basic
Stephan Bergmann 458c5a0f47 Defer OUString -> OString conversion
...to avoid converting back OString -> OUString in SbiIoSystem::WriteCon.

Change-Id: I17024891d0babaa589f2c65f1123f1905c4338bb
2013-10-15 10:33:26 +02:00
..
inc
qa work around crappy SbiScanner::NextSym(), fdo#70319 2013-10-14 16:00:27 +02:00
source Defer OUString -> OString conversion 2013-10-15 10:33:26 +02: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 gbuild: add gb_Library_use_restarget 2013-09-22 11:08:28 +02: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]