summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/fieldupdater.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen1-1/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2017-11-13clang-tidy modernize-use-equals-default in editengJochen Nitschke1-1/+0
2017-10-23loplugin:includeform: editengStephan Bergmann1-2/+2
2017-07-28loplugin:constparams in editengNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-09-13rename ContentInfo attribs field and methods to charAttribsNoel Grandin1-1/+1
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-4/+4
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin1-1/+0
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-03Restored missing includes from source files.Ashod Nakashian1-0/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-01-08Turn EditTextObjectImpl into a real impl class.Kohei Yoshida1-1/+1
2013-01-08Rename BinTextObject to EditTextObjectImpl.Kohei Yoshida1-3/+3
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-1/+5
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida1-0/+88