summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-051-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-054-10/+10
* tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn2016-12-051-3/+3
* loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann2016-12-053-25/+0
* add a SAL_WARN() for the broken portion continuationEike Rathke2016-11-301-0/+1
* Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke2016-11-301-0/+5
* prevent endlessly creating new lines until out of memory, tdf#104152Eike Rathke2016-11-301-17/+61
* Use derived classes' methods instead of Pair::A/BMike Kaganski2016-11-291-1/+1
* Rewrite some (trivial) assignments inside if/while conditions: editengStephan Bergmann2016-11-291-2/+4
* extend markup support (/italic/ and -strikeout-)TiagoSantos2016-11-241-11/+29
* replace CHAR flags with o3tl::typed_flagsNoel Grandin2016-11-235-21/+28
* convert DELMODE to scoped enumNoel Grandin2016-11-234-20/+21
* convert GETCRSR constants to o3tl::typed_flagsNoel Grandin2016-11-235-43/+53
* convert ATTRSPECIAL to scoped enumNoel Grandin2016-11-237-16/+13
* trivial makefile cleanupsMichael Stahl2016-11-221-1/+1
* convert inventorId to scoped enumNoel Grandin2016-11-211-1/+1
* make this just every so slightly less awfulCaolán McNamara2016-11-213-12/+13
* editeng: assert SfxPoolItem::operator==Michael Stahl2016-11-186-31/+31