summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-09vcl: VclPtr conversion in basicNoel Grandin2-39/+60
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann4-12/+12
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann4-12/+12
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-11/+11
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-4/+4
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann7-23/+23
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann10-20/+20
2015-03-26WaE: this method is empty and should be removedTor Lillqvist1-0/+3
2015-03-25TyposJulien Nabet1-2/+2
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini1-1/+1
2015-03-24loplugin:constantfunction: basicNoel Grandin4-25/+1
2015-03-23remove trailing blanks rubbishEike Rathke8-188/+188