summaryrefslogtreecommitdiff
path: root/vcl/source/control/combobox.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-10tdf#129490 Fix enter key in combo boxSamuel Mehrbrodt1-1/+1
2019-12-05tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt1-1/+1
2018-05-21weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFieldsCaolán McNamara1-1/+10
2018-04-29Avoid getTokenCountMatteo Casalin1-6/+7
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-1/+0
2018-04-07weld ScLinkedAreaDlgCaolán McNamara1-0/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-29/+29
2018-02-16native dialog initial basisCaolán McNamara1-1/+1
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-5/+5
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-4/+4
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann1-1/+1
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-1/+1
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-14/+14
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-1/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-16/+16
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-10-14coverity#1373665 Useless callCaolán McNamara1-2/+0
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin1-6/+0
2016-10-09no ComboBoxes loaded from .src anymoreCaolán McNamara1-30/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-18/+18
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-5/+5
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (vcl)Stephan Bergmann1-2/+2
2016-08-18loplugin:defaultparamsTor Lillqvist1-2/+2
2016-08-18coverity#1371129 'Constant' variable guards dead codeCaolán McNamara1-10/+4
2016-07-21These fixes aren't needed after all.Caolán McNamara1-6/+0
2016-07-08PosSizeFlags::Dropdown is never setCaolán McNamara1-1/+1
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-16/+0
2016-06-20Convert PART to scoped enumNoel Grandin1-4/+4
2016-06-18uitest: move declaration for the uitesting wrapper objects to include/ dirMarkus Mohrhard1-1/+1
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard1-0/+6
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-1/+1
2016-06-08Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashesCaolán McNamara1-0/+6
2016-05-31Convert ControlType to scoped enumNoel Grandin1-4/+4
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin1-3/+3
2016-05-20loplugin:unusedmethods in vclNoel Grandin1-2/+0
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-4/+4
2016-02-18move from boost::signal to typed LinkCaolán McNamara1-29/+15