summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt2021-12-062-3/+6
* editeng: avoid non-ascii characters in the source of ContentInfo::dumpAsXml()Miklos Vajna2021-12-021-1/+1
* loplugin:stringliteraldefine in editengNoel Grandin2021-12-013-29/+29
* tdf#49033 Honor Selection When Applying Sentence Case FormatMichael Warner2021-11-262-5/+121
* ofz#41345 Negative-size-paramCaolán McNamara2021-11-241-6/+6
* PPTX import: implement native handling of a color's luminance offsetMiklos Vajna2021-11-241-3/+19
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-235-10/+10
* PPTX import: implement native handling of a color's luminance modulationMiklos Vajna2021-11-231-3/+19
* cui, editeng, sw: WrdStt -> WordStartMiklos Vajna2021-11-232-41/+41
* Use less DegreeN::get()Mike Kaganski2021-11-221-2/+2
* tdf#133835 speedup calc autofilter (2)Noel Grandin2021-11-201-0/+2
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-192-3/+3
* PPTX import: handle <a:clrScheme name="...">Miklos Vajna2021-11-191-1/+3
* WrtStt->WrdStt for consistency with the other word start abbrevsCaolán McNamara2021-11-161-1/+1
* Related: tdf#142719 first time undo adds an exception it gets lostCaolán McNamara2021-11-161-2/+1
* Theme color and tint/shade attribute for SvxColorItemTomaž Vajngerl2021-11-161-4/+39
* Use o3tl::convertMike Kaganski2021-11-131-2/+2
* tdf#145610: lists should not have includeUpperLevels < 1Vasily Melenchuk2021-11-131-0/+7
* rtl::Static to thread-safe staticNoel Grandin2021-11-101-1/+0
* Check pOutWin before use in ImpEditView::DeselectAllSzymon Kłos2021-11-091-1/+1
* tdf#48622 Add new border line width defaultsSamuel Mehrbrodt2021-11-041-2/+2
* add o3tl::span ctor from std::vectorLuboš Luňák2021-10-312-3/+3
* tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin2021-10-301-1/+1
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-3010-31/+31
* Prepare for removal of non-const operator[] from Sequence in editengMike Kaganski2021-10-305-29/+35
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-296-16/+17
* Use MsLangId::getConfiguredSystemLanguage()Eike Rathke2021-10-191-1/+1
* adapt to the variable name change from pPortion to rPortion since 35f03f26Tomoyuki Kubota2021-10-161-1/+1
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-1/+1
* [API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann2021-10-141-1/+1
* Use more appropriate return type for some editeng functionsStephan Bergmann2021-10-144-44/+44
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-2/+3
* loplugin:moveparam in editengNoel Grandin2021-10-104-6/+6
* Typo: braket->bracketJulien Nabet2021-10-092-18/+18
* Typo *ropertie -> *ropertyJulien Nabet2021-10-091-1/+1
* use SfxItemSetFixed in editengNoel Grandin2021-10-086-10/+8
* loplugin:moveparam in editengNoel Grandin2021-10-074-8/+8
* tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk2021-10-041-1/+11
* drop 'using namespace std' in desktop, e*, f*Julien Nabet2021-10-032-8/+5
* loplugin:constmethodNoel Grandin2021-10-015-12/+12
* loplugin:constmethod handle more casesNoel Grandin2021-09-301-2/+1
* gives names to all the Idles and TasksNoel Grandin2021-09-282-3/+3
* vcl: rename OutDevState to StackChris Sherlock2021-09-284-16/+16
* use SfxItemSetFixed in variousNoel Grandin2021-09-261-1/+1
* Extend loplugin:stringviewparam to starts/endsWith: editengStephan Bergmann2021-09-221-15/+20
* vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock2021-09-211-3/+1
* be more disciplined with SetUpdateLayout on editengineNoel Grandin2021-09-207-32/+53
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-207-17/+17
* no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin2021-09-201-12/+12
* ofz#24932 Avoid timeoutCaolán McNamara2021-09-181-1/+1