summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
AgeCommit message (Expand)Author
2022-02-04tdf#125849 cannot modify the ruler unit of measure in translated UICaolán McNamara
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-25loplugin:unusedfieldsNoel Grandin
2020-07-24NumericField is unusedCaolán McNamara
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-05-12lok: replace SetValue for ImplNewFieldValueHenry Castro
2020-05-10lok: override get_state of the MetricFieldObject classHenry Castro
2020-05-10lok: replace name Neutro to NeutralHenry Castro
2020-05-10lok: add MetricFieldUIObject classHenry Castro
2020-05-09lok: fix the window type of the metric field controlHenry Castro
2020-05-09lok: fix wrong metric conversion of the metric input controlHenry Castro
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