summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-01-29sw: fix SwTOXMgr::UpdateOrInsertTOX() for user-definedMichael Stahl1-13/+4
2021-01-27tdf#134605 DOCX export: fix unexpected loss of footer marginMiklos Vajna3-0/+21
2021-01-20tdf#135377 keep the correct index selectedCaolán McNamara1-0/+12
2021-01-20tdf#119610 tdf#112634: Don't show broken connections - RevBJustin Luth1-2/+4
2021-01-18tdf#136704 sw autofmt: prevent crash if no nextNodeJustin Luth1-4/+7
2021-01-16tdf#135014 sw_redlinehide: fix missing frames when removing fieldmarkMichael Stahl2-0/+4
2021-01-15tdf#135014 sw: fix crash exporting numbering to DOCXMichael Stahl9-16/+52
2021-01-13tdf#139580: combine these identical blocks together into a functionCaolán McNamara2-28/+29
2021-01-11Related tdf#123632: fix crash in accdoc (sw)Julien Nabet1-1/+1
2021-01-07Resolves: tdf#139126 DBL_MAX is a valid value, just not for WriterEike Rathke1-1/+3
2020-12-23tdf#138457 Cursor position wrong when using functions in a writer tableCaolán McNamara1-0/+8
2020-12-21tdf#138953: use original (cropped, but unrotated) object size in spPrMike Kaganski5-18/+45
2020-12-19tdf#82802 sw conditional style conditions not saved for TextBodyJustin Luth3-7/+5
2020-12-17tdf#128501: DOC export: fix lost bitmap fill for OOXML custom shapesXisco Fauli2-0/+17
2020-12-17tdf#136816: fix hidden legend entries in "Column and Line" chartsTünde Tóth2-0/+13
2020-12-16tdf#138892 writerfilter: cancel style list if bNoNumberingJustin Luth4-0/+58
2020-12-16tdf#138600 sw: fix too small print area for btlr text in nested tableMiklos Vajna3-1/+28
2020-12-11sw: add missing nullptr checkXisco Fauli1-2/+8
2020-12-11fix printing of 'margins in comment'Caolán McNamara1-5/+6
2020-12-10tdf#138688 tdf#124646 sw: fix crash at pasting Calc dataLászló Németh4-3/+119
2020-12-10uninit_memberCaolán McNamara1-1/+3
2020-12-08sw: layout: SwFlyNotify should invalidate a content or tab frameMichael Stahl1-1/+8
2020-12-07tdf#138612 DOCX import: fix lost part of split table cellLászló Németh2-0/+17
2020-12-02tdf#138471 wrong adjustment used for spinbuttonCaolán McNamara1-1/+1
2020-12-01sw_fieldmarkhide: fix getFieldMarkFor() to return innermost fieldMichael Stahl1-3/+4
2020-12-01tdf#134626 assertion in ~SwTextNodeCaolán McNamara1-7/+4
2020-11-26tdf#138130: sw_uiwriter: Add unittestXisco Fauli2-0/+30
2020-11-25tdf#138130, tdf#123621 sw: fix textbox position according to DOCXTibor Nagy4-3/+22
2020-11-25tdf#138253 sw textbox: fix content of draw format on undoMiklos Vajna3-0/+41
2020-11-23tdf#138210 check if CustomShapeGeometry exist first.Mark Hung2-0/+9
2020-11-20tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara1-1/+1
2020-11-19sw_redlinehide: fix assert on Replace with nothingMichael Stahl1-2/+5
2020-11-19sw_redlinehide: replace bogus implementation of SwPaM::InvalidatePaM()Michael Stahl1-8/+16
2020-11-18tdf#130629 Don't add object insert undo twiceJim Raykowski1-0/+5
2020-11-17tdf#137980 sw textbox: fix automatic size of shapes with rotated textMiklos Vajna3-0/+26
2020-11-16tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl3-3/+57
2020-11-14tdf#136336 ensure tooltip area surrounds the current mouse positionCaolán McNamara1-0/+7
2020-11-12DOCX: fix memory leak of cell formula exportLászló Németh1-1/+1
2020-11-05don't select entry 0 if there are no entriesCaolán McNamara1-4/+3
2020-11-05tdf#137532: do not reset attributes deleting selectionXisco Fauli2-7/+95
2020-11-05tdf#137982 m_xFrame is already disposedCaolán McNamara2-11/+46
2020-11-04ofz#26943 detect if FormatOfJustInsertedApo was deletedCaolán McNamara7-44/+59
2020-11-03tdf#135893 sw paste: fix copying fly frame in textbox twiceMiklos Vajna3-0/+72
2020-11-03Resolves: rhbz#1893846 if last close had insert, index dialog openCaolán McNamara1-1/+2
2020-11-02tdf#98868 re-register cloned TOXMark if the dest doc is differentCaolán McNamara10-28/+55
2020-10-30ofz#26753 avoid infinite regressCaolán McNamara2-6/+13
2020-10-28tdf#136453 sw_redlinehide: SwUndoDelete: only create extra frames...Michael Stahl3-1/+119
2020-10-28tdf#116214 Allow for scientific notation in Custom PropertiesBartosz Kosiorek2-8/+12
2020-10-28ofz#26619 detect if SwFrameFormat deleted during importCaolán McNamara3-3/+31
2020-10-27tdf#135082 fix print selectionSrijan Bhatia1-3/+1