summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann6-8/+8
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann6-8/+8
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-4/+4
2015-04-20java: remove some unused codeNoel Grandin1-3/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-4/+4
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-3/+3
2015-04-01loplugin:staticfunctionNoel Grandin5-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-24/+24
2015-03-31Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara1-2/+3
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann8-28/+28
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet1-2/+2
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann16-51/+832
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-06Idle Timer: Invented Base ClassTobias Madl1-2/+2
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+2
2015-03-04V813: Decreased performanceCaolán McNamara3-4/+4
2015-02-24Avoid unnecessary bad downcasts to ButtonStephan Bergmann1-2/+5
2015-02-18TyposJulien Nabet1-1/+1
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl1-0/+9
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara3-55/+53
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-13/+13
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara3-56/+0
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino1-1/+1
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl2-0/+2
2015-01-20Some more loplugin:cstylecast: toolkitStephan Bergmann4-7/+7
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin3-41/+10
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2-1/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2-2/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05java: unnecessary method overridesNoel Grandin1-6/+0
2015-01-05java: remove more dead codeNoel Grandin4-7/+9
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin1-2/+2
2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin3-323/+29
2015-01-05java: remove dead codeNoel Grandin27-1501/+1
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-7/+7
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: fix access to always null fieldNoel Grandin1-4/+1
2014-12-19java: synching on a global object is not very usefulNoel Grandin1-2/+1
2014-12-19java: dodgy synchronisation around clearNoel Grandin1-1/+1