summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outliner.cxx
AgeCommit message (Expand)Author
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-13Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
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 EE_CNTRL constants to enum classNoel Grandin
2015-03-19loplugin:constantfunction: editengNoel Grandin
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin
2015-01-30coverity#1267673 Dereference after null checkCaolán McNamara
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-01loplugin: cstylecastNoel 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-08-20vcl: use enum for complex text layout constantsNoel Grandin
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-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-03-30Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-05Remove a now unneeded cast (xub_StrLen and tools/string.hxx removal).Andrzej Hunt
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-26WaE: unreachable codeTor Lillqvist
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin
2013-08-22Resolves: rhbz#996162 apparent NULL bullet fontCaolán McNamara
2013-08-14XubString->OUStringCaolán McNamara
2013-05-30Resolves: #i122096# apply default bullet numbering rule on toggle on...Oliver-Rainer Wittmann
2013-05-28Do not enable outliner when it was not before only for temporary undo disableArmin Le Grand
2013-05-28Related: #i120515# do not create undo action when in Init()Armin Le Grand