summaryrefslogtreecommitdiff
path: root/framework/source/uielement
AgeCommit message (Expand)Author
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-08reduce the amount of senseless exceptions during document loadMarkus Mohrhard
2018-11-28drop some unnecessary includesCaolán McNamara
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-13loplugin singlevalfields improvementNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-26loplugin:singlevalfields improvementNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-16drop LazyDeletorCaolán McNamara
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-18tdf#114441 Replacing sal_uLong with most appropriate integer typesCaio B. Silva
2018-09-17New loplugin:externalStephan Bergmann
2018-08-31tdf#119390 Don't focus the toolbar when closing a floating windowMaxim Monastirsky
2018-08-15loplugin:useuniqueptr in MenuBarManagerNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-09Toolbar and menu containers are similar enoughMaxim Monastirsky
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in frameworkNoel Grandin
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-07-02loplugin:constantparamNoel Grandin
2018-06-28tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk
2018-06-12loplugin:constantparamNoel Grandin
2018-04-27loplugin:constantparamNoel Grandin
2018-04-27make WB_LINESPACING a bool field on ToolboxNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-13Fix typosAndrea Gelmini
2018-04-11tdf#42949 Remove unnecessary localization headers from frameworkGabor Kelemen
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-04-02tdf#115131 made a common submenu for toolbars and notebookbarsKshitij Pathania
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-03-17Use for-range loops in frameworkJulien Nabet
2018-03-14loplugin:constantparamNoel Grandin
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-01menu bar behavior consistency: remove checkbox from disabled menu itemVasily Melenchuk
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin
2018-02-02loplugin:datamembershadow in PopupMenuToolbarControllerNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin