office-gobmx/basic
Stephan Bergmann 6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
..
inc Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
prj
qa/cppunit
source fix error comparing a struct vs an uno prop containing a struct fdo#42819 2012-03-09 18:48:36 +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]