summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2022-02-24cid#1500415 silence Explicit null dereferencedCaolán McNamara1-0/+1
2022-02-19tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara1-0/+1
2022-02-17tdf#147196: Fix crash in editeng when applying title case formatMichael Warner1-3/+0
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna2-27/+44
2022-02-15tdf#143709 - Create repaint rectangle with the old text sizeAndreas Heinisch1-4/+4
2022-02-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroHossein1-2/+2
2022-02-06Simplify sequence of PropertyValue in cui/editeng/extensionsJulien Nabet2-10/+8
2022-02-06We know the length hereMike Kaganski1-2/+2
2022-02-04lokCalcRTL: fix editing of shape textDennis Francis3-6/+41
2022-02-04lok: ensure no more tunneled spellchecking menuHenry Castro1-8/+2
2022-02-01tdf#144851 Honor Selection When Applying Title Case FormatMichael Warner1-0/+11
2022-01-29lokCalcRTL: selection coords should be mirrored w.r.t output areaDennis Francis2-4/+12
2022-01-29lokCalcRTL: text cursor pos should be mirrored w.r.t output areaDennis Francis1-0/+7
2022-01-27add some more TypeWhichId annotationsNoel Grandin1-3/+4
2022-01-21Remove MAXCHARSINPARA truncation in ImpEditEngine::ReadText()Eike Rathke1-4/+0
2022-01-21Related: tdf#139974 Keep HYPHEN-MINUS with a number to the rightEike Rathke1-3/+16
2022-01-20Related: tdf#139974 Try to find boundary for forced line breakEike Rathke1-0/+34
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+6
2022-01-19Resolves: tdf#139974 Do not munge character after forced line breakEike Rathke1-2/+4
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen9-13/+2
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-2/+2
2022-01-10use less SvStream::Flush()Noel Grandin1-1/+0
2022-01-10editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna1-2/+8
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-2/+1
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin7-361/+355
2021-12-21sd theme: allow setting color effects in the chardlgMiklos Vajna1-0/+4
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth1-0/+29
2021-12-20osl::Mutex->std::mutex in SvxUnoTextContentNoel Grandin1-3/+6
2021-12-19use more cppu::BaseMutexNoel Grandin1-5/+5
2021-12-17sd theme: add a "theme" palette to the color pickerMiklos Vajna1-0/+2
2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna1-5/+22
2021-12-12tdf#146179: fix Dev Tools crash when inspecting object in special fileJulien Nabet1-0/+4
2021-12-09sc: avoid dynamic_cast when possibleXisco Fauli1-12/+14
2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna1-0/+12
2021-12-06tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt2-3/+6
2021-12-02editeng: avoid non-ascii characters in the source of ContentInfo::dumpAsXml()Miklos Vajna1-1/+1
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin3-29/+29
2021-11-26tdf#49033 Honor Selection When Applying Sentence Case FormatMichael Warner1-1/+13
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 Grandin3-8/+8
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