summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)AuthorFilesLines
3 daystdf#163883 editeng RTF export: fix broken offsets into the para style tableMiklos Vajna1-2/+32
2024-11-04new loplugin:staticconstexprNoel Grandin1-8/+8
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin1-4/+4
2024-09-09tdf#162803 editeng: Fix invalid kashida array after layoutJonathan Clark1-0/+65
2024-09-04tdf#151748 editeng: Fix crash in kashida justification after updateJonathan Clark1-0/+64
2024-07-18tdf#55693: port test to CppunitTest_sw_autocorrectXisco Fauli1-180/+0
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin1-9/+9
2024-06-21tdf#158454 Add Thai Autocorrect Support, coding partTheppitak Karoonboonyanan1-8/+25
2024-06-20tdf#161652 editeng, RTF copy: only write used paragraph stylesMiklos Vajna1-0/+101
2024-06-18loplugin:ostr in variousNoel Grandin1-7/+7
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht1-639/+747
2024-05-08Case Rotation in Impress and Writer improvedOliver Specht1-2/+2
2024-05-07loplugin:ostr in editengNoel Grandin2-211/+211
2024-03-12tdf#63259 Cycle case should work on end of wordsOliver Specht1-10/+5
2024-02-19Fix typoAndrea Gelmini1-1/+1
2024-02-16tdf#154248 sd: change multiline field wrappingAttila Szűcs1-0/+60
2024-02-02tdf#159507 editeng: support pasting HTML fragmentsMiklos Vajna1-2/+33
2024-01-24cool#8023 editeng: support HTML pasteMiklos Vajna1-0/+60
2024-01-16editeng: add EditLineList testTomaž Vajngerl1-0/+173
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl1-4/+4
2024-01-14editeng: add simple test for CreateLines methodTomaž Vajngerl1-0/+74
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl1-2/+91
2023-12-31editeng: cleanup operators and constructors for EditSelection + testTomaž Vajngerl1-0/+143
2023-12-31editeng: cleanup operators and constructors for EditPaM + testTomaž Vajngerl1-0/+74
2023-12-30editeng: EditLine test and refactor constructors, operatorsTomaž Vajngerl1-0/+111
2023-12-28Fix typoAndrea Gelmini1-2/+2
2023-12-28editeng: add EPaM unit testsTomaž Vajngerl1-0/+103
2023-12-28editeng: add ESelection unit testsTomaž Vajngerl1-0/+185
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-8/+8
2023-10-12editeng: move the methods into Test class definitionTomaž Vajngerl1-20/+13
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)1-0/+1
2023-06-22editeng: qa: add single line unit testHenry Castro1-0/+15
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+1
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga1-1/+1
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann1-17/+6
2022-09-21use more string_view in editengNoel Grandin1-24/+24
2022-05-11tdf#148148: Applying Title Case when selection contains only spacesMichael Warner1-0/+85
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin1-2/+2
2022-02-17tdf#147196: Fix crash in editeng when applying title case formatMichael Warner1-0/+22
2022-02-01tdf#144851 Honor Selection When Applying Title Case FormatMichael Warner1-1/+11
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen1-3/+0
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2021-11-26tdf#49033 Honor Selection When Applying Sentence Case FormatMichael Warner1-4/+108
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann1-36/+36
2021-07-03tdf#143176 Old Hungarian transliteration: fix AutoCorrect->ApplyLászló Németh1-1/+2
2021-05-08ref-count SfxItemPoolNoel Grandin1-18/+18
2021-05-04speed up loading large ODS a littleNoel Grandin1-2/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-10/+20
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-3/+2