summaryrefslogtreecommitdiff
path: root/framework/source/uielement
AgeCommit message (Expand)AuthorFilesLines
2019-04-23tdf#124886 Toolbar button icons are off by oneNoel Grandin1-1/+2
2019-04-19optimise find/insert patternNoel Grandin1-9/+6
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin5-14/+5
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl1-15/+7
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski5-24/+28
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen1-1/+0
2019-03-14Use indexed getToken()Matteo Casalin3-6/+9
2019-02-24loplugin:unusedfields in frameworkNoel Grandin2-3/+0
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen6-0/+6
2019-02-11new loplugin writeonlyvarsNoel Grandin4-13/+0
2019-02-09loplugin:indentation in frameworkNoel Grandin2-3/+3
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen16-0/+19
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen4-0/+5
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-4/+4
2018-12-08reduce the amount of senseless exceptions during document loadMarkus Mohrhard2-2/+2
2018-11-28drop some unnecessary includesCaolán McNamara1-0/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2-0/+3
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+2
2018-11-13loplugin singlevalfields improvementNoel Grandin1-4/+5
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-2/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-26loplugin:singlevalfields improvementNoel Grandin1-43/+15
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin5-15/+10
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara1-3/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-16drop LazyDeletorCaolán McNamara1-6/+3
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-18tdf#114441 Replacing sal_uLong with most appropriate integer typesCaio B. Silva1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-31tdf#119390 Don't focus the toolbar when closing a floating windowMaxim Monastirsky1-2/+3
2018-08-15loplugin:useuniqueptr in MenuBarManagerNoel Grandin1-30/+17
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2018-08-09Toolbar and menu containers are similar enoughMaxim Monastirsky1-60/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen9-0/+9
2018-07-27loplugin:returnconstant in frameworkNoel Grandin1-35/+17
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin1-4/+2
2018-07-02loplugin:constantparamNoel Grandin2-5/+4
2018-06-28tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk2-0/+8
2018-06-12loplugin:constantparamNoel Grandin1-7/+6
2018-04-27loplugin:constantparamNoel Grandin1-3/+2
2018-04-27make WB_LINESPACING a bool field on ToolboxNoel Grandin3-3/+6
2018-04-15remove some unused comphelper includesJochen Nitschke2-2/+0
2018-04-13Fix typosAndrea Gelmini1-1/+1
2018-04-11tdf#42949 Remove unnecessary localization headers from frameworkGabor Kelemen5-10/+0
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-02tdf#115131 made a common submenu for toolbars and notebookbarsKshitij Pathania2-325/+39