summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2022-07-14tdf#149649 sw_fieldmarkhide: delete any fieldmarks overlapping cellsMichael Stahl1-0/+60
2022-07-14sw: fix null derefs of GetCurrShell()Xisco Fauli1-2/+3
2022-07-01sw: avoid another EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-3/+3
2022-06-25sw: fix crash in SwLayoutFrame::GetContentPosXisco Fauli1-5/+19
2022-06-20fix SwViewShellImp::AddPaintRect() for sub-rects (tdf#146536)Luboš Luňák1-3/+4
2022-06-20tdf#135976 sw: preserve flys on backspace/delete with redlining enabledMichael Stahl5-6/+47
2022-06-16sw: fix odd m_bCanGroup check in SwUndoRedlineDeleteMichael Stahl1-1/+1
2022-06-16tdf#139982 sw: preserve flys in Replace with redlining enabledMichael Stahl3-3/+12
2022-06-16sw_redlinehide: skip unnecessary updates when undoing redlined deleteMichael Stahl1-0/+6
2022-06-14tdf#149507 sw: don't delete bookmarks in SwUndoInsLayFormat::UndoImpl()Michael Stahl1-7/+4
2022-06-14tdf#140007 sw: fix SwUndoReplaceMichael Stahl1-2/+3
2022-06-10(related: tdf#139514) sw: fix Undo of delete with at-para flyMichael Stahl1-4/+8
2022-06-10tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl16-53/+77
2022-06-10sw: fix use-after-free in SwFrame::ImplFindPageFrame()Miklos Vajna1-5/+11
2022-06-09sw: fix pasting multiple flys in SwFEShell::Paste()Michael Stahl1-15/+30
2022-06-08sw: fix crash in SwFEShell::SelectObj()Miklos Vajna1-1/+1
2022-06-08fix SwViewShellImp::AddPaintRect() rectangle compression (tdf#148255)Luboš Luňák1-1/+1
2022-06-05tdf#148309 sw_redlinehide: fix mail merge performance regressionMichael Stahl1-0/+6
2022-06-01sw: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-1/+1
2022-06-01sw: fix crash in SwDoc::CopyMasterHeader and SwDoc::CopyMasterFooterXisco Fauli1-60/+72
2022-06-01sw: fix crash in SwAnchoredObject::UpdateObjInSortedListXisco Fauli1-1/+2
2022-05-30tdf#148365 sw: fix freezing with FrameIsAutomaticHeightAttila Bakos (NISZ)1-2/+8
2022-05-28sw: fix mysterious layout loop in CppunitTest_sw_uiwriter3 testTdf104649Michael Stahl1-1/+10
2022-05-24sw: avoid ~SwIndexReg() assert in SwFEShell::PastePages()Michael Stahl1-6/+7
2022-05-24sw: copy grab bags in mail mergeMichael Stahl1-0/+9
2022-05-24sw_redlinehide: fix crash in IsMarkHidden() if pointing to table nodeMichael Stahl1-5/+10
2022-05-20sw_fieldmarkhide: fix wrong handling of SwInsText for fieldmarksMichael Stahl6-20/+71
2022-05-18tdf#148461 sw_redlinehide: fix assert in SwContentNode::DelFrames()Michael Stahl1-0/+6
2022-05-17tdf#147220 sw_redlinehide: update frames in ReplaceRangeImpl()Michael Stahl1-0/+5
2022-05-17sw: fix assert in SwObjectFormatterTextFrameCaolán McNamara1-1/+3
2022-05-09sw: don't copy useless char escapement to next node on splitMiklos Vajna1-0/+31
2022-05-04sw: avoid one more EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-2/+7
2022-05-03tdf#146573 sw: recalculate cells with footnotesLászló Németh2-4/+4
2022-05-03sw: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-1/+1
2022-05-02tdf#148683 sw: fix crash on deleting text with redlining enabled, but hiddenMiklos Vajna1-0/+18
2022-04-28forcepoint#93 fix crash on layout of specific rtfCaolán McNamara3-7/+8
2022-04-27sw: fix double-click opening frame dialog, not graphic dialog on imagesMiklos Vajna1-1/+3
2022-04-26tdf#141391 sw: don't paste as nested table in first cell paragraphLászló Németh1-5/+9
2022-04-25tdf#135978 sw_redlinehide: recreate fly frames anchored to subsequent nodesMichael Stahl1-0/+5
2022-04-21sw: layout: fix crash when deleting page with section being formattedMichael Stahl3-0/+24
2022-04-21tdf#147723 sw_fieldmarkhide: fix crash when copying multiple fieldmarksMichael Stahl1-2/+3
2022-04-19tdf#147472: sw: bug in numbering with previous level NONEVasily Melenchuk1-1/+1
2022-04-12an inconsistent SwTextFormatInfo index, len, text length caseCaolán McNamara1-3/+11
2022-04-08sw: keep URL when applying frame style on imagesMiklos Vajna1-1/+1
2022-04-08forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Michael Stahl4-12/+16
2022-04-08sw: fix expansion of SetGetExpField in headers with split table rowsMichael Stahl6-33/+134
2022-04-05forcepoint#101 sw: fix inserting at-page shapes to not set anchor posMichael Stahl2-1/+4
2022-04-04forcepoint#99 SwTextFormatter unaware that FirstOfBorderMerge was deletedCaolán McNamara3-5/+16
2022-04-04forcepoint#103 avoid crash on layout of specific htmlCaolán McNamara2-1/+12
2022-04-04forcepoint#102 refetch pPara if it might have been destroyedCaolán McNamara1-1/+7