summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2024-06-17move CreateTextObject code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move Read/Write code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move PostKeyEvent code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move GetScriptType code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move SetPaperSize code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move SetDefTab code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move InsertView/RemoveView code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move Draw* code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move UndoAction* code from EditEngine to ImpEditEngineNoel Grandin
2024-06-16move SetPolygon code from EditEngine to ImpEditEngineNoel Grandin
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht
2024-06-13put the font test before the script testCaolán McNamara
2024-06-12Resolves: tdf#160401/#i78474# small caps do not exist in CTL fontsCaolán McNamara
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)
2024-06-10tdf#152024 Diacritics cut off at top and bottom of paragraphJonathan Clark
2024-06-02tdf#144208 speedup doc with lots of redline(3)Noel Grandin
2024-05-22tdf#124116 Correct Writer text shaping across formatting changesJonathan Clark
2024-05-20tdf#156105 sw: make SvxNumberFormat GetPrefix/Suffix more trustworthyJustin Luth
2024-05-20related tdf#156105 sw UI: recognize '%' in numbering prefix/suffixJustin Luth
2024-05-15tdf#156792 sw Catalan AutoCorrect: no superscript ordinal indicatorLászló Németh
2024-05-15tdf#44293 sw AutoCorrect: fix Portuguese ordinal indicatorsLászló Németh
2024-05-12Drop some uses of css::uno::Sequence::getConstArrayMike Kaganski
2024-05-08Case Rotation in Impress and Writer improvedOliver Specht
2024-05-07loplugin:ostr in editengNoel Grandin
2024-05-03tdf#152906: use correct Y offsetMike Kaganski
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-05-03replace createFromAscii with OUString literals in filterNoel Grandin
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-01call SfxViewShell::Current() just onceCaolán McNamara
2024-04-30tdf#160838 editeng: Report IME cursor pos more reliablyMichael Weghorn
2024-04-26run gperf via wsl in wsl-as-helper caseChristian Lohmaier
2024-04-26simplify some sed rules/statements and use proper quotingChristian Lohmaier
2024-04-26tdf#156955 Properly align text when tabstop is outside of textboxSamuel Mehrbrodt
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn
2024-04-23editeng a11y: Switch DBG_ASSERT to real assertMichael Weghorn
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-04-11tdf#132599 cui offapi sw xmloff: add hyphenation-keep-typeLászló Németh
2024-04-09tdf#42982: Improve UNO API error reportingMohit Marathe
2024-04-08tdf#146619 Drop unused 'using namespace' in: editeng/Gabor Kelemen
2024-04-04tdf160518 DOCX: import hyphenation-keep to fix layoutLászló Németh
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-04tdf#63259 cycle case on sentencesOliver Specht
2024-04-04editeng: make it ContentNode::FindFeature clearerTomaž Vajngerl
2024-04-04editeng: prefix EditLine members, clean-upTomaž Vajngerl
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl
2024-03-25editeng: fix unintended duplication of the lineTomaž Vajngerl
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)