summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2019-05-21tdf#125397: Fixes for threads and SolarMutex on iOSTor Lillqvist1-1/+8
2019-04-13toolkit: initialize primitive types explicitlyAshod Nakashian1-3/+3
2019-04-07basic: fix for UnoControlTabPageModel get/set propertiesVasily Melenchuk1-2/+3
2019-02-18tdf#87884: UnoControlTabPageModel is using tabs w/o WB_NOBORDERVasily Melenchuk1-1/+4
2019-02-18tdf#87884: basic: fix for UnknownPropertyExceptionVasily Melenchuk1-0/+7
2019-01-17tdf#122250 Crash when running extensionNoel Grandin1-0/+2
2018-11-08tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-1/+1
2018-03-25tdf#115227 svtools: suppress UNO notifications for color selectorsMiklos Vajna1-16/+39
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin4-465/+472
2017-11-13Fix typosAndrea Gelmini1-8/+8
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-2/+2
2017-10-24loplugin:includeform: toolkit (macOS)Stephan Bergmann4-8/+8
2017-10-23loplugin:includeform: toolkitStephan Bergmann29-54/+54
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin1-3/+1
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet1-12/+12
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-6/+6
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin3-54/+53
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-4/+4
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin4-7/+6
2017-09-08loplugin:constantparamNoel Grandin1-5/+4
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M6-7/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin16-81/+81
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-09-04Translate one German variable nameJohnny_M1-4/+4
2017-09-02support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara2-10/+6
2017-08-31Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist1-1/+1
2017-08-30nothing is reading the futilely set WB_AUTOSIZE bitCaolán McNamara1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-2/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin1-28/+33
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-08-17Fix typosAndrea Gelmini1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-4/+4
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-2/+2
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin1-1/+1
2017-07-20remove some "optimisation" insanity in ScriptEventContainerNoel Grandin1-38/+18
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin8-18/+17
2017-07-11use more range-for on uno::SequenceNoel Grandin2-10/+6