office-gobmx/basic
Thorsten Behrens 66a175834c c++ API: use css alias in generated headers, adds global css decl
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star

Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.

Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30 14:36:36 +01:00
..
inc c++ API: use css alias in generated headers, adds global css decl 2012-11-30 14:36:36 +01:00
prj
qa basic add a generic unit test fixture 2012-11-03 20:24:28 -05:00
source fdo#46808, Adapt reflection::ProxyFactory UNO service to new style 2012-11-28 13:06:18 +01:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_coverage.mk basic add a generic unit test fixture 2012-11-03 20:24:28 -05:00
CppunitTest_basic_enable.mk
CppunitTest_basic_nested_struct.mk
CppunitTest_basic_scanner.mk AllSettings with LanguageTag 2012-11-22 12:34:59 +01:00
Library_sb.mk AllSettings with LanguageTag 2012-11-22 12:34:59 +01:00
Makefile
Module_basic.mk basic add a generic unit test fixture 2012-11-03 20:24:28 -05:00
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]