summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-09Fix build error: include <optional>Tor Lillqvist1-0/+1
2022-03-03tdf#141550 tdf#141557 tdf#140975 sw: fix textbox crashAttila Bakos (NISZ)8-105/+344
2022-03-02lok: fix goto functionality in Accessibility Check dialogSzymon Kłos1-0/+7
2022-02-28dont send text selection start/end when there is no selectionMert Tumer1-0/+7
2022-02-24Make accessibility check dialog asyncNickWingate1-2/+2
2022-02-23fix Writer key event delayed compression (tdf#145963)Luboš Luňák3-16/+19
2022-02-20ofz#40593 remove Objects from m_xResizeDrawObjects if deleted during parseCaolán McNamara2-3/+29
2022-02-20crashtesting: UaF on layout of fdo53985-1.docxCaolán McNamara2-1/+58
2022-02-20Only change SwLayAction::m_bAgain via SetAgainCaolán McNamara4-8/+12
2022-02-03lok: render image preview with lower resolutionSzymon Kłos4-1/+18
2022-02-03Use unique id for FN_UNO_TRANSFORMED_GRAPHICSzymon Kłos1-1/+1
2022-01-28tdf#119952 DOCX import: fix negative page marginsAttila Szűcs2-0/+83
2022-01-28tdf#95806 tdf#125877 tdf#141172 DOCX: fix tables in footnotesLászló Németh5-1/+29
2022-01-26tdf#143591 DOCX import: handle anchored objects as at-charMiklos Vajna3-12/+11