summaryrefslogtreecommitdiff
path: root/include/editeng/editobj.hxx
AgeCommit message (Expand)Author
2019-10-29loplugin:finalclasses in editengNoel Grandin
2019-09-02loplugin:constmethod in editengNoel Grandin
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall
2017-08-08loplugin:constantparamNoel Grandin
2017-08-07EditEngine: Removing BIN formatVarun Dhall
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-14remove some unused forward declarationsJochen Nitschke
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai
2017-03-16use forward declaration for SfxItemSetJochen Nitschke
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-21com::sun::star->css in include/editengNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-24Do not depend on libxml include in widely included fileStephan Bergmann
2014-11-24Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-10-23fixincludeguards.sh: include/editengThomas Arnhold
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Add methods to extract string IDs from edit text object.Kohei Yoshida
2013-10-04Add method to normalize strings in EditTextObject.Kohei Yoshida
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida
2013-08-24Change of plan - we need to include feature attributes here as well.Kohei Yoshida
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida
2013-08-09XubString->OUStringCaolán McNamara
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-23execute move of global headersBjoern Michaelsen