summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-10weld SdStartPresentationDlgCaolán McNamara1-108/+134
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-9/+9
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-1/+0
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-9/+9
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-16/+16
2018-01-11loplugin:redundantcast: vclStephan Bergmann1-1/+1
2017-10-30loplugin:constantparam in vclNoel Grandin1-6/+7
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-22vcl: [loplugin:badstatics] xCharClassMichael Stahl1-4/+8
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