summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/delete.cxx
AgeCommit message (Expand)Author
2023-06-23Make backscpace always delete whole variation sequencesKhaled Hosny
2023-06-23Improve and rename unicode::isIVSSelector()Khaled Hosny
2023-04-17tdf#130199 sw Confirm deletion of hidden sectionsBalazs Varga
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-11-24tdf#152165 Improve the 'Read-only Content' dialog messageJim Raykowski
2022-09-27sw: fix inserting fields between 2 adjacent input fieldsMichael Stahl
2022-08-23Use more SwPosition::AdjustNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin
2022-06-14tdf#148868 sw: handle selection then Insert similar to ReplaceMichael Stahl
2022-06-08tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl
2022-05-16Make media object delete when it is cutJim Raykowski
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2021-09-26use SfxItemSetFixed in swNoel Grandin
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin
2021-09-08tdf#143359 sw: track deletion of empty table rowsLászló Németh
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-13tdf#142701 track changes: fix layout regression of image deletionLászló Németh
2021-04-27tdf#59463 track changes: record deletion of imagesLászló Németh
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2020-03-02speedup sw build a littleNoel Grandin
2020-02-06sw: read-only/protected content dialog was missing on Delete/BackspaceMichael Stahl
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin
2019-10-23sw: SwWrtShell: delete field command when deleting the fieldMichael Stahl
2019-07-04sw comments on frames: delete comment of as-char frame when deleting frameMiklos Vajna
2019-07-03Fix typoAndrea Gelmini
2019-07-03sw comments on frames: delete comment of frame when deleting frameMiklos Vajna
2019-06-12Move isIVSSelector, isCJKIVSCharacter to i18nutil/unicode.hxxStephan Bergmann
2019-05-30tdf#125497 allow backspace to remove CJK IVS.Mark Hung
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-04-26SwEditShell functions that really want to return boolNoel Grandin
2018-02-06tdf#115132: don't move out from current cell on Backspace/DeleteMike Kaganski
2018-01-16Fix typosAndrea Gelmini
2018-01-13tdf#113481 Let backspace delete complete CJK ideograph IVS.Mark Hung
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-10-05tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-05-13sw: fix gcc-4.8 buildMiklos Vajna
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl
2017-04-12convert SelectionType to scoped enumNoel Grandin
2017-02-02tdf#105625 related: fix pointer variable prefixMike Kaganski
2017-02-01tdf#105625: Allow Delete/Backspace to delete whole fieldmarkMike Kaganski