summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-07-30loplugin:unusedmethodsNoel Grandin1-5/+0
2015-07-28convert RGCHK constants to scoped enumNoel Grandin3-8/+9
2015-07-28remove some unused EDITUNDO_ constantsNoel Grandin1-3/+0
2015-07-28convert EE_ACTION constants to scoped enumNoel Grandin1-4/+2
2015-07-24loplugin:unusedmethodsNoel Grandin4-22/+2
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-25/+25
2015-07-21loplugin:unusedmethods sdNoel Grandin1-13/+0
2015-07-20Removed commentAndrea Gelmini1-1/+0
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2-54/+58
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-18/+15
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2-17/+17
2015-07-20loplugin:unusedmethods svlNoel Grandin1-7/+0
2015-07-19sal_uInt16 to sal_Int32/size_tMatteo Casalin2-6/+6
2015-07-17editeng: pointless codeMichael Stahl1-6/+0
2015-07-17editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-66/+66
2015-07-16loplugin:unusedmethods editengNoel Grandin15-204/+27
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-4/+3
2015-07-13Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann1-2/+2
2015-07-13editeng: make Link<> usage typedNoel Grandin1-10/+3
2015-07-13editeng, convert to typed Link<>Noel Grandin2-11/+0
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin8-346/+326
2015-07-03Fix typosAndrea Gelmini8-8/+8
2015-06-30Fix typosAndrea Gelmini2-2/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin2-5/+3
2015-06-29remove custom RTTI from SvxAutoCorrectNoel Grandin1-2/+0
2015-06-28coverity#1308551 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-5/+2
2015-06-22Fix typosAndrea Gelmini2-4/+4
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-19Simplify uses of OUString::replaceAll with literal argumentsStephan Bergmann1-1/+1
2015-06-19All uses of LINE_SEP are fine with a char literalStephan Bergmann1-1/+1
2015-06-18drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara1-1/+0
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-18seems to be what was meantLionel Elie Mamane1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe6-12/+12
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-6/+3
2015-06-15cppcheck:redundantConditionNoel Grandin2-3/+5
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-1/+1
2015-06-11minor clean upStephan Bergmann1-0/+1
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann3-13/+13
2015-06-10Bool2Any wants to get bool instead of sal_uInt8Katarina Behrens1-1/+1
2015-06-10tdf#88055: Don't export transparent background colour as whiteKatarina Behrens1-0/+45