summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl2022-11-011-1/+1
* tdf#103492: Messed Arabic letter spacing in text starting with LTR character(s)Khaled Hosny2022-08-151-2/+0
* tdf#129631 writerfilter,sw: RTF import of invalid border...Michael Stahl2022-08-121-0/+3
* tdf#135761 - Calc cell editing: change search preference for the word boundaryAndreas Heinisch2022-07-271-1/+4
* tdf#148820 sc: fix conditional formatted cell colorBalazs Varga2022-06-271-2/+10
* cid#1504592 Big parameter passed by valueCaolán McNamara2022-06-152-3/+3
* new loplugin:moveitNoel Grandin2022-06-104-7/+5
* remove incorrect #ifdef DBG_UTIL around normal code (tdf#149476)Luboš Luňák2022-06-091-5/+1
* clang-tidy modernize-pass-by-value in editengNoel Grandin2022-06-0928-88/+109
* DOC import: allow negative page border distancesMiklos Vajna2022-06-081-10/+2
* rPosition to pPositionTomoyuki Kubota2022-06-071-1/+1
* sw layout: allow negative page border distancesMiklos Vajna2022-06-071-19/+49
* tdf#149389 Crash when closing document in dead key mode while adding commentNoel Grandin2022-06-021-1/+2
* tdf#148087 assert editing a cell with OnSelectionChange macro breakpointNoel Grandin2022-06-021-1/+4
* tdf#143964 insert/overwrite cursor shape lags in formula editingNoel Grandin2022-06-021-3/+0
* tdf#145603 Drag-n-drop in formula bar creates mismatchNoel Grandin2022-06-021-2/+0
* std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin2022-06-023-11/+7
* tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh2022-06-021-6/+37
* add ClearItem to the SfxItemSet iteratorsNoel Grandin2022-05-281-3/+3
* use the new SfxWhichIter::GetItemState featureNoel Grandin2022-05-281-3/+3
* tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh2022-05-261-4/+15
* tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh2022-05-263-50/+63
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-243-13/+15
* new loplugin:unnecessary lockingNoel Grandin2022-05-201-6/+0
* use the std::function type for this lambda to prevent allocationNoel Grandin2022-05-191-1/+1
* elide some OUString allocation in SvxNumberType::GetNumStrNoel Grandin2022-05-181-2/+4
* tdf#149079 don't skip disposing DnDListenerCaolán McNamara2022-05-141-10/+10
* reserve space in vector in ImpEditEngine::CreateTextObjectNoel Grandin2022-05-141-0/+1
* Pick a better type for the GetAttrib nAttr parameterStephan Bergmann2022-05-134-26/+36
* tdf#121740 std::set->o3tl::sorted_vector in ImpEditEngine::FormatDocNoel Grandin2022-05-121-2/+4
* tdf#148148: Applying Title Case when selection contains only spacesMichael Warner2022-05-112-0/+92
* tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida2022-05-0710-33/+42
* use more o3tl::getTokenNoel Grandin2022-05-051-6/+6
* Just use Any ctor instead of makeAny in editengStephan Bergmann2022-05-046-23/+23
* ofz#24932 TimeoutCaolán McNamara2022-05-031-1/+8
* use more string_view in variousNoel Grandin2022-05-012-5/+5
* split comphelper::string::strip functions into String and view versionNoel Grandin2022-04-301-2/+3
* use more string_view in INetURLObjectNoel Grandin2022-04-292-3/+3
* Fix typosAndrea Gelmini2022-04-271-1/+1
* ofz#24932 TimeoutCaolán McNamara2022-04-271-0/+10
* use string_view in CompareProtocolSchemeNoel Grandin2022-04-251-2/+2
* tdf#148630 fix text layout and cursor position for IVS+spacingMark Hung2022-04-202-22/+61
* tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin2022-04-1811-386/+428
* use more string_view in editengNoel Grandin2022-04-141-4/+4
* don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák2022-04-124-1/+29
* use just one shared global SalLayoutGlyphsCacheLuboš Luňák2022-04-084-33/+27
* move comphelper::string::toInt32 to o3tlNoel Grandin2022-04-081-2/+2
* use more subView when converting to Int32Noel Grandin2022-04-081-1/+2
* tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham2022-03-243-5/+5
* tdf#145614 Convert #define to enum or constexprDeep172022-03-181-4/+4