summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Extended loplugin:ostr: editengStephan Bergmann4-13/+13
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 4)Julien Nabet1-1/+1
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-4/+4
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth3-7/+3
2023-11-15tdf#158031 editeng SID_REMOVE_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+2
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-2/+2
2023-11-15tdf#158031 editeng SID_*_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth2-4/+4
2023-11-15related tdf#158031 editeng: GetFieldAtSel...(+look before cursor)Justin Luth1-17/+42
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin3-8/+8
2023-11-10loplugin:fieldcast in accessibility::AccessibleContextBaseNoel Grandin1-6/+3
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht6-15/+41
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)5-123/+75
2023-11-07tdf#158083: RTF: drop export for \pgdsctblVasily Melenchuk1-1/+0
2023-11-03NFC related tdf#158031 editeng: flatten and simplify the codeJustin Luth1-14/+17
2023-11-02this should never be null, so we can use a referenceCaolán McNamara1-6/+6
2023-11-02crash seen in EditView::GetTransferable in calcCaolán McNamara1-0/+5
2023-10-21ofz#63406 Timeouts with huge fontsCaolán McNamara1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: editengStephan Bergmann4-9/+9
2023-10-19tdf#147021 Use std::size() in editengWillian Pessoa1-8/+8
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-8/+8
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-12editeng: move the methods into Test class definitionTomaž Vajngerl1-20/+13
2023-10-12prefix some members of ImpEditEngineTomaž Vajngerl6-436/+432
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann9-27/+27
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-11SvxSimpleUnoModel does not need to implement XAggreggationNoel Grandin1-2/+2
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)5-0/+5
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