summaryrefslogtreecommitdiffstats
path: root/toolkit/source
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-211-4/+4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-4/+4
* loplugin:staticmethodsNoel Grandin2015-04-071-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-3/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-3/+3
* loplugin:staticfunctionNoel Grandin2015-04-015-5/+5
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-016-24/+24
* Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara2015-03-311-2/+3
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-288-28/+28
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-3/+3
* tdf#67990: Management of case in comboboxJulien Nabet2015-03-261-2/+2
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-1716-51/+832
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+4
* V801: Decreased performanceCaolán McNamara2015-03-091-2/+2
* Idle Timer: Invented Base ClassTobias Madl2015-03-061-2/+2
* Idle and Timer are now completely independentTobias Madl2015-03-061-1/+2
* V813: Decreased performanceCaolán McNamara2015-03-043-4/+4
* Avoid unnecessary bad downcasts to ButtonStephan Bergmann2015-02-241-2/+5
* TyposJulien Nabet2015-02-181-1/+1
* tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl2015-02-161-0/+9
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-163-55/+53
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-13/+13
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-55/+0
* Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino2015-01-271-1/+1
* calling alloca() requires #include <sal/alloca.h>Michael Stahl2015-01-232-0/+2
* Some more loplugin:cstylecast: toolkitStephan Bergmann2015-01-204-7/+7
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky2015-01-101-2/+2
* Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2015-01-091-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-3/+3
* Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2015-01-061-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-7/+7
* toolkit: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-186-8/+8
* Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist2014-12-181-24/+1
* toolkit: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-127-133/+74
* Split into individual definitions, one per lineStephan Bergmann2014-12-101-54/+108
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-083-9/+6
* vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock2014-11-222-4/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-1817-1/+17
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+3
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-142-0/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-18/+18
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1