summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docredln.cxx
AgeCommit message (Expand)Author
2023-10-31tdf#157662 SW: fix connected area calculationAttila Szűcs
2023-10-30Fix typoAndrea Gelmini
2023-10-30Fix typosAndrea Gelmini
2023-10-30tdf#157663 SW: reenable move recognition improvementsAttila Szűcs
2023-10-29tdf#157663 SW: Tracked change improve moveAttila Szűcs
2023-10-14Fix typoAndrea Gelmini
2023-10-14tdf#157662 SW: redline: accept/reject done for all partsAttila Szűcs
2023-09-15sw doc model xml dump: show when a redline is movedMiklos Vajna
2023-09-08sw doc model xml dump: show all redline data of a range redlineMiklos Vajna
2023-05-08tdf#147180 sw: fix lost change tracking of empty rowsLászló Németh
2023-05-02tdf#147180 sw: fix lost change tracking of modified tablesLászló Németh
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2022-10-21Improve SwRedlineData::CanCombine date comparisonStephan Bergmann
2022-10-11avoid accessing SwPosition.nContentNoel Grandin
2022-10-11no need to touch nContent hereNoel Grandin
2022-10-07use more unique_ptr in GetAllValidRangesNoel Grandin
2022-10-07use more SwPosition::AssignNoel Grandin
2022-09-27sw: fix inserting fields between 2 adjacent input fieldsMichael Stahl
2022-09-19tdf#147507 sw: fix crash with Reject All around not content nodesLászló Németh
2022-09-16create less SwPosition temporariesNoel Grandin
2022-08-23use more SwPosition::GetNodeNoel Grandin
2022-08-23use more SwPosition::GetNode in CopyWithFlyInFlyNoel Grandin
2022-08-19convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-14use more GetContentIndexNoel Grandin
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin
2022-08-13pass SwNode instead of SwNodeIndex to MakeEmptySectionNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-08unique_ptr->optional in SwRangeRedlineNoel Grandin
2022-08-07make SwNodeIndex constructors explicitNoel Grandin
2022-08-06make MakeTextSection take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin
2022-08-04tdf#149388 sw: add better limit to detect tracked text movingLászló Németh
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-04use more SwPosition::AssignNoel Grandin
2022-08-04elide some SwNodeIndex temporariesNoel Grandin
2022-08-02introduce SwPosition::SetRedlineNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-08-01introduce SwPosition::GetNodesNoel Grandin
2022-07-29use more SwPaM::StartEndNoel Grandin
2022-07-27tdf#119840 Store pointer to redlineNoel Grandin
2022-07-26make SwNodeIndex as SAL_WARN_UNUSEDNoel Grandin
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin