summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr
AgeCommit message (Expand)AuthorFilesLines
2018-09-10sw: tdf#119742 fix null pointer in SetCursorInHdFtJuergen Funk1-1/+2
2018-07-03tdf#116537: use page #s excluding empty pages when they are ignoredMike Kaganski1-0/+24
2018-06-25tdf#118219 sw: fix SwCursorShell::GetContentAtPos() redline crashMichael Stahl1-0/+11
2018-06-14sw_redlinehide: convert GetNode() in SwCursor::IsSelOvr()Michael Stahl1-8/+22
2018-06-14sw_redlinehide: convert SwCursorShell::GotoTOXMarkBase()Michael Stahl1-2/+4
2018-06-14sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-1/+1
2018-06-14sw_redlinehide: fix SwCursorShell::GetContentAtPos() redline codeMichael Stahl1-2/+8
2018-06-14sw_redlinehide: SwScriptInfo conversion swcrsr.cxx,edattr.cxx,editsh.cxxMichael Stahl1-5/+9
2018-06-14sw_redlinehide: trivial conversions callnk.cxx,swcrsr.cxx,trvlfnfl.cxxMichael Stahl3-8/+13
2018-05-24coverity#1435749 silence Uncaught exceptionCaolán McNamara2-2/+2
2018-05-24coverity#1435748 silence Unchecked return valueCaolán McNamara1-1/+1
2018-05-21fix navigate by previous headings does not wrap when cursor positionJim Raykowski1-1/+2
2018-05-21tdf#115600 Display messages in FindBar for Footnote navigationJim Raykowski1-0/+29
2018-05-11sw: rename SwTextNode::IsSymbol() to reduce overloadingMichael Stahl2-3/+3
2018-04-26tdf#115600 Display messages in FindBar for Section navigationJim Raykowski1-4/+44
2018-04-20remove unnecessary braces in GotoNextTableNoel Grandin1-26/+28
2018-04-19Satisfy Coverity errorJim Raykowski1-0/+1
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-04-14tdf#115600 Display messages in Findbar for Table navigationJim Raykowski1-4/+39
2018-04-12sw: fix some IWYU warningsMiklos Vajna2-0/+2
2018-04-10sw lok: followup commit for change about scrolling to visible cursorTamás Zolnai1-10/+3
2018-04-10tdf#114523 Make inline tooltips for changes optionalheiko tietze1-5/+1
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