summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2023-02-20[cp] Revert "tdf#135836 remove "to page" from shape/image contextmenu"Aron Budea4-0/+4
2022-11-12protect frame from triggering deleting itselfCaolán McNamara3-0/+353
2022-11-10sw: fix crash in SwFEShell::SelectObj()Miklos Vajna1-1/+1
2022-11-10sw: fix crash in SwHeaderFooterWin::IsEmptyHeaderFooter()Miklos Vajna1-0/+5
2022-11-10sw: fix crash in SwTextShell::Execute()Miklos Vajna1-3/+6
2022-10-23sw: fix crash in SwViewShellImp::AddPendingLOKInvalidation()Miklos Vajna1-1/+1
2022-09-29sw: fix format brush to override old formatSzymon Kłos1-9/+6
2022-09-29sw: fix format brush to reset the font strikeout attributeHenry Castro1-0/+12
2022-09-07check IFrame "FrameURL" targetCaolán McNamara2-3/+13
2022-08-31lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-1/+4
2022-08-19added nullptr guardPranam Lashkari1-1/+4
2022-08-18sw: online: make sure commment removal notification is sentPranam Lashkari3-0/+26
2022-08-10limit style export to words max style countCaolán McNamara2-16/+16
2022-06-22fix SwViewShellImp::AddPaintRect() for sub-rects (tdf#146536)Luboš Luňák1-3/+4
2022-06-09fix SwViewShellImp::AddPaintRect() rectangle compression (tdf#148255)Luboš Luňák1-1/+1
2022-06-09sw: fix use-after-free in SwFrame::ImplFindPageFrame()Miklos Vajna1-5/+11
2022-05-30sw: prefer view's redline author name...Dennis Francis2-1/+53
2022-05-23comments: reassign ID when copy commentPranam Lashkari3-1/+9
2022-05-18Related tdf#149072: avoid warning "misuse of method"Julien Nabet1-2/+3
2022-05-17sw: disable forcepoint93-2.rtf, it loops in layoutMichael Stahl1-1/+1
2022-05-17forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Michael Stahl11-21/+599
2022-05-17forcepoint#102 refetch pPara if it might have been destroyedCaolán McNamara3-1/+191
2022-05-17forcepoint#98 don't delete SwFrame flagged as IsDeleteForbiddenCaolán McNamara3-1/+10
2022-05-17forcepoint#91 fix crash on layout of specific htmlCaolán McNamara5-0/+30
2022-05-17forcepoint#99 SwTextFormatter unaware that FirstOfBorderMerge was deletedCaolán McNamara5-5/+24
2022-05-17forcepoint#93 fix crash on layout of specific rtfCaolán McNamara6-7/+15
2022-05-17forcepoint#90 fix crash on layout of specific rtfCaolán McNamara3-26/+49
2022-05-17forcepoint#94 fix crash on layout of specific htmlCaolán McNamara3-0/+11
2022-05-17forcepoint#92 fix crash on layout of specific docCaolán McNamara4-1/+102
2022-05-17forcepoint#89 don't remove page with footnote continuation frameCaolán McNamara1-1/+2
2022-05-17forcepoint#96 sw: delete fieldmarks in DelFullPara()Michael Stahl2-0/+39
2022-05-17sw: prevent footnote frame against delete while it's movedMichael Stahl3-14/+45
2022-05-17an inconsistent SwTextFormatInfo index, len, text length caseCaolán McNamara1-19/+27
2022-05-17forcepoint#100 drop SwBorderAttrAccess to allow cache entry to be removedCaolán McNamara1-16/+26
2022-05-17forcepoint#82 back() called on empty vectorCaolán McNamara1-0/+28
2022-05-17forcepoint#86 RES_TXTATR_UNKNOWN_CONTAINER item put at invalid indexCaolán McNamara1-1/+1
2022-05-17sw: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-1/+1
2022-05-10sw: fix crash in SwDrawShell::Execute()Miklos Vajna1-0/+5
2022-05-10sw: don't copy useless char escapement to next node on splitMiklos Vajna3-0/+58
2022-05-02tdf#148683 sw: fix crash on deleting text with redlining enabled, but hiddenMiklos Vajna4-1/+65
2022-04-15tdf#147861 sw ms export: DI_SUB_MASK must exclude FIXED nowJustin Luth1-1/+1
2022-04-05sw lok: fix missing cache invalidation in SwRedlineTable::Insert()Miklos Vajna2-0/+48
2022-04-01tdf#147861 writerfilter: use GetFieldResult, not current DocPropertyJustin Luth3-1/+20
2022-04-01tdf#147861 ww8import: solve TODO: not fixed-field if equalJustin Luth2-4/+22
2022-04-01tdf#147861 ww8export: DI_CUSTOM write fixed field, not plain txtJustin Luth2-5/+6
2022-04-01tdf#147861 ww8import: use GetFieldResult, not current DocPropertyJustin Luth3-2/+30
2022-04-01related tdf#147861: cleanup + a function provides the nameJustin Luth1-9/+1
2022-03-31sw: fix crash in SwAttrSet::CopyToModify()Miklos Vajna5-1/+131
2022-03-25make default selected table style to Default Table Style for only onlineMert Tumer1-2/+7
2022-03-23sw: change inserttable style option default to 1Mert Tumer1-3/+2