summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
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
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26WaE: this method is empty and should be removedTor Lillqvist
2015-03-25TyposJulien Nabet
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini
2015-03-24loplugin:constantfunction: basicNoel Grandin
2015-03-23remove trailing blanks rubbishEike Rathke
2015-03-23more engineering notation format tests, tdf#30716Eike Rathke
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-09cppcheck: variableScopeCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-08TyposJulien Nabet
2015-03-07convert error number to stringLeMoyne Castle
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02WaE: implicit conversion from bool to 'int'Tor Lillqvist
2015-03-02convert SBI_ constants to enum classNoel Grandin
2015-03-01likely intentDavid Tardon