summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
AgeCommit message (Expand)Author
2020-04-24loplugin:unusedmethodsNoel Grandin
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-02-27loplugin:singlevalfieldsNoel Grandin
2020-02-21loplugin:unusedmethodsNoel Grandin
2020-02-14split StringToMetric and TextToValue into fieldvalue.hxxCaolán McNamara
2020-02-14split out MetricField value conversion functionsCaolán McNamara
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara
2020-01-20loplugin:unusedfieldsNoel Grandin
2020-01-13loplugin:unusedmethodsNoel Grandin
2019-12-22loplugin:unusedfieldsNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-12-05no point setting mnDecimalDigits to overwrite it immediatelyCaolán McNamara
2019-12-05turn NumericFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05turn MetricFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05replace only use of GetDefaultUnit() with FieldUnit::NONECaolán McNamara
2019-12-05the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara
2019-11-22use prime symbol for footCaolán McNamara
2019-11-22Resolves: tdf#128948 double prime symbol not parsed as inch indicatorCaolán McNamara
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-25tdf#42949 Fix IWYU warning in include/vcl/window.hxxGabor Kelemen
2019-10-14jsdialogs: send units for numeric fieldsSzymon Kłos
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-08-19use double prime symbol for inchCaolán McNamara
2019-08-19There should not be a space between the number and the prime markCaolán McNamara
2019-07-30Fix typosAndrea Gelmini
2019-07-29Avoid -fsanitize=float-cast-overflowStephan Bergmann
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-04-01drop unnecessary includesCaolán McNamara
2019-02-11loplugin:indentation in vclNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-09Fix typos in codeAndrea Gelmini
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-15bind SalInstanceSpinButton to FormattedFieldCaolán McNamara
2018-11-10tdf#120703 PVS: make ImplGet(Cleaned)FieldUnits return referenceMike Kaganski
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-11-08clarify that edit doesn't change during FormatterBase lifetimeCaolán McNamara
2018-11-08mbDefaultLocale is always trueCaolán McNamara
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-23loplugin:unusedmethodsNoel Grandin
2018-09-18loplugin:unusedmethodsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-14Resolves: tdf#119251 parse non-default units in user inputted valuesCaolán McNamara
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-05-10weld SdStartPresentationDlgCaolán McNamara
2018-05-10refactor ImplNumericReformatCaolán McNamara