summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-04-20tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos2-8/+5
2018-04-16sd lok: Impress: Right-click menu on misspelled word locks up sessionTamás Zolnai1-0/+4
2018-04-12Fix buildAron Budea1-0/+1
2018-04-10sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2-1/+3
2018-03-19tdf#112118: Use correct border when calculating marginMike Kaganski1-4/+4
2018-03-19tdf#112118: DOC: properly import/export border distanceMike Kaganski1-0/+125
2018-03-13tdf#116101 Correct bullet position for linespacing > 100%Szymon Kłos2-7/+100
2018-03-12lokdialog: Tunnel the spell-checking context menu with recommendations.Jan Holesovsky1-1/+1
2018-03-12Revert "lok: Don't freeze the LibreOfficeKit via the spell-checking popup..."Jan Holesovsky1-5/+1
2018-03-06ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara1-4/+5
2018-02-26sd lok: Delete selection highlight after cutting text.Tamás Zolnai1-0/+3
2018-02-21tdf#115639: Handle alignment correctly for multiple paragraph caseTamás Zolnai5-7/+40
2018-02-19tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai6-12/+160
2018-01-17tdf#114628 correct line spacing for impressSzymon Kłos2-17/+28
2017-12-18replace CHAR flags with o3tl::typed_flagsNoel Grandin5-21/+28
2017-12-18convert DELMODE to scoped enumNoel Grandin4-20/+21
2017-12-18convert GETCRSR constants to o3tl::typed_flagsNoel Grandin5-43/+53
2017-12-18convert ATTRSPECIAL to scoped enumNoel Grandin7-16/+13
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin4-10/+10
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+3
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-10-26sd lok: fix spell checking languages in ImpressHenry Castro1-0/+10
2017-09-21lok: Don't freeze the LibreOfficeKit via the spell-checking popup menu.cp-5.3-26Jan Holesovsky1-1/+5
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-2/+24
2017-07-03tdf#108622: use correct type for last check timestamp during autocorrectAron Budea1-1/+1
2017-05-30tdf#107176: just return initial selection when there's no rangeJulien Nabet1-0/+4
2017-05-30fix gdi resource leak (editeng/impedit)Julien Nabet2-0/+5
2017-05-04check for nullptr, tdf#104265Eike Rathke1-10/+13
2017-04-24Fix mouse position conversion in case of BottomToTop textTamás Zolnai1-2/+10
2017-04-24Handle keyinput properly in case of BottomToTop vertical textTamás Zolnai1-1/+3
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai14-90/+413
2017-03-10ofz: leak in loading pptsCaolán McNamara1-7/+5
2017-03-01Resolves: tdf#106123 store and restore the PaM around the menu ExecuteCaolán McNamara1-0/+11
2017-02-24LOK - Calc: Text is not visible in cell when entering numerical inputMarco Cecchetti2-13/+13
2017-02-20revert tdf#101815 editeng SetMustRepaint when InsertTextJustin Luth1-1/+0
2017-02-14editeng: presumed copypasta in 048e30c1f8231e6cd144a9251061f6fa127b353eMichael Stahl1-1/+1
2017-02-01tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida4-25/+25
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht2-4/+15
2017-01-19tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn1-3/+3
2016-12-19tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl1-15/+0
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-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
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl6-31/+31
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin9-24/+24
2016-11-13drop useless semicolonsDavid Tardon1-1/+1
2016-11-11coverity#1371263 Missing move assignment operatorCaolán McNamara1-0/+26