office-gobmx/basic
Takeshi Abe 666901bc82 basic: Test VBA's CDec() only on Windows
since it is not implemented on others.

Change-Id: If058207eb441caa65f93bbb554fe77cf469b1682
Reviewed-on: https://gerrit.libreoffice.org/37631
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-05-16 05:19:17 +02:00
..
inc loplugin:checkunusedparams in basctl and basic 2017-05-02 11:55:03 +02:00
qa basic: Test VBA's CDec() only on Windows 2017-05-16 05:19:17 +02:00
source Translate German comments and debug strings (leftovers in dirs a... to c...) 2017-05-15 15:27:52 +02:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_macros.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_basic_scanner.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Library_sb.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +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]