summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersprivate/mst/sw_redlinehide_2Michael Stahl
2018-09-19sw_redlinehide_2: replace SW_REDLINEHIDE with ExperimentalMode configMichael Stahl
2018-09-19sw_redlinehide_2: disable layout-cache for nowMichael Stahl
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl
2018-09-19sw_redlinehide_2: fix FrameContainsNode() to use pLastNodeMichael Stahl
2018-09-19sw_redlinehide_2: view cursor: adapt SwCursorShell::GetSelText()Michael Stahl
2018-09-19sw_redlinehide_2: remove one bool from SwTextNode::ExpandText()Michael Stahl
2018-09-19sw_redlinehide_2: view cursor: IsSelOnePara(),IsStartPara(),IsEndPara()Michael Stahl
2018-09-19sw_redlinehide_2: remove GetTextUntilEndOfNode()Michael Stahl
2018-09-19sw_redlinehide_2: rename SwCursorShell::GetText()Michael Stahl
2018-09-19sw_redlinehide_2: view cursor movement, prev/next/start/end paragraphMichael Stahl
2018-09-19sw_redlinehide_2: view cursor movement, Word/Sentence functionsMichael Stahl
2018-09-19sw_redlinehide_2: adapt SwCursor::UpDown()Michael Stahl
2018-09-19sw_redlinehide_2: view cursor movement, SwCursorShell::LeftRight()Michael Stahl
2018-09-19sw_redlinehide_2: adapt the SwUndoDelete DelFullPara path...Michael Stahl
2018-09-19sw_redlinehide_2: JoinPrev with NonFirst nodeMichael Stahl
2018-09-19sw_redlinehide_2: fix frame updates for SwUndoRedlineDeleteMichael Stahl
2018-09-19sw_redlinehide_2: tweak CheckParaRedlineMerge() next-node flag updateMichael Stahl
2018-09-19sw_redlinehide_2: do all frame deletion in CheckParaRedlineMerge()Michael Stahl
2018-09-19sw_redlinehide_2: update flys and footnotes on redline opsMichael Stahl
2018-09-19sw: remove window invalidation from SwRedlineTable::DeleteAndDestroyAll()Michael Stahl
2018-09-19sw: SwDocTest: adjust this so it actually tests something interestingMichael Stahl
2018-09-19sw: SwRedlineTable::DeleteAndDestroy() is surprisingly dangerousMichael Stahl
2018-09-19sw: SwUndoOverwrite ctor shouldn't DeleteRedline if ...Michael Stahl
2018-09-19sw: SwUndoOverwrite::CanGrouping() should ignore redlines for insertedMichael Stahl
2018-09-19sw: avoid updating redlines to be empty in Overwrite()Michael Stahl
2018-09-19sw_redlinehide_2: SwDocTest: avoid deleting selections that ...Michael Stahl
2018-09-19sw_redlinehide_2: update frames on redline opsMichael Stahl
2018-09-19sw_redlinehide_2: remove a pointless level of indentationMichael Stahl
2018-09-19sw_redlinehide_2: handle delete-without-redline inside of redlineMichael Stahl
2018-09-19sw_redlinehide_2: call CompressRedlines later in DeleteRange*Michael Stahl
2018-09-19sw_redlinehide_2: SwUndoDeleteMichael Stahl
2018-09-19sw_redlinehide_2: JoinPrev() may need to move frames on deleted ...Michael Stahl
2018-09-19sw_redlinehide_2: DelFrames is called for hidden nodes too nowMichael Stahl
2018-09-19sw_redlinehide_2: SwContentNode::DelFrames()Michael Stahl
2018-09-19sw_redlinehide_2: assert calls with wrong start nodeMichael Stahl
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl
2018-09-19sw_redlinehide_2: tiny optimisation in SwTextFrame::SwClientNotify()Michael Stahl
2018-09-19sw_redlinehide_2: quite the nuisance when it happens, better assertMichael Stahl
2018-09-19sw_redlinehide_2: invalidate more in DocumentRedlineManager::DeleteRedlineMichael Stahl
2018-09-19sw_redlinehide_2: invalidate when delete redline goes awayMichael Stahl
2018-09-19sw_redlinehide_2: incorrect call to lcl_SetWrongMichael Stahl
2018-09-19sw_redlinehide_2: force SwAttrIter::GetNextAttr to make progressMichael Stahl
2018-09-19sw_redlinehide_2: subtlety in UnHideRedlines, delete all flys ...Michael Stahl
2018-09-19sw_redlinehide_2: annoying fixup in CheckParaRedlineMerge()Michael Stahl
2018-09-19sw_redlinehide_2: CheckParaRedlineMerge must also mark...Michael Stahl
2018-09-19sw_redlinehide_2: fix bug in UpdateMergedParaForDeleteMichael Stahl
2018-09-19sw_redlinehide_2: JoinNext/JoinPrev may need to recreate MergedParaMichael Stahl
2018-09-19sw_redlinehide_2: SplitContentNode also needs to move flys ...Michael Stahl