summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crsrsh.cxx
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen1-1/+0
2024-03-05tdf#49994 Fix text selection over pages for multi column tablesJim Raykowski1-7/+12
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-13/+12
2024-02-15tdf#159565: make sure to handle leading hidden section correctlyMike Kaganski1-3/+10
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-6/+6
2024-01-18tdf#139631 sw_redlinehide: fix IntelligentCut feature with redlinesMichael Stahl1-2/+9
2024-01-03tdf#111969 sw: acknowledge that last half-character for context menuJustin Luth1-0/+1
2024-01-03tdf#111969 sw: acknowledge field start/end for context menuJustin Luth1-1/+2
2023-12-23tdf#111969 sw: add selected smarttag to context menuJustin Luth1-1/+1
2023-12-20tdf#111969 sw: acknowledge that last half-character for smart tagsJustin Luth1-0/+1
2023-12-12tdf#111969 sw: acknowledge that last half-character is in selectionJustin Luth1-0/+1
2023-10-18sw: fix stack overflow on kde45196-1.htmlMichael Stahl1-0/+16
2023-09-20tdf#157129 sw: fix wrong cursor position after pasteMichael Stahl1-3/+3
2023-08-27tdf#156784 sw tracked table column: fix crash at Select AllLászló Németh1-0/+9
2023-08-18tdf#156783 sw tracked table column: fix crash setting borderLászló Németh1-1/+1
2023-06-09cool#6580 sw: fix infinite loop when changing document languageMichael Stahl1-0/+10
2023-06-06tdf#155685 sw: fix crash on undo of ExtendedSelectAll with table at endMichael Stahl1-8/+30
2023-05-26tdf#155507 don't redraw numbering when cursor enters it, if...Caolán McNamara1-6/+12
2023-05-19tdf#155346 sw: fix crash from changing modal modeMichael Stahl1-0/+2
2023-05-09tdf#154877 sw: generalise ExtendedSelectAll()Michael Stahl1-23/+258
2023-04-17tdf#130199 sw Confirm deletion of hidden sectionsBalazs Varga1-0/+33
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+2
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin1-2/+1
2023-03-29loplugin:stringadd in swNoel Grandin1-8/+8
2023-03-20tdf#136760 sw a11y: Provide page-relative cursor pos via doc attrMichael Weghorn1-0/+14
2023-03-15cid#1522014 Dereference null return valueCaolán McNamara1-2/+2
2023-02-15dont use RES_MSG_{BEGIN,END} outside hintids.hxxBjoern Michaelsen1-4/+5
2023-02-10tdf#153205 related: Fix selection problems caused by cursor shellJim Raykowski1-6/+9
2023-01-27tdf#114973 sw: enable SelectAll with hidden para at start/endMichael Stahl1-6/+20
2023-01-20Resolves: tdf#153116 null-ptr-deref in get-surrounding-textCaolán McNamara1-1/+1
2022-11-24tdf#152165 Improve the 'Read-only Content' dialog messageJim Raykowski1-22/+4
2022-11-15sw: add online accessibility check implementationTomaž Vajngerl1-0/+4
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin1-1/+1
2022-10-24sw: rename IGrammarContact*, SwGrammarContact* to GrammarContact*Tomaž Vajngerl1-1/+1
2022-10-21sw: combine IGrammarContact and SwGrammarContactTomaž Vajngerl1-3/+4
2022-09-23remove RES_GRAPHIC_SWAPIN, it is never createdBjoern Michaelsen1-7/+2
2022-09-23tdf#149952 sw a11y: Don't send a11y events for internal-only cursorMichael Weghorn1-2/+4
2022-09-16create less SwPosition temporariesNoel Grandin1-1/+1
2022-09-16use more SwPosition::AdjustContentNoel Grandin1-11/+8
2022-09-15tdf#106959: use table's first content node for cursor cleanupMike Kaganski1-0/+13
2022-09-15Only check second time when neededMike Kaganski1-6/+8
2022-09-15Fix the obvious leftoverMike Kaganski1-1/+1
2022-09-15This does not need to be friend or linked externallyMike Kaganski1-1/+1
2022-08-26use more SwPosition::AssignNoel Grandin1-43/+42
2022-08-24pass SwNode to FindPrvNxtFrameNode instead of SwNodeIndexNoel Grandin1-3/+2
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-5/+1
2022-08-23sw: enable Replace with Protect BookmarksMichael Stahl1-4/+4
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-14use more GetContentIndexNoel Grandin1-2/+2
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-14/+14