summaryrefslogtreecommitdiff
path: root/include/svtools/fmtfield.hxx
AgeCommit message (Collapse)Author
2013-08-22convert include/svtools/fmtfield.hxx from String to OUStringNoel Grandin
Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373
2013-05-15svtools FormattedField: don't reparse value from text after ReFormatLionel Elie Mamane
If our format is lossy / not a bijection (as is e.g. our default date format, because of 2-digit year), then reparsing the string that came from the format leads to data loss (the value is changed to something else). The existing code tried to do that, by calling Modify() and then setting m_bValueDirty to false. However, this fails because listeners are called while m_bValueDirty is true. If any of them calls e.g. GetValue(), the reparse happens. Change-Id: I272f377927f83c71ede1eb80eafbc689f36fb17a
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a