summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
AgeCommit message (Expand)Author
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet
2023-03-25loplugin:stringadd in d*Noel Grandin
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-19Fix heap-use-after-freeStephan Bergmann
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-02-17loplugin:referencecasting in desktopNoel
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-05-20use for-range on Sequence in d*Noel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin
2019-09-02Resolves: tdf#126042 measure text width with the bold font it will render withCaolán McNamara
2019-07-17Resolves: tdf#126304 resizing the extension manager breaks redrawCaolán McNamara
2019-07-17scrollbar is outside the widget now, not insideCaolán McNamara
2019-07-16tdf#1448393 Uninitialized scalar fieldCaolán McNamara
2019-06-14remove some unused includesCaolán McNamara
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara
2019-06-13drop intermediate IExtensionListBox classCaolán McNamara
2019-06-12move IExtensionListBox to where its usedCaolán McNamara
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-06Fix typoAndrea Gelmini
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*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-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-09fix bug in listbox height calc in ExtensionBox_ImplNoel Grandin
2018-07-29loplugin:stringloop in variousNoel Grandin
2018-06-25loplugin:useuniqueptr in desktopNoel Grandin
2018-04-10tdf#42949 Remove unnecessary localization headers from desktopGabor Kelemen
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-16Revert "loplugin:changetoolsgen in dbaccess..desktop" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin
2018-01-12More loplugin:cstylecast: desktopStephan Bergmann
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin