summaryrefslogtreecommitdiffstats
path: root/editeng/source/editeng/editobj.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-05-211-3/+3
* tdf#74702 partial cleanup of OutDevTypeAdrien Ollier2019-05-071-2/+1
* loplugin:sequentialassign in editeng..extensionsNoel Grandin2019-04-131-2/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-9/+9
* cppcheck: useInitializationList in editeng ...Jochen Nitschke2018-10-091-26/+25
* drop some now unnecessary includesCaolán McNamara2018-10-061-3/+0
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-4/+2
* loplugin:useuniqueptr pass XEditAttribute around by std::unique_ptrNoel Grandin2018-08-151-7/+6
* SvxCharSetColorItem can be removedNoel Grandin2018-08-141-1/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* loplugin:unusedfields in editeng..filterNoel Grandin2018-05-171-4/+0
* loplugin:useuniqueptr in EditTextObjectImplNoel Grandin2018-05-141-5/+1
* pass EditTextObject around using std::unique_ptrNoel Grandin2018-04-111-2/+2
* drop unnecessary includesCaolán McNamara2018-03-201-1/+0
* Use for-range loops in editengJulien Nabet2018-03-111-43/+31
* More loplugin:cstylecast: editengStephan Bergmann2018-01-121-1/+1
* tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr2018-01-101-9/+7
* sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin2017-12-151-1/+1
* loplugin:includeform: editengStephan Bergmann2017-10-231-5/+5
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-111-2/+2
* loplugin:unusedfieldsNoel Grandin2017-08-251-2/+0
* Removing unused SfxItemPool serialisation from scVarun Dhall2017-08-091-362/+0
* Fix typosAndrea Gelmini2017-08-081-1/+1
* loplugin:constantparamNoel Grandin2017-08-081-2/+2
* Removing unused SfxItemPool serialisation from editengVarun Dhall2017-08-071-172/+0
* EditEngine: Removing BIN formatVarun Dhall2017-08-071-22/+0
* Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke2017-07-271-4/+14
* Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke2017-07-261-1/+21
* loplugin:unusedfields in editengNoel Grandin2017-07-041-1/+0
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-3/+3
* loplugin:oncevar editeng..extensionsNoel Grandin2017-06-231-2/+1
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-161-2/+2
* tdf#108324 fix crash: paste from textframeJochen Nitschke2017-06-041-2/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Introduce text rotation for Impress tablesTamás Zolnai2017-04-151-7/+33
* Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann2017-03-271-11/+20
* this can't be nullptrJochen Nitschke2017-02-201-5/+2
* cppcheck: memleak (false positive)Jochen Nitschke2017-01-231-3/+3
* coverity#1371287 don't need to copy and then overwriteCaolán McNamara2017-01-131-4/+4
* make this just every so slightly less awfulCaolán McNamara2016-11-211-7/+7
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-161-2/+2
* loplugin:expandablemethodds in include/editengNoel Grandin2016-10-211-12/+2
* loplugin:constantfunctionNoel Grandin2016-10-111-9/+0
* add more dumpAsXml()Noel Grandin2016-10-031-2/+2
* extend dumpAsXml to EditDocNoel Grandin2016-09-281-0/+14
* spelling Surregate->SurrogateNoel Grandin2016-09-211-3/+3
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-4/+4
* rename ContentInfo attribs field and methods to charAttribsNoel Grandin2016-09-131-31/+30