summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin1-4/+2
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-2/+2
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-12loplugin:unuseddefaultparams in editengNoel Grandin1-2/+2
2016-07-12Remove excess newlinesChris Sherlock1-3/+0
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
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
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-16/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-12/+0
2014-04-15editeng: sal_Bool->boolNoel Grandin1-12/+12
2014-03-07coverity#982456 Dereference after null checkCaolán McNamara1-3/+3
2014-02-28remove unused code EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)Noel Grandin1-10/+0
2014-02-25editeng: harmonized types related to Tell()/Seek()Norbert Thiebaud1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-19/+19
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-7/+7
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-2/+2
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-20/+20
2013-10-19Make copy and pasting non-ascii text from editengine work againCaolán McNamara1-1/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-46/+9
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida1-8/+11
2013-10-08Avoid exposing aText; encapsulate it.Kohei Yoshida1-7/+17
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-1/+1