summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2015-08-052-9/+0
* new loplugin: refcountingNoel Grandin2015-08-034-58/+58
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-304-11/+11
* loplugin:unusedmethodsNoel Grandin2015-07-301-5/+0
* convert RGCHK constants to scoped enumNoel Grandin2015-07-283-8/+9
* remove some unused EDITUNDO_ constantsNoel Grandin2015-07-281-3/+0
* convert EE_ACTION constants to scoped enumNoel Grandin2015-07-281-4/+2
* loplugin:unusedmethodsNoel Grandin2015-07-244-22/+2
* convert WALLPAPER constants to scoped enumNoel Grandin2015-07-241-25/+25
* loplugin:unusedmethods sdNoel Grandin2015-07-211-13/+0
* Removed commentAndrea Gelmini2015-07-201-1/+0
* editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2015-07-202-54/+58
* editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2015-07-201-18/+15
* editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2015-07-202-17/+17
* loplugin:unusedmethods svlNoel Grandin2015-07-201-7/+0
* sal_uInt16 to sal_Int32/size_tMatteo Casalin2015-07-192-6/+6
* editeng: pointless codeMichael Stahl2015-07-171-6/+0
* editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-07-171-66/+66
* loplugin:unusedmethods editengNoel Grandin2015-07-1615-204/+27
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-4/+3
* Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann2015-07-131-2/+2
* editeng: make Link<> usage typedNoel Grandin2015-07-131-10/+3
* editeng, convert to typed Link<>Noel Grandin2015-07-132-11/+0
* Fix typosAndrea Gelmini2015-07-082-2/+2
* improve the returnbyref lopluginNoel Grandin2015-07-068-346/+326
* Fix typosAndrea Gelmini2015-07-038-8/+8
* Fix typosAndrea Gelmini2015-06-302-2/+2
* remove some unnecessary typedefs to pointerNoel Grandin2015-06-302-5/+3
* remove custom RTTI from SvxAutoCorrectNoel Grandin2015-06-291-2/+0
* coverity#1308551 Uncaught exceptionCaolán McNamara2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* coverity#1308483 Uncaught exceptionCaolán McNamara2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-262-2/+2
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-1/+1
* Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2015-06-241-5/+2
* Fix typosAndrea Gelmini2015-06-222-4/+4
* Fix typosAndrea Gelmini2015-06-211-1/+1
* Simplify uses of OUString::replaceAll with literal argumentsStephan Bergmann2015-06-191-1/+1
* All uses of LINE_SEP are fine with a char literalStephan Bergmann2015-06-191-1/+1
* drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara2015-06-181-1/+0
* Fix typosAndrea Gelmini2015-06-181-1/+1
* seems to be what was meantLionel Elie Mamane2015-06-181-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-176-12/+12
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-6/+3
* cppcheck:redundantConditionNoel Grandin2015-06-152-3/+5
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-1/+1
* minor clean upStephan Bergmann2015-06-111-0/+1