summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2022-06-27tdf#148820 sc: fix conditional formatted cell colorBalazs Varga1-2/+10
2022-06-13remove incorrect #ifdef DBG_UTIL around normal code (tdf#149476)Luboš Luňák1-5/+1
2022-06-09tdf#145603 Drag-n-drop in formula bar creates mismatchNoel Grandin1-2/+0
2022-06-09tdf#143964 insert/overwrite cursor shape lags in formula editingNoel Grandin1-3/+0
2022-05-25tdf#149079 don't skip disposing DnDListenerCaolán McNamara1-10/+10
2022-04-19tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin11-386/+429
2022-02-21tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara1-0/+1
2022-02-18tdf#143709 - Create repaint rectangle with the old text sizeAndreas Heinisch1-4/+4
2022-02-14lokCalcRTL: fix editing of shape textDennis Francis3-6/+41
2022-02-14lokCalcRTL: selection coords should be mirrored w.r.t output areaDennis Francis2-4/+12
2022-02-14lokCalcRTL: text cursor pos should be mirrored w.r.t output areaDennis Francis1-0/+7
2022-02-14use more cppu::BaseMutexNoel Grandin1-5/+5
2022-02-14lok: ensure no more tunneled spellchecking menuHenry Castro1-8/+2
2022-01-20Resolves: tdf#139974 Do not munge character after forced line breakEike Rathke1-2/+4
2022-01-11editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna1-2/+8
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth1-0/+29
2021-12-13tdf#146179: fix Dev Tools crash when inspecting object in special fileJulien Nabet1-0/+4
2021-12-09tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt2-3/+6
2021-11-24ofz#41345 Negative-size-paramCaolán McNamara1-6/+6
2021-11-24PPTX import: implement native handling of a color's luminance offsetMiklos Vajna1-3/+19
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin5-10/+10
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna1-3/+19
2021-11-23cui, editeng, sw: WrdStt -> WordStartMiklos Vajna2-41/+41
2021-11-22Use less DegreeN::get()Mike Kaganski1-2/+2
2021-11-20tdf#133835 speedup calc autofilter (2)Noel Grandin1-0/+2
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2-3/+3
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna1-1/+3
2021-11-16WrtStt->WrdStt for consistency with the other word start abbrevsCaolán McNamara1-1/+1
2021-11-16Related: tdf#142719 first time undo adds an exception it gets lostCaolán McNamara1-2/+1
2021-11-16Theme color and tint/shade attribute for SvxColorItemTomaž Vajngerl1-4/+39
2021-11-13Use o3tl::convertMike Kaganski1-2/+2
2021-11-13tdf#145610: lists should not have includeUpperLevels < 1Vasily Melenchuk1-0/+7
2021-11-10rtl::Static to thread-safe staticNoel Grandin1-1/+0
2021-11-09Check pOutWin before use in ImpEditView::DeselectAllSzymon Kłos1-1/+1
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt1-2/+2
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák2-3/+3
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin10-31/+31
2021-10-30Prepare for removal of non-const operator[] from Sequence in editengMike Kaganski5-29/+35
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin6-16/+17
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-1/+1
2021-10-16adapt to the variable name change from pPortion to rPortion since 35f03f26Tomoyuki Kubota1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann1-1/+1
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann4-44/+44
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-2/+3
2021-10-10loplugin:moveparam in editengNoel Grandin4-6/+6
2021-10-09Typo: braket->bracketJulien Nabet2-18/+18
2021-10-09Typo *ropertie -> *ropertyJulien Nabet1-1/+1
2021-10-08use SfxItemSetFixed in editengNoel Grandin6-10/+8