summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2022-11-12protect frame from triggering deleting itselfCaolán McNamara
2022-11-10sw: fix crash in SwFEShell::SelectObj()Miklos Vajna
2022-11-10sw: fix crash in SwHeaderFooterWin::IsEmptyHeaderFooter()Miklos Vajna
2022-11-10sw: fix crash in SwTextShell::Execute()Miklos Vajna
2022-10-23sw: fix crash in SwViewShellImp::AddPendingLOKInvalidation()Miklos Vajna
2022-09-29sw: fix format brush to override old formatSzymon Kłos
2022-09-29sw: fix format brush to reset the font strikeout attributeHenry Castro
2022-09-07check IFrame "FrameURL" targetCaolán McNamara
2022-08-31lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák
2022-08-19added nullptr guardPranam Lashkari
2022-08-18sw: online: make sure commment removal notification is sentPranam Lashkari
2022-08-10limit style export to words max style countCaolán McNamara
2022-06-22fix SwViewShellImp::AddPaintRect() for sub-rects (tdf#146536)Luboš Luňák
2022-06-09fix SwViewShellImp::AddPaintRect() rectangle compression (tdf#148255)Luboš Luňák
2022-06-09sw: fix use-after-free in SwFrame::ImplFindPageFrame()Miklos Vajna
2022-05-30sw: prefer view's redline author name...Dennis Francis
2022-05-23comments: reassign ID when copy commentPranam Lashkari
2022-05-18Related tdf#149072: avoid warning "misuse of method"Julien Nabet
2022-05-17sw: disable forcepoint93-2.rtf, it loops in layoutMichael Stahl
2022-05-17forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Michael Stahl
2022-05-17forcepoint#102 refetch pPara if it might have been destroyedCaolán McNamara
2022-05-17forcepoint#98 don't delete SwFrame flagged as IsDeleteForbiddenCaolán McNamara
2022-05-17forcepoint#91 fix crash on layout of specific htmlCaolán McNamara
2022-05-17forcepoint#99 SwTextFormatter unaware that FirstOfBorderMerge was deletedCaolán McNamara
2022-05-17forcepoint#93 fix crash on layout of specific rtfCaolán McNamara
2022-05-17forcepoint#90 fix crash on layout of specific rtfCaolán McNamara
2022-05-17forcepoint#94 fix crash on layout of specific htmlCaolán McNamara
2022-05-17forcepoint#92 fix crash on layout of specific docCaolán McNamara
2022-05-17forcepoint#89 don't remove page with footnote continuation frameCaolán McNamara
2022-05-17forcepoint#96 sw: delete fieldmarks in DelFullPara()Michael Stahl
2022-05-17sw: prevent footnote frame against delete while it's movedMichael Stahl
2022-05-17an inconsistent SwTextFormatInfo index, len, text length caseCaolán McNamara
2022-05-17forcepoint#100 drop SwBorderAttrAccess to allow cache entry to be removedCaolán McNamara
2022-05-17forcepoint#82 back() called on empty vectorCaolán McNamara
2022-05-17forcepoint#86 RES_TXTATR_UNKNOWN_CONTAINER item put at invalid indexCaolán McNamara
2022-05-17sw: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli
2022-05-10sw: fix crash in SwDrawShell::Execute()Miklos Vajna
2022-05-10sw: don't copy useless char escapement to next node on splitMiklos Vajna
2022-05-02tdf#148683 sw: fix crash on deleting text with redlining enabled, but hiddenMiklos Vajna
2022-04-15tdf#147861 sw ms export: DI_SUB_MASK must exclude FIXED nowJustin Luth
2022-04-05sw lok: fix missing cache invalidation in SwRedlineTable::Insert()Miklos Vajna
2022-04-01tdf#147861 writerfilter: use GetFieldResult, not current DocPropertyJustin Luth
2022-04-01tdf#147861 ww8import: solve TODO: not fixed-field if equalJustin Luth
2022-04-01tdf#147861 ww8export: DI_CUSTOM write fixed field, not plain txtJustin Luth
2022-04-01tdf#147861 ww8import: use GetFieldResult, not current DocPropertyJustin Luth
2022-04-01related tdf#147861: cleanup + a function provides the nameJustin Luth
2022-03-31sw: fix crash in SwAttrSet::CopyToModify()Miklos Vajna
2022-03-25make default selected table style to Default Table Style for only onlineMert Tumer
2022-03-23sw: change inserttable style option default to 1Mert Tumer
2022-03-09Fix build error: include <optional>Tor Lillqvist