summaryrefslogtreecommitdiffstats
path: root/forms/source/component/ListBox.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-101-2/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-09-081-3/+2
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+1
* loplugin:unnecessaryvirtual improvementsNoel Grandin2018-05-101-14/+0
* remove some unused comphelper includesJochen Nitschke2018-04-151-2/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-6/+6
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Use for-range loops in formsJulien Nabet2018-03-171-10/+10
* More loplugin:cstylecast: formsStephan Bergmann2018-01-151-2/+2
* More loplugin:cstylecast: formsStephan Bergmann2018-01-121-5/+5
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* Replace deprecated std::bin2nd with lambda in formsStephan Bergmann2017-12-051-3/+2
* Fix typosAndrea Gelmini2017-11-201-1/+1
* loplugin:includeform: formsStephan Bergmann2017-10-231-6/+6
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-111-2/+2
* de-hrc various thingsCaolán McNamara2017-07-211-1/+0
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-111-5/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-061-23/+19
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-4/+4
* loplugin:casttovoid: formsStephan Bergmann2017-07-021-2/+1
* tdf#108732 ListBox: in absence of a field, treat data as stringLionel Elie Mamane2017-06-241-1/+3
* Handle TypedItemList property in models, tdf#108413 follow-upEike Rathke2017-06-141-1/+25
* Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL, tdf#108413 follow-upEike Rathke2017-06-131-1/+1
* Resolves: tdf#108413 yet some more TYPEDITEMLIST property entriesEike Rathke2017-06-121-1/+2
* Improved loplugin:cstylecast to reference types: formsStephan Bergmann2017-06-051-2/+2
* tdf#106462 old value and new value were swappedLionel Elie Mamane2017-03-091-2/+2
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-141-1/+38
* Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke2017-02-111-46/+1
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-101-1/+46
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-40/+38
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-2/+2
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* remove use of tryPropertyValue Any specialisationJochen Nitschke2016-11-211-9/+17
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-2/+2
* loplugin:expandablemethods in forms..formulaNoel Grandin2016-11-081-1/+1
* coverity#1374315 Uncaught exceptionCaolán McNamara2016-10-271-1/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* coverity#1372386 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* Clean up uses of Any::getValue() in formsStephan Bergmann2016-06-101-2/+3
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* sequence->vector in formsNoel Grandin2016-04-011-25/+31
* convert EComposeRule to scoped enumNoel Grandin2016-02-251-1/+1
* use comphelper::containerToSequence()Noel Grandin2015-12-031-6/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2