summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-07rPosition to pPositionTomoyuki Kubota1-1/+1
2022-06-07sw layout: allow negative page border distancesMiklos Vajna1-19/+49
2022-06-02tdf#149389 Crash when closing document in dead key mode while adding commentNoel Grandin1-1/+2
2022-06-02tdf#148087 assert editing a cell with OnSelectionChange macro breakpointNoel Grandin1-1/+4
2022-06-02tdf#143964 insert/overwrite cursor shape lags in formula editingNoel Grandin1-3/+0
2022-06-02tdf#145603 Drag-n-drop in formula bar creates mismatchNoel Grandin1-2/+0
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin3-11/+7
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh1-6/+37
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin1-3/+3
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-3/+3