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