office-gobmx/basic
Thorsten Behrens 493ae7a6bb replace usage of blacklist with denylist
.. and a few cases of instead doing blacklist->excludelist where that
made more sense.

Background and motivation:
  https://tools.ietf.org/html/draft-knodel-terminology-02

[API CHANGE] officecfg::Office::Canvas::DeviceBlacklist -> DeviceDenylist
[API CHANGE] officecfg::Office::Canvas::BlacklistCurrentDevice -> DenylistCurrentDevice
[API CHANGE] officecfg::Office::Common::Misc::OpenCLBlackList -> OpenCLDenyList

Change-Id: Ia35e25496bf0cc0692d5de4cb66bfc232d3a869e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98180
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-10 01:34:54 +02:00
..
inc update pches 2020-04-26 15:34:06 +02:00
qa Upcoming improved loplugin:staticanonymous -> redundantstatic: basic 2020-06-30 19:05:48 +02:00
source replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
util
AllLangMoTarget_sb.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
CppunitTest_basic_macros.mk Remove dead condition 2020-02-28 12:32:58 +01:00
CppunitTest_basic_scanner.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
IwyuFilter_basic.yaml tdf#42949 Fix IWYU warnings in basic/ 2019-11-12 09:20:55 +01:00
Library_sb.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Makefile re-base on ALv2 code. Includes: 2012-07-18 09:29:19 +01:00
Module_basic.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
README s/wiki.services.openoffice.org/wiki.openoffice.org/g 2013-09-07 14:21:22 +02: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.openoffice.org/wiki/Basic]