summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)AuthorFilesLines
7 daysloplugin:constantparam in swNoel Grandin1-6/+4
7 daysloplugin:constantparam in swNoel Grandin1-10/+4
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen2-2/+0
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)1-2/+1
2024-03-09tdf#160095: fix crash when using ALT+RETURN twiceJulien Nabet1-0/+3
2024-03-06sw: SelectAll of section with RES_PAGEDESC corner-caseMichael Stahl1-0/+8
2024-03-03cid#1592910 Dereference null return valueCaolán McNamara1-1/+4
2024-03-03cid#1592908 Dereference null return valueCaolán McNamara1-1/+2
2024-03-01tdf#146356 insert new paragraph before table of contentsOliver Specht1-61/+86
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski1-2/+1
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski6-9/+8
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-1/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2024-01-18tdf#109272: make sure that Delete / Backspace move cursor correctlyMike Kaganski1-3/+5
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-2/+6
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-1/+1
2023-12-28Use emplace_back instead of push_back (sw)Julien Nabet1-18/+18
2023-12-20tdf#158794: do not try to insert DDE table into footnotes / endnotesMike Kaganski1-0/+4
2023-12-18tdf#158703: return updated position from FnAddNonBrkSpaceMike Kaganski1-3/+4
2023-12-18tdf#111969 sw: acknowledge that last half-character in Get*CorrectionJustin Luth1-0/+2
2023-12-11tdf#117651 Fix AutoCorrect crash for italic, strike, bold, and underlineMatt K1-5/+11
2023-12-11tdf#117651 Fix AutoCorrect support for italic, strike, bold, and underlineMatt K1-1/+3
2023-11-28Proof reading suggestions:Gökay Şatır1-1/+2
2023-11-25Convert SwHashTable to std::unordered_mapNoel Grandin1-1/+1
2023-11-21tdf#117651 Add AutoCorrect support for italic and strikethroughMatt K1-0/+40
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet1-4/+2
2023-11-07use more TypedWhichIdNoel Grandin1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann1-17/+17
2023-10-16Simplify a bitMike Kaganski1-2/+2
2023-10-15tdf#156250: sw: Keep comments when spell correction replaces a wordEMartinGube2-14/+47
2023-10-14tdf#157662 SW: redline: accept/reject done for all partsAttila Szűcs1-2/+2
2023-10-03tdf#157315 Don't set mark after inserting a file in a Master documentJim Raykowski1-1/+0
2023-09-17remove unnecessary dynamic_cast around SwXTextNoel Grandin1-4/+4
2023-09-07Autocorrect: Add option for autoformat bulleted lists after spaceDarshan-upadhyay11101-11/+35
2023-08-10tdf#156492 sw: fix alt-Enter in cells merged verticallyLászló Németh1-1/+20
2023-07-26tdf#156368: Fix setting watermark font for CJK/CTL textKhaled Hosny1-0/+2
2023-07-03No need to name the temporariesMike Kaganski1-2/+2
2023-07-02Drop redundant assignmentMike Kaganski1-1/+0
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski1-1/+0
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-06-23tdf#142437: Fix word boundary detection in autocorrectBaole Fang1-1/+1
2023-06-15tdf#155685 sw: ExtendedSelectAll with tables, group the Undo objectsMichael Stahl1-0/+10
2023-06-06tdf#155685 sw: fix crash on undo of ExtendedSelectAll with table at endMichael Stahl2-9/+14
2023-06-05tdf#152431 Fix line count resets to zero after 65535Bogdan B1-2/+2
2023-06-02tdf#90507: Prevent changing default style in AutoCorrectBaole Fang1-1/+6
2023-05-19Fix "AddressSanitizer: heap-use-after-free"Mike Kaganski1-0/+4
2023-05-18improved B2DHomMatrixNoel Grandin1-6/+7
2023-05-13use more optional for CharClassNoel Grandin1-4/+4