summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski1-3/+3
2020-10-19use tools::Long in vclNoel1-5/+5
2020-10-01loplugin:reducevarscope in vclNoel1-3/+4
2020-08-04loplugin:flatten in vclNoel Grandin1-47/+47
2020-07-25loplugin:unusedfieldsNoel Grandin1-5/+2
2020-07-24NumericField is unusedCaolán McNamara1-108/+0
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann1-1/+1
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-13/+11
2020-05-12lok: replace SetValue for ImplNewFieldValueHenry Castro1-1/+1
2020-05-10lok: override get_state of the MetricFieldObject classHenry Castro1-0/+6
2020-05-10lok: replace name Neutro to NeutralHenry Castro1-2/+2
2020-05-10lok: add MetricFieldUIObject classHenry Castro1-0/+23
2020-05-09lok: fix the window type of the metric field controlHenry Castro1-1/+1
2020-05-09lok: fix wrong metric conversion of the metric input controlHenry Castro1-0/+4
2020-04-24loplugin:unusedmethodsNoel Grandin1-7/+0
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2020-02-27loplugin:singlevalfieldsNoel Grandin1-2/+1
2020-02-21loplugin:unusedmethodsNoel Grandin1-21/+0
2020-02-14split StringToMetric and TextToValue into fieldvalue.hxxCaolán McNamara1-23/+29
2020-02-14split out MetricField value conversion functionsCaolán McNamara1-150/+147
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara1-1/+1
2020-01-20loplugin:unusedfieldsNoel Grandin1-4/+0
2020-01-13loplugin:unusedmethodsNoel Grandin1-10/+0
2019-12-22loplugin:unusedfieldsNoel Grandin1-31/+15
2019-12-13loplugin:unusedmethodsNoel Grandin1-6/+0
2019-12-05no point setting mnDecimalDigits to overwrite it immediatelyCaolán McNamara1-2/+2
2019-12-05turn NumericFormatter::ImplInit into initializer listCaolán McNamara1-23/+16
2019-12-05turn MetricFormatter::ImplInit into initializer listCaolán McNamara1-7/+2
2019-12-05replace only use of GetDefaultUnit() with FieldUnit::NONECaolán McNamara1-3/+1
2019-12-05the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara1-4/+1
2019-11-22use prime symbol for footCaolán McNamara1-2/+11
2019-11-22Resolves: tdf#128948 double prime symbol not parsed as inch indicatorCaolán McNamara1-1/+1
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-2/+4
2019-10-25tdf#42949 Fix IWYU warning in include/vcl/window.hxxGabor Kelemen1-0/+1
2019-10-14jsdialogs: send units for numeric fieldsSzymon Kłos1-0/+85
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-2/+2
2019-08-23loplugin:returnconstval in vclNoel Grandin1-1/+1
2019-08-19use double prime symbol for inchCaolán McNamara1-1/+4
2019-08-19There should not be a space between the number and the prime markCaolán McNamara1-2/+8
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-07-29Avoid -fsanitize=float-cast-overflowStephan Bergmann1-39/+68
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen1-1/+0
2019-04-01drop unnecessary includesCaolán McNamara1-2/+1
2019-02-11loplugin:indentation in vclNoel Grandin1-1/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-7/+10
2018-12-09Fix typos in codeAndrea Gelmini1-9/+9
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-15bind SalInstanceSpinButton to FormattedFieldCaolán McNamara1-23/+3
2018-11-10tdf#120703 PVS: make ImplGet(Cleaned)FieldUnits return referenceMike Kaganski1-17/+9