summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-02loplugin:constmethod in editengNoel Grandin1-1/+1
2019-08-28ContentInfo::Equals uses std::equalAdrien Ollier1-18/+10
2019-06-23editeng/XParaPortionList: OutputDevice's MapModeAdrien Ollier1-1/+0
2019-05-21Fix typoAndrea Gelmini1-3/+3
2019-05-07tdf#74702 partial cleanup of OutDevTypeAdrien Ollier1-2/+1
2019-04-13loplugin:sequentialassign in editeng..extensionsNoel Grandin1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-9/+9
2018-10-09cppcheck: useInitializationList in editeng ...Jochen Nitschke1-26/+25
2018-10-06drop some now unnecessary includesCaolán McNamara1-3/+0
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-4/+2
2018-08-15loplugin:useuniqueptr pass XEditAttribute around by std::unique_ptrNoel Grandin1-7/+6
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-1/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin1-4/+0
2018-05-14loplugin:useuniqueptr in EditTextObjectImplNoel Grandin1-5/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-2/+2
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-11Use for-range loops in editengJulien Nabet1-43/+31
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-1/+1
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-9/+7
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin1-1/+1
2017-10-23loplugin:includeform: editengStephan Bergmann1-5/+5
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-2/+2
2017-08-25loplugin:unusedfieldsNoel Grandin1-2/+0
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall1-362/+0
2017-08-08Fix typosAndrea Gelmini1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-2/+2
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall1-172/+0
2017-08-07EditEngine: Removing BIN formatVarun Dhall1-22/+0
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke1-4/+14
2017-07-26Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke1-1/+21
2017-07-04loplugin:unusedfields in editengNoel Grandin1-1/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+3
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-06-04tdf#108324 fix crash: paste from textframeJochen Nitschke1-2/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai1-7/+33
2017-03-27Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann1-11/+20
2017-02-20this can't be nullptrJochen Nitschke1-5/+2
2017-01-23cppcheck: memleak (false positive)Jochen Nitschke1-3/+3
2017-01-13coverity#1371287 don't need to copy and then overwriteCaolán McNamara1-4/+4
2016-11-21make this just every so slightly less awfulCaolán McNamara1-7/+7
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-2/+2
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin1-12/+2
2016-10-11loplugin:constantfunctionNoel Grandin1-9/+0
2016-10-03add more dumpAsXml()Noel Grandin1-2/+2
2016-09-28extend dumpAsXml to EditDocNoel Grandin1-0/+14