summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-28/+0
2020-07-23NumericFormatter can be toolkit only nowCaolán McNamara1-154/+0
2020-07-22move PatternField to toolkit headersCaolán McNamara1-42/+0
2020-07-22weld PatternControlCaolán McNamara1-2/+0
2020-07-21weld DateControlCaolán McNamara1-107/+0
2020-07-15weld TimeControlCaolán McNamara1-102/+0
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-1/+1
2020-05-15loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2020-05-10lok: override get_state of the MetricFieldObject classHenry Castro1-0/+1
2020-05-10lok: add MetricFieldUIObject classHenry Castro1-0/+2
2020-05-03use more compact namespace syntax in /includeNoel Grandin1-1/+1
2020-04-06move MetricField, MetricBox and MetricFormatter to be toolkit onlyCaolán McNamara1-103/+0
2020-03-24Removed duplicated includesAndrea Gelmini1-1/+0
2020-03-23make more classes private in mergedlibs modeNoel Grandin1-5/+6
2020-03-06limit symbols exported when using --enable-mergelibsNoel Grandin1-2/+3
2020-02-27loplugin:singlevalfieldsNoel Grandin1-3/+0
2020-02-21loplugin:unusedmethodsNoel Grandin1-4/+0
2020-02-20loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2020-02-18move NumericBox to vcl/toolkitCaolán McNamara1-21/+0
2020-02-14split StringToMetric and TextToValue into fieldvalue.hxxCaolán McNamara1-3/+0
2020-02-14split out MetricField value conversion functionsCaolán McNamara1-26/+0
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara1-105/+0
2020-01-20loplugin:unusedfieldsNoel Grandin1-1/+0
2020-01-13loplugin:unusedmethodsNoel Grandin1-1/+0
2019-12-22loplugin:unusedfieldsNoel Grandin1-6/+0
2019-12-13loplugin:unusedmethodsNoel Grandin1-4/+0
2019-12-05turn TimeFormatter::ImplInit into initializer listCaolán McNamara1-2/+0
2019-12-05turn DateFormatter::ImplInit into initializer listCaolán McNamara1-3/+1
2019-12-05turn NumericFormatter::ImplInit into initializer listCaolán McNamara1-2/+0
2019-12-05turn MetricFormatter::ImplInit into initializer listCaolán McNamara1-2/+0
2019-12-05replace only use of GetDefaultUnit() with FieldUnit::NONECaolán McNamara1-1/+0
2019-12-05the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara1-1/+0
2019-10-31loplugin:finalclasses in vclNoel Grandin1-8/+7
2019-10-14jsdialogs: send units for numeric fieldsSzymon Kłos1-0/+4
2019-02-22loplugin:unusedfields in vclNoel Grandin1-1/+0
2018-11-15bind SalInstanceSpinButton to FormattedFieldCaolán McNamara1-7/+0
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-4/+4
2018-11-08clarify that edit doesn't change during FormatterBase lifetimeCaolán McNamara1-8/+8
2018-11-08SetField/GetField do not need to be publicCaolán McNamara1-3/+3
2018-11-08mbDefaultLocale is always trueCaolán McNamara1-2/+0
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-4/+0
2018-09-23loplugin:unusedmethodsNoel Grandin1-3/+0
2018-09-18loplugin:unusedmethodsNoel Grandin1-1/+0
2018-08-14Resolves: tdf#119251 parse non-default units in user inputted valuesCaolán McNamara1-0/+2
2018-07-27loplugin:returnconstant in vclNoel Grandin1-4/+4
2018-07-02loplugin:unusedmethodsNoel Grandin1-2/+0
2018-05-10weld SdStartPresentationDlgCaolán McNamara1-10/+16
2018-05-10refactor ImplNumericReformatCaolán McNamara1-1/+2
2018-05-09ImplNumericReformat always returns trueCaolán McNamara1-1/+1
2018-02-21tdf#115892: properly get the box' saved valueMike Kaganski1-7/+11