summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Help GCCStephan Bergmann2015-08-271-1/+1
* Clean up aEmptyStephan Bergmann2015-08-272-6/+3
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-21/+12
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-211-2/+1
* tweak config-less sysconfig pathCaolán McNamara2015-08-203-21/+11
* more no-config shortcutsCaolán McNamara2015-08-201-0/+4
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-3/+2
* for testing allow disabling configmgr for time critical pathsCaolán McNamara2015-08-194-13/+26
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-173-5/+5
* tdf#93052 Fix abundance of calc annotation stylesJan-Marek Glogowski2015-08-151-2/+1
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-142-3/+3
* tdf#93384 editeng rendercontext: don't paint spellcheck result directlyMiklos Vajna2015-08-121-2/+1
* loplugin: defaultparamsNoel Grandin2015-08-1117-90/+90
* 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