summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)Author
2021-07-07DateFormatter: use Date::AddDays(), AddMonths(), AddYears()Eike Rathke
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-05DateFormatter: make TextToDate() long date calendar aware, tdf#125035Eike Rathke
2021-07-05Pass Formatter::StaticFormatter also from weld:DateFormatter, tdf#125035Eike Rathke
2021-07-04Resolves: tdf#125035 Use number formatter for long date in DateFormatter fieldsEike Rathke
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-01-28simplify code, use more subView()Noel
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-26Fix typo in codeAndrea Gelmini
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-22weld PatternControlCaolán McNamara
2020-07-21weld DateControlCaolán McNamara
2020-07-15weld TimeControlCaolán McNamara
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin
2020-02-29tdf#130515 Time field in Base form will not display correct formatNoel Grandin
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara
2019-12-24sal_Char->char in vclNoel Grandin
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