summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-11/+11
2016-02-06cppcheck:redundantAssignmentNoel Grandin1-2/+2
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-2/+2
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2-3/+4
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl1-7/+39
2015-05-12Missing disposeAndClear in MsgBox basic functionPhilippe Jung1-0/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-6/+6
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-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-50/+71
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann1-5/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-3/+3
2015-04-19Related tdf#55502: Harden a bitJulien Nabet1-1/+1
2015-04-18tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet1-2/+6
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks3-9/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-9/+9
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
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-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-6/+6
2015-03-02WaE: implicit conversion from bool to 'int'Tor Lillqvist1-1/+1
2015-03-02convert SBI_ constants to enum classNoel Grandin2-10/+10
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin2-5/+5
2015-02-24fix marking of free slots in arrayNoel Grandin1-0/+1
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann1-1/+1
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan3-6/+5
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-10/+10
2015-02-05Remove redundant explicit up-castsStephan Bergmann1-4/+4
2015-02-05fdo#39440: replace C-style cast'sJuan Picca2-14/+14
2015-01-30coverity#1267698 Uninitialized scalar fieldCaolán McNamara1-6/+7
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-10/+10
2015-01-24WaE: rewrite call of rtl::OUString::operator= ...Tor Lillqvist1-1/+1
2015-01-23Resolves fdo#87834: strange behavior of mid()-functionJulien Nabet1-2/+8
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann1-6/+6
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-2/+2
2015-01-11Related: #i94895# revert the part of revision 1650261Tsutomu Uchino1-1/+1
2015-01-09Resolves: #i94895# fix illegal result of Replace runtime function"Caolán McNamara1-2/+2
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino1-1/+1