summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2019-02-11new loplugin writeonlyvarsNoel Grandin1-6/+0
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin12-33/+31
2019-02-08Avoid index for single getToken callMatteo Casalin1-2/+1
2019-02-06basic: fix for UnoControlTabPageModel get/set propertiesVasily Melenchuk1-2/+3
2019-02-04tdf#87884: UnoControlTabPageModel is using tabs w/o WB_NOBORDERVasily Melenchuk1-1/+4
2019-02-04tdf#87884: basic: fix for UnknownPropertyExceptionVasily Melenchuk1-0/+7
2019-01-23Replace macro with templateStephan Bergmann2-15/+15
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen22-1/+28
2019-01-14tdf#122250 Crash when running extensionNoel Grandin1-0/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-3/+3
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+6
2018-12-11loplugin:useuniqueptr in svtools,toolkitsNoel Grandin1-5/+4
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen3-1/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-12-06Drop juh.jar dependency from Java UNO testsJan-Marek Glogowski1-1/+0
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-11-22improve function-local statics in toolkitNoel Grandin13-233/+66
2018-11-22remove unused broadcast_type enumNoel Grandin1-2/+0
2018-11-21weld SwCondCollPageCaolán McNamara3-0/+19
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-20clean up s_bTriedCreation static boolNoel Grandin1-10/+4
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-1/+4
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-0/+1
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski4-72/+4
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-17/+17
2018-11-05tdf#118244 pdfexport: radio buttons can group with same nameJustin Luth1-6/+20
2018-11-05tdf#118244 pdfexport: radio buttons use groupname nowJustin Luth1-33/+38
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski3-252/+200
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-12/+2
2018-11-02Replace function only used in an assert with a lambdaStephan Bergmann1-8/+6
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-1/+1
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov16-143/+94
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-22-Werror,-Wunused-function (--disable-assert-always-abort)Stephan Bergmann1-0/+2
2018-10-22loplugin:staticvar in variousNoel Grandin2-95/+91
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin4-6/+7
2018-10-14MoreButton is solely used by toolkitCaolán McNamara1-1/+1
2018-10-14only vcl and toolkit need to use [G|S]etUnoWrapperCaolán McNamara1-1/+1
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara1-1/+1
2018-10-14split out vcl stuff used solely by toolkit moduleCaolán McNamara1-1/+1
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara3-4/+0
2018-10-12tdf#118572 dispose instead of LazyDeletorCaolán McNamara1-5/+1
2018-10-06make scrollabledialog.hxx a private headerCaolán McNamara5-4/+71