summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
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 Francis1-1/+10
2022-05-23comments: reassign ID when copy commentPranam Lashkari2-1/+8
2022-05-18Related tdf#149072: avoid warning "misuse of method"Julien Nabet1-2/+3
2022-05-17forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Michael Stahl8-18/+22
2022-05-17forcepoint#102 refetch pPara if it might have been destroyedCaolán McNamara1-1/+7
2022-05-17forcepoint#98 don't delete SwFrame flagged as IsDeleteForbiddenCaolán McNamara1-1/+2
2022-05-17forcepoint#91 fix crash on layout of specific htmlCaolán McNamara1-0/+2
2022-05-17forcepoint#99 SwTextFormatter unaware that FirstOfBorderMerge was deletedCaolán McNamara3-5/+16
2022-05-17forcepoint#93 fix crash on layout of specific rtfCaolán McNamara3-7/+8
2022-05-17forcepoint#90 fix crash on layout of specific rtfCaolán McNamara1-26/+43
2022-05-17forcepoint#94 fix crash on layout of specific htmlCaolán McNamara1-0/+3
2022-05-17forcepoint#92 fix crash on layout of specific docCaolán McNamara1-1/+7
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 Stahl1-0/+31
2022-05-17sw: prevent footnote frame against delete while it's movedMichael Stahl1-14/+39
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#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 Vajna1-0/+31
2022-05-02tdf#148683 sw: fix crash on deleting text with redlining enabled, but hiddenMiklos Vajna2-1/+19
2022-04-05sw lok: fix missing cache invalidation in SwRedlineTable::Insert()Miklos Vajna1-0/+9
2022-04-01tdf#147861 ww8import: solve TODO: not fixed-field if equalJustin Luth1-3/+20
2022-04-01tdf#147861 ww8export: DI_CUSTOM write fixed field, not plain txtJustin Luth1-2/+4
2022-04-01tdf#147861 ww8import: use GetFieldResult, not current DocPropertyJustin Luth1-2/+11
2022-04-01related tdf#147861: cleanup + a function provides the nameJustin Luth1-9/+1
2022-03-31sw: fix crash in SwAttrSet::CopyToModify()Miklos Vajna1-1/+2
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-03tdf#141550 tdf#141557 tdf#140975 sw: fix textbox crashAttila Bakos (NISZ)2-105/+258
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 McNamara1-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łos2-1/+16
2022-01-28tdf#95806 tdf#125877 tdf#141172 DOCX: fix tables in footnotesLászló Németh1-1/+4
2022-01-23tdf#146728 lok: IME: preset formatting in the new paragraphSzymon Kłos1-11/+8
2022-01-19sw: fix unexpected paragraph border inside table cellsMiklos Vajna1-3/+37
2022-01-05Set the original size in crop dialog to preferred DPI calc. sizeTomaž Vajngerl1-0/+8
2022-01-05Add graphic size checker for the preferred document DPITomaž Vajngerl3-0/+277
2022-01-05Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl4-3/+45
2021-12-21ofz#39252 use safer SwUnoCursor for the pos to move back toCaolán McNamara2-4/+4
2021-12-21ofz#38011 save and restore m_pLastAnchorPos via UnoCursorCaolán McNamara1-0/+9