summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:oncevar in desktop..filterNoel Grandin2016-11-042-8/+2
* loplugin:singlevalfieldsNoel Grandin2016-11-023-23/+5
* tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin2016-10-314-5/+9
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-311-9/+1
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-5/+0
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-282-2/+2
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-271-3/+3
* rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara2016-10-261-54/+62
* we don't need ree after the loop hereCaolán McNamara2016-10-261-6/+4
* loplugin:expandablemethodds in include/editengNoel Grandin2016-10-215-40/+14
* add dumpAsXmlEditDocNoel Grandin2016-10-201-0/+5
* loplugin:expandablemethodds in editeng..extensionsNoel Grandin2016-10-197-14/+6