summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2016-03-10basic: tdf#87530 if a new password is set, must set mbLoadedSource flagMichael Stahl
2016-03-10basic: tdf#87530 don't copy storage that doesn't existMichael Stahl
2015-10-17tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard
2015-08-31tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard
2015-08-20tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-18missing semiCaolán McNamara
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-17remove unnecessary header fileNoel Grandin
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-12Missing disposeAndClear in MsgBox basic functionPhilippe Jung
2015-05-12tdf#90969: basic: add horrible hack to avoid crash due to ...Michael Stahl
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-30tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann
2015-04-28SbModule::Run return value is unusedStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
2015-04-19Related tdf#55502: Harden a bitJulien Nabet
2015-04-19callcatcher: update unusedcodeCaolán McNamara
2015-04-18tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in basicNoel Grandin