summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crsrsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-23/+23
2020-06-15tdf#133957 sw: SelectAll should select fly in empty sectionMichael Stahl1-1/+5
2020-06-15Return early in ExtendedSelectedAll (sw/crsrsh)Julien Nabet1-2/+3
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-20/+20
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-3/+4
2020-04-20cid#1462317 Dereference after null checkNoel Grandin1-8/+4
2020-04-17loplugin:buriedassign in sw(1)Noel Grandin1-18/+34
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-15/+15
2020-01-03tdf#129743 follow-up: implement the other variant of the fixMike Kaganski1-5/+13
2020-01-02tdf#129743: don't delete mark of current cursor when creating new cursorMike Kaganski1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-18sw: prefix members of SwCallLinkMiklos Vajna1-5/+5
2019-11-05tdf#127759 Writer: add table row/column insert modeLászló Németh1-0/+2
2019-10-22loplugin:constantparamNoel Grandin1-2/+2
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-2/+2
2019-09-17tdf#105330 sw: fix lost cursor on undoing nested table insertMiklos Vajna1-0/+5
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-26tdf#42949 Fix IWYU warnings in sw/source/core/[a-c]*/*cxxGabor Kelemen1-5/+1
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-08-15Removed duplicated includeAndrea Gelmini1-1/+0
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl1-0/+81
2019-07-11Rework tdf#115600 Display not found message for Navigate by SelectionJim Raykowski1-12/+14
2019-04-18tdf#115600 Display not found message for Navigate by SelectionJim Raykowski1-0/+13
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-0/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-2/+2
2019-02-22sw btlr writing mode shell: fix up/down cursor travellingMiklos Vajna1-1/+2
2018-12-18sw_redlinehide_4b: adapt FindAttrs()Michael Stahl1-1/+1
2018-12-18sw_redlinehide_4b: adapt FindText()Michael Stahl1-1/+1
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl1-6/+6
2018-12-13loplugin:unusedfields in swNoel Grandin1-1/+0
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+4
2018-11-17Simplify containers iterations in sw/source/coreArkadiy Illarionov1-6/+2
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-1/+2
2018-11-15sw_redlinehide_3: adapt more SwCursorShell InFrontOfLabel funcsMichael Stahl1-5/+10
2018-11-15sw_redlinehide_3: adapt SwCursorShell::LRMargin/IsAtLRMarginMichael Stahl1-4/+4
2018-11-15sw_redlinehide_3: adapt SwCursorShell::UpdateMarkedListLevel()Michael Stahl1-1/+2
2018-11-15sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callersMichael Stahl1-1/+1
2018-11-15sw_redlinehide_3: fix typo bug in SwCursorShell::GetSelText()Michael Stahl1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-2/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-22/+44
2018-09-19sw_redlinehide_2: view cursor: adapt SwCursorShell::GetSelText()Michael Stahl1-0/+34
2018-09-19sw_redlinehide_2: view cursor: IsSelOnePara(),IsStartPara(),IsEndPara()Michael Stahl1-2/+53
2018-09-19sw_redlinehide_2: remove GetTextUntilEndOfNode()Michael Stahl1-15/+0
2018-09-19sw_redlinehide_2: rename SwCursorShell::GetText()Michael Stahl1-1/+1
2018-09-19sw_redlinehide_2: view cursor movement, prev/next/start/end paragraphMichael Stahl1-1/+28
2018-09-19sw_redlinehide_2: view cursor movement, SwCursorShell::LeftRight()Michael Stahl1-1/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-14Remove redundant declarationStephan Bergmann1-7/+0
2018-08-29loplugin:constantparam (3)Noel Grandin1-3/+3