summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr
AgeCommit message (Expand)AuthorFilesLines
2018-04-09tdf#115600 Display messages in Findbar for Headings navigationJim Raykowski1-6/+29
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2-5/+14
2018-03-23loplugin:useuniqueptr in SwCursorNoel Grandin2-34/+22
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-16loplugin:useuniqueptr in SwBlockCursorNoel Grandin2-44/+9
2018-03-14tdf#116397 get bounds of full field, not start of char inside fieldCaolán McNamara1-0/+7
2018-03-13Translate German variable namesJohnny_M1-3/+3
2018-03-12tdf#107094 backward heading search doesn't always workCaolán McNamara1-2/+3
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-05Translate German variable namesJohnny_M1-8/+8
2018-03-04Translate German variable namesJohnny_M1-14/+14
2018-03-04Translate German variable namesJohnny_M1-10/+10
2018-02-26Translate German variable namesJohnny_M1-10/+10
2018-02-24Removed duplicated includesAndrea Gelmini1-1/+0
2018-02-22weld native message dialogsCaolán McNamara1-3/+5
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-4/+4
2018-02-13tdf#102374: regex allow ReplaceBackReferences for $ searchJustin Luth1-3/+13
2018-02-05Translate German variable namesJohnny_M1-10/+10
2018-01-30loplugin:unused-returns in swNoel Grandin5-22/+14
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-2/+1
2018-01-25Use std::fill instead of memsetStephan Bergmann1-2/+6
2018-01-24Fix some IWYU warningsMiklos Vajna2-0/+2
2018-01-22tdf#114523 Make inline tooltips for changes optionalheiko tietze1-0/+5
2018-01-19tdf#115065: nullptr dereferenceMike Kaganski1-2/+2
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann2-4/+4
2018-01-07tdf#114872: Broken selection from other userTamás Zolnai1-1/+4
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann4-6/+6
2017-11-21coverity warningsCaolán McNamara1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-2/+2
2017-11-07tdf#113619 prevent cores when there is no cursorAshod Nakashian1-1/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand8-51/+52
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand8-51/+51
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand8-51/+51
2017-10-23loplugin:includeform: swStephan Bergmann2-5/+5
2017-10-23loplugin:finalclasses in swNoel Grandin1-1/+0
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski10-10/+9
2017-10-05tdf#112292 - fix memory leak and use more auto ref counting in swNoel Grandin3-18/+18
2017-09-27Silence --disable-assert-always-abort warningsStephan Bergmann1-2/+2
2017-09-27loplugin:constparamsStephan Bergmann1-1/+1
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl3-13/+40
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-09-26TSCP: refactor paragraph metadata field checkAshod Nakashian1-25/+3
2017-09-26TSCP: cleanup constant stringsAshod Nakashian1-1/+1
2017-09-26sw: make paragraph signature fields read-onlyAshod Nakashian1-0/+30
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-4/+4
2017-09-01tdf#101936 sw: ignore comment anchors during searchJustin Luth1-7/+16