summaryrefslogtreecommitdiffstats
path: root/include/vcl/field.hxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen2020-08-031-28/+0
* NumericFormatter can be toolkit only nowCaolán McNamara2020-07-231-154/+0
* move PatternField to toolkit headersCaolán McNamara2020-07-221-42/+0
* weld PatternControlCaolán McNamara2020-07-221-2/+0
* weld DateControlCaolán McNamara2020-07-211-107/+0
* weld TimeControlCaolán McNamara2020-07-151-102/+0
* use tools::JsonWriter for dumping property treeNoel Grandin2020-06-251-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2020-05-151-1/+1
* lok: override get_state of the MetricFieldObject classHenry Castro2020-05-101-0/+1
* lok: add MetricFieldUIObject classHenry Castro2020-05-101-0/+2
* use more compact namespace syntax in /includeNoel Grandin2020-05-031-1/+1
* move MetricField, MetricBox and MetricFormatter to be toolkit onlyCaolán McNamara2020-04-061-103/+0
* Removed duplicated includesAndrea Gelmini2020-03-241-1/+0
* make more classes private in mergedlibs modeNoel Grandin2020-03-231-5/+6
* limit symbols exported when using --enable-mergelibsNoel Grandin2020-03-061-2/+3
* loplugin:singlevalfieldsNoel Grandin2020-02-271-3/+0
* loplugin:unusedmethodsNoel Grandin2020-02-211-4/+0
* loplugin:unnecessaryvirtualNoel Grandin2020-02-201-2/+2
* move NumericBox to vcl/toolkitCaolán McNamara2020-02-181-21/+0
* split StringToMetric and TextToValue into fieldvalue.hxxCaolán McNamara2020-02-141-3/+0
* split out MetricField value conversion functionsCaolán McNamara2020-02-141-26/+0
* move private TimeBox to toolkit-only headersCaolán McNamara2020-01-281-105/+0
* loplugin:unusedfieldsNoel Grandin2020-01-201-1/+0
* loplugin:unusedmethodsNoel Grandin2020-01-131-1/+0
* loplugin:unusedfieldsNoel Grandin2019-12-221-6/+0
* loplugin:unusedmethodsNoel Grandin2019-12-131-4/+0
* turn TimeFormatter::ImplInit into initializer listCaolán McNamara2019-12-051-2/+0
* turn DateFormatter::ImplInit into initializer listCaolán McNamara2019-12-051-3/+1
* turn NumericFormatter::ImplInit into initializer listCaolán McNamara2019-12-051-2/+0
* turn MetricFormatter::ImplInit into initializer listCaolán McNamara2019-12-051-2/+0
* replace only use of GetDefaultUnit() with FieldUnit::NONECaolán McNamara2019-12-051-1/+0
* the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara2019-12-051-1/+0
* loplugin:finalclasses in vclNoel Grandin2019-10-311-8/+7
* jsdialogs: send units for numeric fieldsSzymon Kłos2019-10-141-0/+4
* loplugin:unusedfields in vclNoel Grandin2019-02-221-1/+0
* bind SalInstanceSpinButton to FormattedFieldCaolán McNamara2018-11-151-7/+0
* Convert FieldUnit to scoped enumMike Kaganski2018-11-081-4/+4
* clarify that edit doesn't change during FormatterBase lifetimeCaolán McNamara2018-11-081-8/+8
* SetField/GetField do not need to be publicCaolán McNamara2018-11-081-3/+3
* mbDefaultLocale is always trueCaolán McNamara2018-11-081-2/+0
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-271-4/+0
* loplugin:unusedmethodsNoel Grandin2018-09-231-3/+0
* loplugin:unusedmethodsNoel Grandin2018-09-181-1/+0
* Resolves: tdf#119251 parse non-default units in user inputted valuesCaolán McNamara2018-08-141-0/+2
* loplugin:returnconstant in vclNoel Grandin2018-07-271-4/+4
* loplugin:unusedmethodsNoel Grandin2018-07-021-2/+0
* weld SdStartPresentationDlgCaolán McNamara2018-05-101-10/+16
* refactor ImplNumericReformatCaolán McNamara2018-05-101-1/+2
* ImplNumericReformat always returns trueCaolán McNamara2018-05-091-1/+1
* tdf#115892: properly get the box' saved valueMike Kaganski2018-02-211-7/+11