summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
AgeCommit message (Expand)Author
2020-12-30AppendRowSetValueString is used on a ValueListStephan Bergmann
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-14tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in forms..ooxNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formsStephan Bergmann
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-06Use getTokenCount and indexed getTokenMatteo Casalin
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-17Use for-range loops in formsJulien Nabet
2018-01-15More loplugin:cstylecast: formsStephan Bergmann
2018-01-12More loplugin:cstylecast: formsStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05Replace deprecated std::bin2nd with lambda in formsStephan Bergmann
2017-11-20Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: formsStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: formsStephan Bergmann
2017-06-24tdf#108732 ListBox: in absence of a field, treat data as stringLionel Elie Mamane
2017-06-14Handle TypedItemList property in models, tdf#108413 follow-upEike Rathke
2017-06-13Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL, tdf#108413 follow-upEike Rathke
2017-06-12Resolves: tdf#108413 yet some more TYPEDITEMLIST property entriesEike Rathke
2017-06-05Improved loplugin:cstylecast to reference types: formsStephan Bergmann
2017-03-09tdf#106462 old value and new value were swappedLionel Elie Mamane
2017-02-14Resolves: tdf#79250 add typed list to form control listboxEike Rathke
2017-02-11Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke
2017-02-10Resolves: tdf#79250 add typed list to form control listboxEike Rathke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski