summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai1-7/+33
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
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-2/+2
2016-01-10Fix typosAndrea Gelmini1-2/+2
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-25/+25
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-18/+18
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-21editeng: simplify code by std::none_ofTakeshi Abe1-10/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-5/+7
2015-04-02editeng: if this should never happen, let's assert thatMichael Stahl1-0/+6
2015-04-02tdf#85496: editeng: suppress all duplicate attributes during exportMichael Stahl1-2/+9
2015-02-02coverity#1242632 Use of untrusted scalar valueCaolán McNamara1-6/+24
2014-12-01fdo#85496: add some asserts to detect this sort of problemMichael Stahl1-0/+5
2014-11-24Newly missing #includeStephan Bergmann1-0/+2
2014-11-24Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+13
2014-11-14coverity#1242632 Untrusted loop boundCaolán McNamara1-2/+11
2014-11-05coverity#1242632 Untrusted loop boundCaolán McNamara1-5/+13
2014-10-01loplugin: cstylecastNoel Grandin1-8/+9
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-5/+5
2014-08-14Build fix when DEBUG_EDIT_ENGINE is on.Kohei Yoshida1-1/+1