summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersprivate/mst/sw_redlinehide_2Michael Stahl44-165/+377
2018-09-19sw_redlinehide_2: replace SW_REDLINEHIDE with ExperimentalMode configMichael Stahl4-6/+16
2018-09-19sw_redlinehide_2: disable layout-cache for nowMichael Stahl2-2/+6
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl4-2/+119
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl5-16/+38
2018-09-19sw_redlinehide_2: fix FrameContainsNode() to use pLastNodeMichael Stahl1-6/+1
2018-09-19sw_redlinehide_2: view cursor: adapt SwCursorShell::GetSelText()Michael Stahl1-0/+34
2018-09-19sw_redlinehide_2: remove one bool from SwTextNode::ExpandText()Michael Stahl6-10/+11
2018-09-19sw_redlinehide_2: view cursor: IsSelOnePara(),IsStartPara(),IsEndPara()Michael Stahl2-9/+54
2018-09-19sw_redlinehide_2: remove GetTextUntilEndOfNode()Michael Stahl3-19/+1
2018-09-19sw_redlinehide_2: rename SwCursorShell::GetText()Michael Stahl3-3/+3
2018-09-19sw_redlinehide_2: view cursor movement, prev/next/start/end paragraphMichael Stahl1-1/+28
2018-09-19sw_redlinehide_2: view cursor movement, Word/Sentence functionsMichael Stahl6-173/+312
2018-09-19sw_redlinehide_2: adapt SwCursor::UpDown()Michael Stahl6-14/+19
2018-09-19sw_redlinehide_2: view cursor movement, SwCursorShell::LeftRight()Michael Stahl3-7/+58
2018-09-19sw_redlinehide_2: adapt the SwUndoDelete DelFullPara path...Michael Stahl1-2/+128
2018-09-19sw_redlinehide_2: JoinPrev with NonFirst nodeMichael Stahl3-9/+39
2018-09-19sw_redlinehide_2: fix frame updates for SwUndoRedlineDeleteMichael Stahl3-44/+109
2018-09-19sw_redlinehide_2: tweak CheckParaRedlineMerge() next-node flag updateMichael Stahl1-4/+36
2018-09-19sw_redlinehide_2: do all frame deletion in CheckParaRedlineMerge()Michael Stahl2-12/+26
2018-09-19sw_redlinehide_2: update flys and footnotes on redline opsMichael Stahl4-71/+119
2018-09-19sw: remove window invalidation from SwRedlineTable::DeleteAndDestroyAll()Michael Stahl1-11/+0
2018-09-19sw: SwDocTest: adjust this so it actually tests something interestingMichael Stahl1-10/+35
2018-09-19sw: SwRedlineTable::DeleteAndDestroy() is surprisingly dangerousMichael Stahl2-25/+34
2018-09-19sw: SwUndoOverwrite ctor shouldn't DeleteRedline if ...Michael Stahl1-7/+11
2018-09-19sw: SwUndoOverwrite::CanGrouping() should ignore redlines for insertedMichael Stahl1-0/+1
2018-09-19sw: avoid updating redlines to be empty in Overwrite()Michael Stahl2-2/+9
2018-09-19sw_redlinehide_2: SwDocTest: avoid deleting selections that ...Michael Stahl1-1/+9
2018-09-19sw_redlinehide_2: update frames on redline opsMichael Stahl4-1/+96
2018-09-19sw_redlinehide_2: remove a pointless level of indentationMichael Stahl1-70/+67
2018-09-19sw_redlinehide_2: handle delete-without-redline inside of redlineMichael Stahl4-0/+115
2018-09-19sw_redlinehide_2: call CompressRedlines later in DeleteRange*Michael Stahl1-2/+12
2018-09-19sw_redlinehide_2: SwUndoDeleteMichael Stahl2-6/+59
2018-09-19sw_redlinehide_2: JoinPrev() may need to move frames on deleted ...Michael Stahl4-4/+64
2018-09-19sw_redlinehide_2: DelFrames is called for hidden nodes too nowMichael Stahl1-2/+5
2018-09-19sw_redlinehide_2: SwContentNode::DelFrames()Michael Stahl5-20/+27
2018-09-19sw_redlinehide_2: assert calls with wrong start nodeMichael Stahl1-0/+1
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl11-17/+16
2018-09-19sw_redlinehide_2: tiny optimisation in SwTextFrame::SwClientNotify()Michael Stahl1-1/+4
2018-09-19sw_redlinehide_2: quite the nuisance when it happens, better assertMichael Stahl1-6/+8
2018-09-19sw_redlinehide_2: invalidate more in DocumentRedlineManager::DeleteRedlineMichael Stahl1-0/+5
2018-09-19sw_redlinehide_2: invalidate when delete redline goes awayMichael Stahl8-36/+158
2018-09-19sw_redlinehide_2: incorrect call to lcl_SetWrongMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: force SwAttrIter::GetNextAttr to make progressMichael Stahl1-8/+10
2018-09-19sw_redlinehide_2: subtlety in UnHideRedlines, delete all flys ...Michael Stahl1-6/+15
2018-09-19sw_redlinehide_2: annoying fixup in CheckParaRedlineMerge()Michael Stahl1-0/+7
2018-09-19sw_redlinehide_2: CheckParaRedlineMerge must also mark...Michael Stahl1-3/+6
2018-09-19sw_redlinehide_2: fix bug in UpdateMergedParaForDeleteMichael Stahl1-1/+2
2018-09-19sw_redlinehide_2: JoinNext/JoinPrev may need to recreate MergedParaMichael Stahl1-4/+24
2018-09-19sw_redlinehide_2: SplitContentNode also needs to move flys ...Michael Stahl1-0/+66