summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-08rename CollapsAttribs -> CollapseAttribsNoel Grandin1-2/+2
2016-09-08improve comment grammarNoel Grandin1-5/+4
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-1/+1
2016-06-01remove unused SID constants and associated codeNoel Grandin1-1/+0
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-4/+5
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-2/+2
2016-04-10don't pool SvxFieldItem, tdf#92773Markus Mohrhard1-1/+1
2016-04-06Avoid reserved identifiersStephan Bergmann1-2/+2
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-55/+55
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-18loplugin: unused return valuesNoel Grandin1-3/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-5/+5
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin1-13/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2016-01-07Fix memory leakStephan Bergmann1-11/+1
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-21/+24
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+5
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-9/+9
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-57/+55
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-34/+34
2015-10-27Replace boost::bind by lambdas in editeng tree.Mario J. Rugiero1-4/+2
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-10-01loplugin:unusedmethodsNoel Grandin1-5/+0
2015-09-30Fix typosAndrea Gelmini1-3/+3
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-07-06improve the returnbyref lopluginNoel Grandin1-26/+25
2015-06-22Fix typosAndrea Gelmini1-3/+3
2015-06-06Typo: emty->emptyJulien Nabet1-1/+1
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-9/+9
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-55/+55
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-20editeng: remove references to dead tools/string.hxxMiklos Vajna1-7/+0