summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/swcrsr.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-01remove accidentally committed debug commentMichael Stahl1-1/+0
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-17/+15
2024-02-15tdf#159565: make sure to handle leading hidden section correctlyMike Kaganski1-2/+2
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-10-18sw: fix stack overflow on kde45196-1.htmlMichael Stahl1-3/+11
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-4/+2
2023-04-17tdf#130199 sw Confirm deletion of hidden sectionsBalazs Varga1-0/+14
2023-03-11Simplify SwNodeIndexMike Kaganski1-2/+8
2023-02-11sw: rename getFieldmarkFor() to getInnerFieldmarkFor()Justin Luth1-1/+1
2023-01-27tdf#114973 sw: IsSelOvr() should not leave the textMichael Stahl1-4/+3
2022-12-22check GetEditShell()Caolán McNamara1-4/+7
2022-09-27sw: fix inserting fields between 2 adjacent input fieldsMichael Stahl1-2/+2
2022-09-16create less SwPosition temporariesNoel Grandin1-9/+9
2022-08-29use more SwPosition::AssignNoel Grandin1-88/+82
2022-08-27Fix typoAndrea Gelmini1-1/+1
2022-08-27tdf#150457 Fix crash on hovering removed footnote referenceHossein1-1/+5
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-11/+3
2022-08-19use more SwPosition::GetContentIndexNoel Grandin1-1/+1
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-3/+3
2022-08-14use more GetContentIndexNoel Grandin1-1/+1
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-19/+19
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-17/+17
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin1-1/+1
2022-08-06make CheckNodesRange take a SwNode, not an SwNodeIndexNoel Grandin1-6/+6
2022-08-05introduce GoNextSection(SwPosition... and similarNoel Grandin1-4/+4
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin1-6/+6
2022-08-04introduce SwPosition::AssignStartIndex and AssignEndIndexNoel Grandin1-3/+3
2022-08-04use more SwPosition::AssignNoel Grandin1-2/+1
2022-08-04add more SwPosition::AssignNoel Grandin1-6/+3
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-31/+31
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-22/+22
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-31/+31
2022-08-01introduce SwPosition::GetNodesNoel Grandin1-1/+1
2022-07-26sal_uLong->sal_Int32 in the Find/Search methodsNoel Grandin1-4/+4
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin1-4/+4
2022-07-26SwContentIndex: move the const_cast insideNoel Grandin1-2/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-2/+2
2022-06-29tdf#145151 tdf#119540 sw IsTableMode: deselect unselected cellJustin Luth1-2/+4
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-17/+17
2021-10-21loplugin:flattenNoel Grandin1-31/+31
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet1-1/+1
2021-06-11loplugin:unnecessaryreturn in sw/Noel Grandin1-8/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-05-17Fix typosAndrea Gelmini1-1/+1
2021-05-14Outline folding experimental feature rehackJim Raykowski1-0/+14
2020-12-11sw: add missing nullptr checkXisco Fauli1-2/+8
2020-11-17sw_fieldmarkhide: adapt cursor movement in SwCursor::LeftRight()Michael Stahl1-0/+28
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-2/+2