summaryrefslogtreecommitdiff
path: root/forms/source/component/ComboBox.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-05tdf#146619 Drop unused 'using namespace' in: formsGabor Kelemen1-2/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in formsStephan Bergmann1-11/+11
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen1-1/+1
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin1-20/+20
2021-11-08Replace some macros in forms part 17Julien Nabet1-2/+2
2021-11-07Replace some macros in forms part 16Julien Nabet1-1/+6
2021-11-06Replace some macros in forms part 10Julien Nabet1-6/+6
2021-11-06Replace some macros in forms part 9Julien Nabet1-6/+6
2021-11-05Replace some macros in forms part 7Julien Nabet1-1/+4
2021-11-05Replace some macros in forms part 8Julien Nabet1-1/+1
2021-11-05Replace some macros in forms part 6Julien Nabet1-1/+2
2021-11-04Replace some macros in forms part 3Julien Nabet1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in formsMike Kaganski1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+1
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+6
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-02-14tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen1-9/+1
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-08-15loplugin:sequenceloop in forms..ooxNoel Grandin1-3/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formsStephan Bergmann1-1/+1
2019-07-19loplugin:referencecasting in forms..fpickerNoel Grandin1-5/+4
2019-02-23loplugin:unusedfields in forms..fpickerNoel Grandin1-1/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+6
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin1-12/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-15More loplugin:cstylecast: formsStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: formsStephan Bergmann1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski1-16/+9
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: formsStephan Bergmann1-4/+4
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-06-14Handle TypedItemList property in models, tdf#108413 follow-upEike Rathke1-4/+13
2017-06-13Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL, tdf#108413 follow-upEike Rathke1-1/+1
2017-06-12Resolves: tdf#108413 yet some more TYPEDITEMLIST property entriesEike Rathke1-1/+2
2017-06-05Improved loplugin:cstylecast to reference types: formsStephan Bergmann1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-02-14Resolves: tdf#79250 add typed list to form control listboxEike Rathke1-0/+17
2017-02-11Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke1-17/+0
2017-02-10Resolves: tdf#79250 add typed list to form control listboxEike Rathke1-0/+17
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+7
2016-10-26coverity#1374280 Uncaught exceptionCaolán McNamara1-3/+1
2016-04-01sequence->vector in formsNoel Grandin1-2/+2