summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editobj.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-21spelling Surregate->SurrogateNoel Grandin1-3/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-09-13rename ContentInfo attribs field and methods to charAttribsNoel Grandin1-31/+30
2016-09-13impress: extend dumpAsXml to style information in ContentInfo nodesNoel Grandin1-1/+20
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+6
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-6/+8
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-10/+10
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-20loplugin:unusedmethodsNoel Grandin1-20/+0
2016-01-18loplugin: unused return valuesNoel Grandin1-5/+0
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin1-4/+2