summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-23tdf#146728 lok: IME: preset formatting in the new paragraphSzymon Kłos2-11/+79
2022-01-19sw: fix unexpected paragraph border inside table cellsMiklos Vajna3-3/+57
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ž Vajngerl7-0/+287
2022-01-05Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl5-3/+48
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 McNamara2-0/+9
2021-12-21ofz#37322 Bad-castCaolán McNamara2-0/+9
2021-12-21crashtesting: UaF on layout of ooo98566-1.odtCaolán McNamara1-0/+4
2021-12-21ofz#34749 don't remove trailing paragraph if something got anchored to itCaolán McNamara3-0/+11
2021-12-21ofz#31538 null-derefCaolán McNamara1-3/+8
2021-12-09lok: don't limit line length in HTMLWriterSzymon Kłos5-9/+43
2021-12-08sw: fix crash in SwFEShell::SelectObj()Miklos Vajna1-1/+7
2021-11-23Crash when fetching clipboard data.Michael Meeks1-2/+5
2021-11-15disable Writer shadow hack in LOK caseLuboš Luňák1-15/+18
2021-11-14lok: sw: remove database tabHenry Castro1-0/+4
2021-11-13sw, out of order undo: allow multiple actions from other viewsMiklos Vajna4-10/+77
2021-11-12Fix -Werror=shadow in basesh.cxxAron Budea1-3/+3
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák6-11/+13
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna2-3/+74
2021-11-11lok: no need to layout comments in writercp-21.06.6-1Szymon Kłos1-0/+3
2021-11-11do not draw "desktop" (=surrounding background) in Writer in LOK modeLuboš Luňák1-0/+3
2021-11-11sw: allow undo of typing in 2 views independent from each otherMiklos Vajna12-14/+162
2021-11-10sw: Wrong ZOrder after import for images anchored to non-1nd pageTomaž Vajngerl5-2/+272
2021-11-09sw: try grouping undo actions of IME-edited textMiklos Vajna6-2/+65