summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2023-06-24Change LocaleDataWrapper::getDuration() parameter to tools::DurationEike Rathke
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin
2023-03-07eFormat modified inside GetDateArea, but change not propogated to the callerCaolán McNamara
2022-09-21use more string_view in vclNoel Grandin
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca
2022-09-07Use XCharacterClassification::getCharacterType() instead of getStringType()Eike Rathke
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-04-13use more string_view in vclNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-06We know the length hereMike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
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