summaryrefslogtreecommitdiff
path: root/vcl/source/control/fmtfield.cxx
AgeCommit message (Expand)Author
2025-02-28vcl: fix modelines in vcl/source/control/fmtfield.cxxChristopher Sherlock
2025-02-25vcl: move FormattedField to own fileChristopher Sherlock
2025-02-20tdf#130857 Formatter: Extract helper method to convert text to valueMichael Weghorn
2025-02-20tdf#130857 Formatter: Pass string to convert to doubleMichael Weghorn
2025-02-19tdf#130857 vcl: Extract Formatter method to convert value to stringMichael Weghorn
2025-02-19vcl: Return ref in Formatter::GetOrCreateFormatterMichael Weghorn
2025-02-19tdf#130857 Let Formatter:m_aOutputHdl convert double to textMichael Weghorn
2025-02-18weld: Let Formatter:m_aInputHdl use double instead of sal_Int64Michael Weghorn
2025-02-08vcl: remove using namespace from fmtfield.cxxChristopher Sherlock
2025-02-03vcl: remove unnecessary includes in fmtfield.cxxxChristopher Sherlock
2024-10-25speedup saving large XLS file with lots of query formula(2)Noel Grandin
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen
2024-01-30LOK: exposed time formatted field as time fieldsMéven Car
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)
2023-06-02Cannot self-append OUStringBuffer via concatenationStephan Bergmann
2023-05-11tdf#155241 keep current MetricSpinButton value if unparseable junk inputCaolán McNamara
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-30loplugin:stringadd in vclNoel Grandin
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-06-10new loplugin:moveitNoel Grandin
2022-06-10Add asserts to those places where I fixed a EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli
2022-05-30Related: tdf#89131 draw up/down spins disabled if value is at max/minCaolán McNamara
2022-05-20vcl: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli
2022-02-06We know the length hereMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-04-21simplify stripStart/End pairs into a single strip callNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-29jsdialog: step for spinfieldsSzymon Kłos
2020-07-15need to set the formatter as early as possibleCaolán McNamara
2020-07-13drop m_xFormatter during disposeCaolán McNamara
2020-07-06exile fmtfield.hxx to toolkit headersCaolán McNamara
2020-07-05return a reference instead of a pointerCaolán McNamara
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara
2020-07-03change FormattedField so it doesn't inherit from Formatter but provides oneCaolán McNamara
2020-07-01split Formatter part of FormattedField from SpinButton partCaolán McNamara
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-05-13lok: notify data change of the formatted field controlHenry Castro
2020-05-11lok: fix the window type of the formatted field controlHenry Castro
2020-05-10lok: add FormattedFieldUIObject classHenry Castro
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-02-19Resolves: tdf#130762 honour "wrap" in FormattedFieldCaolán McNamara
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-09-06Fixing '....' and '..'Andrea Gelmini
2019-07-30Fix typosAndrea Gelmini