summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_extlistbox.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin1-1/+2
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel1-12/+12
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman1-4/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-0/+2
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin1-2/+2
2019-08-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2019-06-14remove some unused includesCaolán McNamara1-4/+1
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara1-13/+16
2019-06-13drop intermediate IExtensionListBox classCaolán McNamara1-23/+8
2019-06-12move IExtensionListBox to where its usedCaolán McNamara1-2/+20
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-09fix bug in listbox height calc in ExtensionBox_ImplNoel Grandin1-1/+0
2018-06-25loplugin:useuniqueptr in desktopNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: desktopStephan Bergmann1-1/+1
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-02-21loplugin:unusedmethodsNoel Grandin1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+1
2017-01-20unused hicontrast iconCaolán McNamara1-1/+0
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt1-3/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:dllprivateStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-01-18loplugin: unused return valuesNoel Grandin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-5/+0
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-10-06loplugin:unusedmethodsNoel Grandin1-39/+0
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-12desktop: com::sun::star->cssNoel Grandin1-11/+11
2015-09-04convert Link<> to typedNoel Grandin1-2/+2
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-17loplugin:unusedmethods desktopNoel Grandin1-3/+0
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-16refactor desktop classes to use RenderContextTomaž Vajngerl1-54/+47
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in formsNoel Grandin1-0/+1
2015-03-06V801: Decreased performanceCaolán McNamara1-3/+3
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-15callcatcher: update unused codeCaolán McNamara1-4/+2
2014-06-13convert extensions update required dialog to .uiCaolán McNamara1-0/+1
2014-06-04desktop: fix includesThomas Arnhold1-13/+13
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2