summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* convert SvParserState to scoped enumNoel Grandin2017-02-143-9/+9
* editeng: presumed copypasta in 048e30c1f8231e6cd144a9251061f6fa127b353eMichael Stahl2017-02-141-1/+1
* convert CharCompressType to scoped enumNoel Grandin2017-02-136-10/+12
* Various typos on accessibleJulien Nabet2017-02-121-1/+1
* Remove MinGW supportStephan Bergmann2017-02-101-3/+3
* loplugin:unusedenumconstants read-only constants in vclNoel Grandin2017-02-081-7/+1
* Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl2017-02-071-2/+2
* Clean up some OUString creationStephan Bergmann2017-02-071-7/+5
* remove ugly operator* in DynamicErrorInfoNoel Grandin2017-02-071-2/+2
* Add missing #includesStephan Bergmann2017-02-067-0/+15
* Typo: s/dependend/dependent/iTor Lillqvist2017-02-063-9/+9
* default ctor is fine hereJochen Nitschke2017-02-061-2/+0
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-14/+14
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-3/+2
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-16/+16
* tdf#102688: let's purge it here just in case...Kohei Yoshida2017-01-271-0/+1
* tdf#102688: prevent leaking of VirtualDevice instances.Kohei Yoshida2017-01-272-1/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-2624-474/+259
* tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida2017-01-264-25/+21
* teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin2017-01-241-2/+2
* loplugin: unnecessary destructor cppcanvas..filterNoel Grandin2017-01-243-8/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-233-5/+5
* cppcheck: memleak (false positive)Jochen Nitschke2017-01-231-3/+3
* New loplugin:dynexcspec: Add @throws documentation, editengStephan Bergmann2017-01-191-0/+3
* use rtl::Reference in AccessibleStaticTextBase_ImplNoel Grandin2017-01-181-25/+21
* manage pField with tools::SvRefNoel Grandin2017-01-181-11/+11
* Change Idle to be a Timer subclassJan-Marek Glogowski2017-01-171-1/+1
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-01-171-0/+3
* coverity#1371287 don't need to copy and then overwriteCaolán McNamara2017-01-131-4/+4
* new loplugin: useuniqueptr: editengNoel Grandin2017-01-1325-112/+71
* New loplugin:externvar: editengStephan Bergmann2017-01-091-1/+1
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-092-4/+15
* editeng: convert more DBG_ASSERT to assertMichael Stahl2017-01-051-23/+23
* editeng: convert some DBG_ASSERT to assertMichael Stahl2017-01-051-20/+20
* cleanup tailing backslashesJochen Nitschke2016-12-301-2/+2
* use std::vector instead of naked array in SfxItemPoolNoel Grandin2016-12-263-64/+65
* convert VclButtonsType to scoped enumNoel Grandin2016-12-211-1/+1
* no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2016-12-192-14/+0
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-161-9/+0
* tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl2016-12-161-6/+0
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-3/+3
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-3/+0
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-133-25/+2
* tdf#104540: AccessibleEventNotifier AccessibleBase (editeng)Julien Nabet2016-12-121-1/+1
* coverity#1397045 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* Drop ComplexDisabled flags that does nothingKhaled Hosny2016-12-112-7/+5
* convert SFX_HINT to scoped enumNoel Grandin2016-12-084-33/+32
* Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski2016-12-071-1/+1
* use initialization listJochen Nitschke2016-12-051-44/+38