summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2022-06-18ofz#24932 TimeoutCaolán McNamara1-1/+1
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-1/+1
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara2-3/+3
2022-06-10new loplugin:moveitNoel Grandin4-7/+5
2022-06-09remove incorrect #ifdef DBG_UTIL around normal code (tdf#149476)Luboš Luňák1-5/+1
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin28-88/+109
2022-06-08DOC import: allow negative page border distancesMiklos Vajna1-10/+2
2022-06-07rPosition to pPositionTomoyuki Kubota1-1/+1
2022-06-07sw layout: allow negative page border distancesMiklos Vajna1-19/+49
2022-06-02tdf#149389 Crash when closing document in dead key mode while adding commentNoel Grandin1-1/+2
2022-06-02tdf#148087 assert editing a cell with OnSelectionChange macro breakpointNoel Grandin1-1/+4
2022-06-02tdf#143964 insert/overwrite cursor shape lags in formula editingNoel Grandin1-3/+0
2022-06-02tdf#145603 Drag-n-drop in formula bar creates mismatchNoel Grandin1-2/+0
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin3-11/+7
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh1-6/+37
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin1-3/+3
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-3/+3
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh1-4/+15
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh3-50/+63
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann3-13/+15
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-6/+0
2022-05-19use the std::function type for this lambda to prevent allocationNoel Grandin1-1/+1
2022-05-18elide some OUString allocation in SvxNumberType::GetNumStrNoel Grandin1-2/+4
2022-05-14tdf#149079 don't skip disposing DnDListenerCaolán McNamara1-10/+10
2022-05-14reserve space in vector in ImpEditEngine::CreateTextObjectNoel Grandin1-0/+1
2022-05-13Pick a better type for the GetAttrib nAttr parameterStephan Bergmann4-26/+36
2022-05-12tdf#121740 std::set->o3tl::sorted_vector in ImpEditEngine::FormatDocNoel Grandin1-2/+4
2022-05-11tdf#148148: Applying Title Case when selection contains only spacesMichael Warner2-0/+92
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida10-33/+42
2022-05-05use more o3tl::getTokenNoel Grandin1-6/+6
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann6-23/+23
2022-05-03ofz#24932 TimeoutCaolán McNamara1-1/+8
2022-05-01use more string_view in variousNoel Grandin2-5/+5
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin2-3/+3
2022-04-27Fix typosAndrea Gelmini1-1/+1
2022-04-27ofz#24932 TimeoutCaolán McNamara1-0/+10
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin1-2/+2
2022-04-20tdf#148630 fix text layout and cursor position for IVS+spacingMark Hung2-22/+61
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin11-386/+428
2022-04-14use more string_view in editengNoel Grandin1-4/+4
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák4-1/+29
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák4-33/+27
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-03-24tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham3-5/+5
2022-03-18tdf#145614 Convert #define to enum or constexprDeep171-4/+4
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn1-4/+0
2022-03-17use actual type in AccessibleImageBulletNoel Grandin2-20/+16
2022-03-17use actual type in AccessibleEditableTextParaNoel Grandin1-20/+16