summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-23more engineering notation format tests, tdf#30716Eike Rathke1-2/+42
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+3
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-3/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-22/+8
2015-03-09cppcheck: variableScopeCaolán McNamara1-4/+4
2015-03-09V801: Decreased performanceCaolán McNamara4-27/+27
2015-03-08TyposJulien Nabet3-5/+5
2015-03-07convert error number to stringLeMoyne Castle1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara5-19/+19
2015-03-02WaE: implicit conversion from bool to 'int'Tor Lillqvist1-1/+1
2015-03-02convert SBI_ constants to enum classNoel Grandin7-27/+39
2015-03-01likely intentDavid Tardon1-2/+2