summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* replace CHAR flags with o3tl::typed_flagsNoel Grandin2017-12-185-21/+28
* convert DELMODE to scoped enumNoel Grandin2017-12-184-20/+21
* convert GETCRSR constants to o3tl::typed_flagsNoel Grandin2017-12-185-43/+53
* convert ATTRSPECIAL to scoped enumNoel Grandin2017-12-187-16/+13
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-184-10/+10
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-1/+1
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-12-051-0/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-12-051-3/+2
* sd lok: fix spell checking languages in ImpressHenry Castro2017-10-261-0/+10
* lok: Don't freeze the LibreOfficeKit via the spell-checking popup menu.cp-5.3-26Jan Holesovsky2017-09-211-1/+5
* lok - add support for in place chart editingMarco Cecchetti2017-08-031-2/+24
* tdf#108622: use correct type for last check timestamp during autocorrectAron Budea2017-07-031-1/+1
* tdf#107176: just return initial selection when there's no rangeJulien Nabet2017-05-301-0/+4
* fix gdi resource leak (editeng/impedit)Julien Nabet2017-05-302-0/+5
* check for nullptr, tdf#104265Eike Rathke2017-05-041-10/+13
* Fix mouse position conversion in case of BottomToTop textTamás Zolnai2017-04-241-2/+10
* Handle keyinput properly in case of BottomToTop vertical textTamás Zolnai2017-04-241-1/+3
* tdf#105286: Implement text rotation for Impress tablesTamás Zolnai2017-04-1814-90/+413
* ofz: leak in loading pptsCaolán McNamara2017-03-101-7/+5
* Resolves: tdf#106123 store and restore the PaM around the menu ExecuteCaolán McNamara2017-03-011-0/+11
* LOK - Calc: Text is not visible in cell when entering numerical inputMarco Cecchetti2017-02-242-13/+13
* revert tdf#101815 editeng SetMustRepaint when InsertTextJustin Luth2017-02-201-1/+0
* editeng: presumed copypasta in 048e30c1f8231e6cd144a9251061f6fa127b353eMichael Stahl2017-02-141-1/+1
* tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida2017-02-014-25/+25
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-262-4/+15
* tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn2017-01-191-3/+3
* tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl2016-12-191-15/+0
* 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
* 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
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-169-24/+24
* drop useless semicolonsDavid Tardon2016-11-131-1/+1
* coverity#1371263 Missing move assignment operatorCaolán McNamara2016-11-111-0/+26
* check for self-assignmentCaolán McNamara2016-11-111-8/+11
* make it more typical copy ctorCaolán McNamara2016-11-111-2/+9
* seems dubious to copy the state, but drop the load again bitCaolán McNamara2016-11-111-1/+1
* these are going to get overwritten immediatelyCaolán McNamara2016-11-111-3/+0
* make this operator= a little less crazyCaolán McNamara2016-11-111-18/+4
* why have a pimpl with somethings in it and somethings notCaolán McNamara2016-11-111-167/+99
* the pStream member makes no sense at allCaolán McNamara2016-11-111-14/+6
* this looks like a leak to meCaolán McNamara2016-11-111-10/+9
* use std::unique_ptrCaolán McNamara2016-11-111-51/+44
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-111-1/+1
* loplugin:expandablemethods in drawinglayer..editengNoel Grandin2016-11-097-66/+14
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-2/+2
* make a useful function - SvxBoxItem::CalcLineWidthJustin Luth2016-11-051-0/+27
* tdf#90070 don't clip flys with bordersJustin Luth2016-11-051-2/+10