summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2022-08-30tdf#145538 Change common loops to range based.Stanislav Lopatin
2022-08-26cid#1500704 silence Resource leakCaolán McNamara
2022-08-26Resolves: tdf#150371 Scan autocorr dirs for language tags to add to listEike Rathke
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-23tdf#66819: Disable ligatures with character spacingKhaled Hosny
2022-08-20cid#1500500 Explicit null dereferencedCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-14tdf#103492: Messed Arabic letter spacing in text starting with LTR character(s)Khaled Hosny
2022-08-14tdf#139627: Don’t set Kashida insertion position after combining marksKhaled Hosny
2022-08-14tdf#137528: Sync Kashida algorithm in editeng with swKhaled Hosny
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-08-12related tdf#150197: use SetListFormat or SetPrefix/SuffixJustin Luth
2022-08-11tdf#129631 writerfilter,sw: RTF import of invalid border...Michael Stahl
2022-08-02tdf#148810 pptx import: Depth set by EE_PARA_OUTLLEVELJustin Luth
2022-08-01related tdf#150197 editeng: clear oListFormat on SetListFormat()Justin Luth
2022-08-01no no need to call QuickGetTextSize hereNoel Grandin
2022-08-01remove NOP in editeng: HOLDDEPTHJustin Luth
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth
2022-07-25use more o3tl::spanNoel Grandin
2022-07-23tdf#135761 - Calc cell editing: change search preference for the word boundaryAndreas Heinisch
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-07-18cid#1507360 Uninitialized scalar fieldCaolán McNamara
2022-07-14loplugin:moveitNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin
2022-06-26tdf#148820 sc: fix conditional formatted cell colorBalazs Varga
2022-06-18ofz#24932 TimeoutCaolán McNamara
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara
2022-06-10new loplugin:moveitNoel Grandin
2022-06-09remove incorrect #ifdef DBG_UTIL around normal code (tdf#149476)Luboš Luňák
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2022-06-08DOC import: allow negative page border distancesMiklos Vajna
2022-06-07rPosition to pPositionTomoyuki Kubota
2022-06-07sw layout: allow negative page border distancesMiklos Vajna
2022-06-02tdf#149389 Crash when closing document in dead key mode while adding commentNoel Grandin
2022-06-02tdf#148087 assert editing a cell with OnSelectionChange macro breakpointNoel Grandin
2022-06-02tdf#143964 insert/overwrite cursor shape lags in formula editingNoel Grandin
2022-06-02tdf#145603 Drag-n-drop in formula bar creates mismatchNoel Grandin
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-19use the std::function type for this lambda to prevent allocationNoel Grandin
2022-05-18elide some OUString allocation in SvxNumberType::GetNumStrNoel Grandin
2022-05-14tdf#149079 don't skip disposing DnDListenerCaolán McNamara