summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-311-2/+1
* tdf#124385: toolkit: do not fail if ResourceListener is not definedVasily Melenchuk2019-03-281-1/+8
* return by unique_ptr from createDefaultWidgetNoel Grandin2019-03-281-8/+8
* weld SvxSearchDialogCaolán McNamara2019-03-241-0/+3
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-1/+1
* i#119731 Hyperlink Control on dialog EditorShubham Goyal2019-03-111-0/+1
* tdf#123772 Add testSamuel Mehrbrodt2019-03-082-0/+80
* log nice exception messages whereever possibleNoel Grandin2019-03-073-8/+12
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-22/+22
* Revert "new loplugin typedefparam"Noel Grandin2019-03-042-22/+22
* new loplugin typedefparamNoel Grandin2019-03-042-22/+22
* expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin2019-03-0113-168/+408
* Fix typoSamuel Mehrbrodt2019-03-011-1/+1
* tdf#123772 UnoControlDialogModel: Don't ignore property "Sizeable"Samuel Mehrbrodt2019-03-011-0/+10
* loplugin:unnecessaryoverride look for more patternsNoel Grandin2019-02-272-27/+0
* loplugin:unusedfields in toolkitNoel Grandin2019-02-222-9/+2
* fix comparison of std::lower_bound resultNoel Grandin2019-02-181-1/+2
* tdf#123439 Assert wrt PointerStyle fails when moving cursor over toolbarNoel Grandin2019-02-141-1/+1
* Pointer is pointlessNoel Grandin2019-02-131-2/+2
* new loplugin writeonlyvarsNoel Grandin2019-02-111-6/+0
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-1/+1
* loplugin:indentation in lingucomponent..toolsNoel Grandin2019-02-1112-33/+31
* Avoid index for single getToken callMatteo Casalin2019-02-081-2/+1
* basic: fix for UnoControlTabPageModel get/set propertiesVasily Melenchuk2019-02-061-2/+3
* tdf#87884: UnoControlTabPageModel is using tabs w/o WB_NOBORDERVasily Melenchuk2019-02-041-1/+4
* tdf#87884: basic: fix for UnknownPropertyExceptionVasily Melenchuk2019-02-041-0/+7
* Replace macro with templateStephan Bergmann2019-01-232-15/+15
* tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen2019-01-1522-1/+28
* tdf#122250 Crash when running extensionNoel Grandin2019-01-141-0/+2
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-3/+3
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-081-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-075-0/+6
* loplugin:useuniqueptr in svtools,toolkitsNoel Grandin2018-12-111-5/+4
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-103-1/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* Drop juh.jar dependency from Java UNO testsJan-Marek Glogowski2018-12-061-1/+0
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-0/+1
* improve function-local statics in toolkitNoel Grandin2018-11-2213-233/+66
* remove unused broadcast_type enumNoel Grandin2018-11-221-2/+0
* weld SwCondCollPageCaolán McNamara2018-11-213-0/+19
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* clean up s_bTriedCreation static boolNoel Grandin2018-11-201-10/+4
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-1/+4
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-0/+1
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-094-72/+4
* Convert FieldUnit to scoped enumMike Kaganski2018-11-081-17/+17
* tdf#118244 pdfexport: radio buttons can group with same nameJustin Luth2018-11-051-6/+20
* tdf#118244 pdfexport: radio buttons use groupname nowJustin Luth2018-11-051-33/+38