summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)Author
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-19use the std::function type for this lambda to prevent allocationNoel Grandin
2022-05-14tdf#149079 don't skip disposing DnDListenerCaolán McNamara
2022-05-14reserve space in vector in ImpEditEngine::CreateTextObjectNoel Grandin
2022-05-13Pick a better type for the GetAttrib nAttr parameterStephan Bergmann
2022-05-12tdf#121740 std::set->o3tl::sorted_vector in ImpEditEngine::FormatDocNoel Grandin
2022-05-11tdf#148148: Applying Title Case when selection contains only spacesMichael Warner
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-05-03ofz#24932 TimeoutCaolán McNamara
2022-05-01use more string_view in variousNoel Grandin
2022-04-20tdf#148630 fix text layout and cursor position for IVS+spacingMark Hung
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák
2022-03-24tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham
2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-02cid#1500415 Explicit null dereferencedCaolán McNamara
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin
2022-02-25tdf#81894 sc spelling: eliminate separate(inaccurate) checkJustin Luth
2022-02-24cid#1500415 silence Explicit null dereferencedCaolán McNamara
2022-02-17tdf#147196: Fix crash in editeng when applying title case formatMichael Warner
2022-02-15tdf#143709 - Create repaint rectangle with the old text sizeAndreas Heinisch
2022-02-06Simplify sequence of PropertyValue in cui/editeng/extensionsJulien Nabet
2022-02-06We know the length hereMike Kaganski
2022-02-04lokCalcRTL: fix editing of shape textDennis Francis
2022-02-04lok: ensure no more tunneled spellchecking menuHenry Castro
2022-02-01tdf#144851 Honor Selection When Applying Title Case FormatMichael Warner
2022-01-29lokCalcRTL: selection coords should be mirrored w.r.t output areaDennis Francis
2022-01-29lokCalcRTL: text cursor pos should be mirrored w.r.t output areaDennis Francis
2022-01-21Remove MAXCHARSINPARA truncation in ImpEditEngine::ReadText()Eike Rathke
2022-01-21Related: tdf#139974 Keep HYPHEN-MINUS with a number to the rightEike Rathke
2022-01-20Related: tdf#139974 Try to find boundary for forced line breakEike Rathke
2022-01-19Resolves: tdf#139974 Do not munge character after forced line breakEike Rathke
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-10use less SvStream::Flush()Noel Grandin
2022-01-10editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-09sc: avoid dynamic_cast when possibleXisco Fauli
2021-12-06tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt
2021-12-02editeng: avoid non-ascii characters in the source of ContentInfo::dumpAsXml()Miklos Vajna
2021-11-26tdf#49033 Honor Selection When Applying Sentence Case FormatMichael Warner
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-20tdf#133835 speedup calc autofilter (2)Noel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna
2021-11-09Check pOutWin before use in ImpEditView::DeselectAllSzymon Kłos
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák