summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crstrvl.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-25/+25
2020-04-24convert SwFillMode to scoped enumNoel Grandin1-7/+7
2020-04-17loplugin:buriedassign in sw(1)Noel Grandin1-130/+179
2020-03-15crstrvl.cxx: SwIterator no more ...Bjoern Michaelsen1-4/+4
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-7/+7
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2020-02-01tdf#128814 Navigator content context menu relatedJim Raykowski1-3/+4
2019-12-11convert SectionType to scoped enumNoel Grandin1-2/+2
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-5/+3
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-1/+1
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-13/+11
2019-04-16tdf#123855 sw_redlinehide: fix GetExpandText() not expanding footnotesMichael Stahl1-1/+1
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl1-4/+14
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin1-2/+2
2019-03-07tdf#123637 sw_redlinehide: fix iteration in SwCursorShell::GotoNextOutline()Michael Stahl1-4/+4
2019-02-10loplugin:indentation in swNoel Grandin1-5/+5
2019-01-30sw: fix use-after-free in SwCursorShell::MoveFieldType()Michael Stahl1-1/+2
2018-12-18sw_redlinehide_4b: SwCursorShell::GotoRefMark() check visibility tooMichael Stahl1-1/+1
2018-12-18sw_redlinehide_4b: visibility checks for EnhancedPDFExport linksMichael Stahl1-3/+7
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara1-1/+0
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-3/+4
2018-11-15sw_redlinehide_3: hide deleted numbered nodes in field dialogMichael Stahl1-1/+1
2018-11-15sw_redlinehide_3: adapt SwFEShell::GetNumRuleNodeAtPos()/IsNumLabel()Michael Stahl1-1/+1
2018-11-15sw_redlinehide_3: adapt SwDoc::GotoNextNum()/GotoPrevNum()Michael Stahl1-2/+2
2018-11-15sw_redlinehide_3: adapt SwCursorShell::GetOutlinePos()Michael Stahl1-2/+4
2018-11-15sw_redlinehide_3: adapt SwCursorShell::GetContentAtPos()Michael Stahl1-1/+1
2018-11-15sw_redlinehide_3: adapt GotoOutline for SwCursrShellMichael Stahl1-16/+66
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-4/+4
2018-10-04loplugin:useuniqueptr in SetGetExpFieldsNoel Grandin1-2/+2
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-21/+49
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10sw: tdf#119742 fix null pointer in SetCursorInHdFtJuergen Funk1-1/+2
2018-07-30loplugin:stringloop in swNoel Grandin1-4/+4
2018-06-25tdf#118219 sw: fix SwCursorShell::GetContentAtPos() redline crashMichael Stahl1-0/+11
2018-06-13tdf#115600 Display messages in Findbar for Table formula navigationJim Raykowski1-23/+53
2018-06-08sw_redlinehide: convert SwCursorShell::GotoTOXMarkBase()Michael Stahl1-2/+4
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-1/+1
2018-06-08sw_redlinehide: fix SwCursorShell::GetContentAtPos() redline codeMichael Stahl1-2/+8
2018-06-01tdf#115600 Use "Navigation element not found" message for HeadingsJim Raykowski1-2/+2
2018-06-01tdf#115600 Display messages in Findbar for Index entry navigationJim Raykowski1-19/+43
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-11sw: rename SwTextNode::IsSymbol() to reduce overloadingMichael Stahl1-1/+1
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