summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)Author
2019-12-05turn TimeFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05turn DateFormatter::ImplInit into initializer listCaolán McNamara
2019-11-03loplugin:stringaddNoel Grandin
2019-09-17avoid some copyingNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-07-30Fix typosAndrea Gelmini
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-02-22loplugin:unusedfields in vclNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-08clarify that edit doesn't change during FormatterBase lifetimeCaolán McNamara
2018-11-08mbDefaultLocale is always trueCaolán McNamara
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-06-06Translate German comments and debug stringsJohnny_M
2018-05-16coverity#1435605 silence Unchecked return valueCaolán McNamara
2018-05-10weld SdStartPresentationDlgCaolán McNamara
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11loplugin:redundantcast: vclStephan Bergmann
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-22vcl: [loplugin:badstatics] xCharClassMichael Stahl
2017-09-03Assertion when editing pattern fieldTamás Zolnai
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-19loplugin:stringcopy: vclStephan Bergmann
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-20mnDateFormat in DateFormatter is unusedNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-02-16remove unused F_100TH_SEC from TimeFieldFormat enumNoel Grandin
2017-02-10coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-01-14coverity#735343 Unchecked return valueCaolán McNamara
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-09-05convert ExtTimeFieldFormat to scoped enumNoel Grandin
2016-09-05convert ExtDateFieldFormat to scoped enumNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-21Resolves: tdf#100558 last 'section' of date field not incrementedCaolán McNamara
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke