summaryrefslogtreecommitdiff
path: root/basic/Module_basic.mk
AgeCommit message (Expand)Author
2016-02-05basic: Merge macro snippet testsMatúš Kukan
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-04-23execute move of global headersBjoern Michaelsen
2013-03-07Add some stand alone vba specific tests ( mostly vba only functions )Noel Power
2012-11-03basic add a generic unit test fixtureNorbert Thiebaud
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power
2012-05-14Revert "attempt to disable multi-defined symbol on windows for basic test"Michael Stahl
2012-05-14fix missing ')' in Module.basic.mkNoel Power
2012-05-14attempt to disable multi-defined symbol on windows for basic testNoel Power
2012-05-14simple compile test for use of 'Enable' in a Dim statementNoel Power
2012-03-05Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist
2012-02-27s/interpreters/scripting/Tor Lillqvist
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist
2012-01-27Do deliver headers also for iOS even if we don't build the libsTor Lillqvist
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist
2011-12-08Remove archaic testsAugust Sodora
2011-12-05Prevent the testtool from buildingAugust Sodora
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks
2011-10-21String->OUString, with accompanying testsAugust Sodora
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-30convert basic to gbuildMatúš Kukan
ControllerItem::dispose do not directly...Dennis Francis call pBindings->Release(), but call UnBind() instead which correctly sets the state to "UnBound" by setting pNext = this. Thanks to Miklos Vajna for pointing this out ! Change-Id: I08e85496cff6df0952d6c5ec4ee979a93b8862d0 Reviewed-on: https://gerrit.libreoffice.org/40882 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk> 2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke Change-Id: I09dafffd64dd107e802d016494d884f32363521a 2017-04-03tdf#39468 Translate German commentsJens Carl Translate German comments and terms in UnoControls/, editeng/, filter/, odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/, tools/, writerfilter/, and xmloff/. Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1 Reviewed-on: https://gerrit.libreoffice.org/35992 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>