summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2022-08-18tdf#147466 sw_redlinehide: avoid crashing by delete un-deletingMichael Stahl2-2/+7
2022-08-14sw: fix crash in InitBookmarks() with forum-mso-en-8410.docxMichael Stahl1-0/+4
2022-08-12sw_fieldmarkhide: fix crash on exporting forum-mso-en-4034.docx to ODTMichael Stahl1-2/+10
2022-08-09tdf#150235: use correct types in XMLTextColumnsExportMike Kaganski2-0/+59
2022-08-09tdf#150293: setPropertyValue(WID_TXTCOL_LINE_WIDTH) takes mm100Mike Kaganski1-1/+3
2022-08-08tdf#150241: a blind fix attemptMike Kaganski1-6/+12
2022-08-08tdf#150197 sw: convert pre-defined num styles to ListFormatJustin Luth4-8/+88
2022-08-05tdf#143703 sw: always assign name for fly sectionVasily Melenchuk5-15/+30
2022-08-05tdf#145226 sw: ODF export: fix table-row/table-cell stylesMichael Stahl5-80/+107
2022-08-03Revert "tdf#141652 partial revert "Reset ShapeProperty priority..."Justin Luth2-10/+0
2022-08-02tdf#149467 fix re-entrance crashJim Raykowski1-12/+3
2022-07-30tdf#149915 Proper creation of vnd.sun.star.pkg:// URLGülşah Köse1-19/+18
2022-07-28sw: SolarMutexGuard missing in SwXBookmark::setPropertyValue()Michael Stahl1-0/+2
2022-07-26Revert "avoid repeated writer layout calls with tiled rendering" (tdf#145396)Luboš Luňák1-10/+1
2022-07-26Revert "do not draw directly in SwViewShell in LOK mode"Luboš Luňák1-1/+1
2022-07-23Resolves: tdf#148743 TOC->Edit Index->Assign Styles; Styles aren't sortedCaolán McNamara2-2/+26
2022-07-19tdf#142715 sw: fix crash on exit when textbox inserted to tableAttila Bakos (NISZ)3-11/+36
2022-07-18sw: fix crash in SwTextShell::Execute()Miklos Vajna1-3/+6
2022-07-14tdf#149978 sw: ODF import: fix nondeterministic automatic stylesMichael Stahl3-5/+69
2022-07-14sw: fix spurious layout invalidation from ~SwCallLink()Michael Stahl5-14/+43
2022-07-11tdf#149649 sw_fieldmarkhide: delete any fieldmarks overlapping cellsMichael Stahl1-0/+60
2022-07-08sw: fix null derefs of GetCurrShell()Xisco Fauli1-2/+3
2022-07-01sw: avoid another EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-3/+3
2022-06-27sw: avoid divide by zero in SwTextGridPage::CharorLineChangedHdlCaolán McNamara1-2/+8
2022-06-25sw: fix crash in SwLayoutFrame::GetContentPosXisco Fauli1-5/+19
2022-06-22sw: fix crash in SwEditWin::MouseButtonDownXisco Fauli1-53/+56
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 Stahl6-6/+142
2022-06-17sw HTML export, XHTML mode: fix lost <li> with a list header + itemMiklos Vajna4-4/+56
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 Stahl4-3/+62
2022-06-16sw_redlinehide: skip unnecessary updates when undoing redlined deleteMichael Stahl1-0/+6
2022-06-14tdf#148868 sw: handle selection then Insert similar to ReplaceMichael Stahl3-5/+6
2022-06-14tdf#149507 sw: don't delete bookmarks in SwUndoInsLayFormat::UndoImpl()Michael Stahl1-7/+4
2022-06-14tdf#140007 sw: fix SwUndoReplaceMichael Stahl2-2/+90
2022-06-14sw XHTML export: avoid writing default transparent background for ReqIFMiklos Vajna2-3/+26
2022-06-13Related: tdf#149490 OLE Object dialog should be modalCaolán McNamara1-0/+1
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 Stahl27-80/+119
2022-06-10sw XHTML export: avoid writing background of table cells in ReqIF modeMiklos Vajna3-31/+43
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-07sw: SwNodeIndex GCC12 spurious -Werror=dangling-pointer=Michael Stahl1-0/+9
2022-06-06tdf#147708 create floating menubutton on demandCaolán McNamara6-110/+169
2022-06-05tdf#148309 sw_redlinehide: fix mail merge performance regressionMichael Stahl1-0/+6
2022-06-01Related: tdf#149408 inspector crash with a writer OLE inside calcCaolán McNamara1-1/+5
2022-06-01Related: tdf#149408 various crashes seen in redline panelCaolán McNamara1-6/+11
2022-06-01sw: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-1/+1