summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-03Assertion when editing pattern fieldTamás Zolnai1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-9/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-5/+2
2017-05-19loplugin:stringcopy: vclStephan Bergmann1-1/+1
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-7/+5
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-20/+18
2017-04-20mnDateFormat in DateFormatter is unusedNoel Grandin1-1/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-22/+24
2017-02-16remove unused F_100TH_SEC from TimeFieldFormat enumNoel Grandin1-4/+1
2017-02-10coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-26/+0
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara1-2/+5
2017-01-14coverity#735343 Unchecked return valueCaolán McNamara1-1/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-12/+12
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin1-8/+3
2016-09-05convert ExtTimeFieldFormat to scoped enumNoel Grandin1-6/+6
2016-09-05convert ExtDateFieldFormat to scoped enumNoel Grandin1-70/+70
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-21Resolves: tdf#100558 last 'section' of date field not incrementedCaolán McNamara1-1/+1
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-22/+32
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-8/+7
2016-05-30Convert TimeFormat to scoped enumNoel Grandin1-8/+8
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-03-16loplugin:constantparam in unotools/Noel Grandin1-1/+1
2016-01-31Revert "tdf#89756 swich postfix to prefix operators"jan iversen1-29/+29
2016-01-31tdf#89756 swich postfix to prefix operatorserdemdemirkapi1-29/+29
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-09new loplugin: oncevarNoel Grandin1-6/+4
2015-09-23memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis1-0/+36
2015-09-09remove unused Link<> fieldNoel Grandin1-12/+0
2015-08-16Avoid conversion warningsMatteo Casalin1-6/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane1-5/+4
2015-07-13Bin two unused fieldsTor Lillqvist1-14/+0
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-24/+0
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-2/+2
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-1/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-5/+5
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2014-12-31drop dateformatter resource loadingCaolán McNamara1-79/+0
2014-12-31drop timeformatter resource loadingCaolán McNamara1-42/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara1-41/+0
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-18/+18
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin1-19/+19
2014-10-01fdo#82577: Handle TimeNoel Grandin1-35/+35