summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2015-06-04convert PropertyMode to scoped enumNoel Grandin3-15/+15
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara10-16/+16
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2-3/+4
2015-05-29loplugin:loopvartoosmallNoel Grandin5-6/+6
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini4-87/+14
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini4-41/+34
2015-05-23Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7Julien Nabet1-1/+1
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl2-8/+40
2015-05-19basic: used typed LINKsNoel Grandin4-18/+18
2015-05-18missing semiCaolán McNamara1-1/+1
2015-05-18cppunit: noExplicitConstructorCaolán McNamara1-4/+5
2015-05-18Remove include stdio (part2)Julien Nabet2-4/+0
2015-05-17remove unnecessary header fileNoel Grandin15-46/+18
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-18/+0
2015-05-12Missing disposeAndClear in MsgBox basic functionPhilippe Jung1-0/+1
2015-05-12tdf#90969: basic: add horrible hack to avoid crash due to ...Michael Stahl1-3/+16
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann8-28/+28
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-2/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-5/+5
2015-05-07Unwind SotStorageRef typedefStephan Bergmann3-9/+9
2015-04-30tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet1-4/+4
2015-04-30Gradually typed LinkStephan Bergmann4-7/+7
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2-9/+4
2015-04-29Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann1-2/+1
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-50/+71
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-2/+2
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann1-5/+1
2015-04-28SbModule::Run return value is unusedStephan Bergmann1-5/+1
2015-04-24loplugin:simplifyboolStephan Bergmann4-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-3/+3
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann1-6/+6
2015-04-19Related tdf#55502: Harden a bitJulien Nabet1-1/+1
2015-04-19callcatcher: update unusedcodeCaolán McNamara1-18/+0
2015-04-18tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet1-2/+6
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-2/+2
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks3-9/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin37-154/+154
2015-04-13loplugin:staticmethodsNoel Grandin12-30/+27
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini1-184/+83
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3