summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2023-10-09cid#1547102 Uninitialized pointer fieldCaolán McNamara1-2/+3
2023-10-08ofz#62236 avoid TimeoutCaolán McNamara1-2/+10
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin1-8/+7
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-8/+8
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-2/+2
2023-09-13loplugin:unodispose in editeng..extensionsNoel Grandin2-0/+4
2023-09-07SvxUnoNumberingRulesCompare does not need to implement XAggreggationNoel Grandin1-1/+1
2023-09-07Autocorrect: Add option for autoformat bulleted lists after spaceDarshan-upadhyay11102-0/+4
2023-09-01SAL_WARN->SAL_INF in SvxUnoTextFieldNoel Grandin1-1/+1
2023-08-29tdf#103706: tdf#142857: sd: context aware paste for clone formatSarper Akdemir3-0/+35
2023-08-26editeng: fix crash in EditDoc::FindAttribsXisco Fauli1-2/+3
2023-08-22smallcaps: support dxarray in SvxDoDrawCapitalCaolán McNamara1-14/+47
2023-08-22smallcaps: we only use width, so drop the heightCaolán McNamara1-4/+1
2023-08-22tdf#98367 implement rendering of draw/impress small capitalsCaolán McNamara1-51/+54
2023-08-22Related: tdf#98367 export editeng EE_CHAR_CASEMAP the same as writer doesCaolán McNamara1-1/+22
2023-08-21character preview is drawing two overlines for Small CapsCaolán McNamara1-0/+3
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)4-0/+4
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl2-5/+5
2023-08-15fix crash in LOKNoel Grandin1-1/+1
2023-07-31tdf#156470 add SAL_INFO calls for debuggingPatrick Luby1-1/+8
2023-07-31Fix surrogate pairs handling when tweaking script infoKhaled Hosny1-2/+1
2023-07-29tdf#156165: Fix replace custom styles while typingBaole Fang1-1/+1
2023-07-27tdf#112594: Group NNBSP with the Mongolian characters after itKhaled Hosny1-5/+11
2023-07-27tdf#156482: fix order in SvxBaseAutoCorrCfg::ImplCommitMike Kaganski1-3/+3
2023-07-25editeng: Call unicode::getUnicodeType() on UTF-32 code unitsKhaled Hosny1-10/+12
2023-07-23editeng: Don’t unintentionally set KernArray.mnSubUnitFactorKhaled Hosny1-1/+1
2023-07-23editeng: Use GetTextArray() instead of GetCaretPositions()Khaled Hosny1-4/+3
2023-07-16editeng: Use RotateAround rather than another copyDr. David Alan Gilbert1-26/+6
2023-07-16editeng/Outliner: Use RotateAround rather than open codingDr. David Alan Gilbert1-12/+2
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert3-26/+3
2023-07-14tdf#154982 vcl: PDF Export: split BeginStructureElementMichael Stahl1-1/+1
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski1-4/+13
2023-07-06tdf#126382 Correct check for transparencyMaxim Monastirsky2-2/+2
2023-07-0432bit is enough for the word completion limitCaolán McNamara1-1/+1
2023-07-04tdf#92311: increase word completion limitBaole Fang1-2/+2
2023-06-30loplugin:unusedmethodsNoel Grandin2-7/+0
2023-06-29loplugin:unusedmethodsNoel Grandin1-5/+0
2023-06-29tdf#73537 - sc: show author and creation date in calc commentsBalazs Varga1-3/+35
2023-06-26new loplugin:constexprliteralNoel Grandin3-3/+3
2023-06-24tdf#129810: Compress fullwidth CJK punctuationKhaled Hosny1-2/+4
2023-06-23Make backscpace always delete whole variation sequencesKhaled Hosny1-5/+3
2023-06-23Improve and rename unicode::isIVSSelector()Khaled Hosny1-1/+1
2023-06-21editeng: ignore line breaksHenry Castro2-5/+14
2023-06-21editeng: add setter function SingleLineHenry Castro1-0/+11
2023-06-21Require icu-i18n >= 66Khaled Hosny1-10/+0
2023-06-21editeng: add flag EEControlBits::SINGLELINEHenry Castro1-0/+3
2023-06-20editeng: fix assertion uninitialized enumHenry Castro1-1/+2
2023-06-20lok: sc: fix layout RTLHenry Castro1-2/+3
2023-06-20lok: editeng: add LOK special flagsHenry Castro3-0/+17
2023-06-18Use getXWeak in editengMike Kaganski6-61/+33