summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
AgeCommit message (Expand)Author
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-06Typo: emty->emptyJulien Nabet
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-07Kill some whitespace found during debugging.Jan Holesovsky
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-25convert MouseTarget to enum classNoel Grandin
2015-03-19loplugin:constantfunction: editengNoel Grandin
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-30coverity#1267673 Dereference after null checkCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02Fix simple typos.Andrea Gelmini
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-11-27Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-12coverity#703951 unchecked return valueNorbert Thiebaud
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-15editeng: initialize mnRefCount in all ctors, fix sw.check crashes...Michael Stahl
2014-08-14Use boost::intrusive_ptr in lieu of manual ref-counting.Kohei Yoshida
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-17Related: rhbz#1117853 nStartPara of EE_PARA_NOT_FOUNDCaolán McNamara
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-13Paragraph argument never used in InvalidateBulletCaolán McNamara
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin