summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#102261: introduce editeng paragraph tab stop default distanceSarper Akdemir1-0/+11
2023-03-07no need to allocate these separatelyNoel Grandin4-18/+18
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir1-0/+20
2023-02-06lok: formulabar: fix URL fields selectionSzymon Kłos1-0/+47
2022-12-22check for null pointerAndras Timar1-1/+1
2022-12-20editeng: avoid divide by zeroNoel Grandin1-0/+6
2022-12-19ofz: bad-casts at shutdownCaolán McNamara1-0/+5
2022-12-14tdf#152483 Fix the insert hyperlink behaviour on CalcGülşah Köse1-7/+6
2022-12-08Related: tdf#82115 Fix crash when handling input method eventsPatrick Luby1-0/+6
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-6/+12
2022-11-21add some checks for OpenSymbolCaolán McNamara1-0/+3
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara1-1/+1
2022-11-18tdf#47679 explicitly don't write fcharset2 for text in OpenSymbolCaolán McNamara1-0/+7
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara1-0/+2
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl7-52/+49
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-23/+18
2022-11-01editeng: rename aBuf to aCharPositionArrayTomaž Vajngerl1-4/+4
2022-10-31fix regression from "editeng: don't use GetSize to set the size"Noel Grandin1-1/+1
2022-10-31editeng: don't use GetSize to set the sizeTomaž Vajngerl1-33/+36
2022-10-31editeng: prefix the instance variable aDefFont-> maDefFontTomaž Vajngerl1-4/+4
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-1/+1
2022-10-03tdf#137528: Fix skipping Kashida in fonts with bogus onesKhaled Hosny1-12/+10
2022-09-21use more string_view in editengNoel Grandin5-12/+12
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-15cid#1509213 silence Dereference after null checkCaolán McNamara1-0/+2
2022-09-05Simplify by using replace instead of replaceAt in loop in editengJulien Nabet1-8/+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-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock3-6/+6
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
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 Hosny2-6/+30
2022-08-01no no need to call QuickGetTextSize hereNoel Grandin1-2/+1
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-14loplugin:moveitNoel Grandin1-1/+1
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara1-2/+2
2022-06-10new loplugin:moveitNoel Grandin2-2/+2
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 Grandin7-35/+39
2022-06-07rPosition to pPositionTomoyuki Kubota1-1/+1
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-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh2-49/+51
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann3-13/+15