summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-1/+1
2022-10-04Check acor_langtag for language-script fallback instead of only languageEike Rathke1-8/+8
2022-10-03tdf#137528: Fix skipping Kashida in fonts with bogus onesKhaled Hosny1-12/+10
2022-09-25tdf#83581: Improve caret travelling in in Edit EngineKhaled Hosny1-1/+1
2022-09-21use more string_view in editengNoel Grandin10-84/+85
2022-09-20ofz#51471 TimeoutCaolán McNamara2-2/+4
2022-09-19OSL_ENSURE->assert where we would crash if not trueMike Kaganski1-22/+22
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-29/+23
2022-09-15cid#1509213 silence Dereference after null checkCaolán McNamara1-0/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-1/+8
2022-09-05Simplify by using replace instead of replaceAt in loop in editengJulien Nabet1-8/+1
2022-09-02Removed duplicated includeAndrea Gelmini1-1/+0
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn6-21/+21
2022-09-02no need to use unique_ptr for this map in SvxAutoCorrectNoel Grandin1-36/+39
2022-08-31Related: tdf#150370 Convert isValidBcp47() bool to enum LanguageTag::PrivateUseEike Rathke1-1/+2
2022-08-31tdf#30731: Improve caret travelling in WriterKhaled Hosny1-1/+1
2022-08-30tdf#145538 Change common loops to range based.Stanislav Lopatin1-4/+4
2022-08-26cid#1500704 silence Resource leakCaolán McNamara1-0/+1
2022-08-26Resolves: tdf#150371 Scan autocorr dirs for language tags to add to listEike Rathke1-0/+75
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock3-6/+6
2022-08-23tdf#66819: Disable ligatures with character spacingKhaled Hosny1-14/+14
2022-08-20cid#1500500 Explicit null dereferencedCaolán McNamara1-0/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-08-14tdf#103492: Messed Arabic letter spacing in text starting with LTR character(s)Khaled Hosny1-2/+0
2022-08-14tdf#139627: Don’t set Kashida insertion position after combining marksKhaled Hosny1-8/+10
2022-08-14tdf#137528: Sync Kashida algorithm in editeng with swKhaled Hosny1-49/+199
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny7-18/+52
2022-08-12related tdf#150197: use SetListFormat or SetPrefix/SuffixJustin Luth1-0/+18
2022-08-11tdf#129631 writerfilter,sw: RTF import of invalid border...Michael Stahl1-0/+3
2022-08-02tdf#148810 pptx import: Depth set by EE_PARA_OUTLLEVELJustin Luth1-26/+7
2022-08-01related tdf#150197 editeng: clear oListFormat on SetListFormat()Justin Luth1-2/+2
2022-08-01no no need to call QuickGetTextSize hereNoel Grandin1-2/+1
2022-08-01remove NOP in editeng: HOLDDEPTHJustin Luth1-1/+0
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth1-6/+0
2022-07-25use more o3tl::spanNoel Grandin6-21/+4
2022-07-23tdf#135761 - Calc cell editing: change search preference for the word boundaryAndreas Heinisch1-1/+4
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-07-18cid#1507360 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-07-14loplugin:moveitNoel Grandin2-2/+2
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin5-102/+72
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin1-1/+2
2022-06-26tdf#148820 sc: fix conditional formatted cell colorBalazs Varga1-2/+10
2022-06-18ofz#24932 TimeoutCaolán McNamara1-1/+1
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-1/+1
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara2-3/+3
2022-06-10new loplugin:moveitNoel Grandin4-7/+5
2022-06-09remove incorrect #ifdef DBG_UTIL around normal code (tdf#149476)Luboš Luňák1-5/+1
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin28-88/+109
2022-06-08DOC import: allow negative page border distancesMiklos Vajna1-10/+2