summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Remove dynamic exception specificationsStephan Bergmann24-474/+259
2017-01-26tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida4-25/+21
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-2/+2
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin3-8/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski3-5/+5
2017-01-23cppcheck: memleak (false positive)Jochen Nitschke1-3/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, editengStephan Bergmann1-0/+3
2017-01-18use rtl::Reference in AccessibleStaticTextBase_ImplNoel Grandin1-25/+21
2017-01-18manage pField with tools::SvRefNoel Grandin1-11/+11
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-1/+1
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+3
2017-01-13coverity#1371287 don't need to copy and then overwriteCaolán McNamara1-4/+4
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin25-112/+71
2017-01-09New loplugin:externvar: editengStephan Bergmann1-1/+1
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht2-4/+15
2017-01-05editeng: convert more DBG_ASSERT to assertMichael Stahl1-23/+23
2017-01-05editeng: convert some DBG_ASSERT to assertMichael Stahl1-20/+20
2016-12-30cleanup tailing backslashesJochen Nitschke1-2/+2
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin3-64/+65
2016-12-21convert VclButtonsType to scoped enumNoel Grandin1-1/+1
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2-14/+0
2016-12-16loplugin:unnecessaryoverrideStephan Bergmann1-9/+0
2016-12-16tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl1-6/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-3/+0
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin3-25/+2
2016-12-12tdf#104540: AccessibleEventNotifier AccessibleBase (editeng)Julien Nabet1-1/+1
2016-12-12coverity#1397045 Unchecked return valueCaolán McNamara1-1/+1
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny2-7/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin4-33/+32
2016-12-07Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski1-1/+1
2016-12-05use initialization listJochen Nitschke1-44/+38
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-2/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin4-10/+10
2016-12-05tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn1-3/+3
2016-12-05loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann3-25/+0
2016-11-30add a SAL_WARN() for the broken portion continuationEike Rathke1-0/+1
2016-11-30Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke1-0/+5
2016-11-30prevent endlessly creating new lines until out of memory, tdf#104152Eike Rathke1-17/+61
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski1-1/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: editengStephan Bergmann1-2/+4
2016-11-24extend markup support (/italic/ and -strikeout-)TiagoSantos1-11/+29
2016-11-23replace CHAR flags with o3tl::typed_flagsNoel Grandin5-21/+28
2016-11-23convert DELMODE to scoped enumNoel Grandin4-20/+21
2016-11-23convert GETCRSR constants to o3tl::typed_flagsNoel Grandin5-43/+53
2016-11-23convert ATTRSPECIAL to scoped enumNoel Grandin7-16/+13
2016-11-22trivial makefile cleanupsMichael Stahl1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-11-21make this just every so slightly less awfulCaolán McNamara3-12/+13