summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-05-31tdf#108056 sw SubtractFlys: work with a polypolygon directlyMiklos Vajna3-17/+16
2017-05-31tdf#108056 sw SubtractFlys: fix off-by-one error in clip rectangle calculationMiklos Vajna1-1/+6
2017-05-31tdf#100072 zero height of shape's path was causing geometry errorsVasily Melenchuk2-0/+44
2017-05-31tdf#106131 no global drag when anchor drag activeArmin Le Grand1-1/+7
2017-05-31tdf#107729: Disable toolbar items that are not available yet.Jan Holesovsky1-0/+3
2017-05-31tdf#108072: match sprmTFCantSplit with its correct idAron Budea5-8/+22
2017-05-30Make sw_txtexport unit test build againAron Budea1-0/+1
2017-05-30lambda -> function in anonymous namespace.Jan Holesovsky1-17/+21
2017-05-30sw: coverity#1409899 Null pointer dereferencesMichael Stahl1-1/+1
2017-05-30tdf#105002 Don't crash on mail wizard recreationMaxim Monastirsky1-0/+2
2017-05-30tdf#106953 RTF import: fix missing paragraph left marginMiklos Vajna2-0/+32
2017-05-30tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-1/+1
2017-05-30tdf#106424 fix crash in SfxItemPool::PutJochen Nitschke6-17/+14
2017-05-30ofz: check for null paraCaolán McNamara1-3/+7
2017-05-30make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara12-1/+13
2017-05-29sw lok: disable undo state if conflict with other viewsHenry Castro1-0/+78
2017-05-22fix git merge errorcp-5.3-14Andras Timar1-132/+0
2017-05-22tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl1-0/+132
2017-05-22svtools: fix mime type of PDF imagesMiklos Vajna1-0/+5
2017-05-18sw: table-in-footnote: delete SwFootnoteFrame if it becomes emptyMichael Stahl2-0/+20
2017-05-18tdf#107568 sw: prevent moving/splitting of tables in footnotesMichael Stahl2-1/+3
2017-05-18Resolves: tdf#107786 crash on null pointer accessCaolán McNamara1-1/+1
2017-05-18tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl4-6/+144
2017-05-18tdf#100033: Frames with the same name are removedTamás Zolnai3-0/+16
2017-05-18sw lok: Make the default for the Web view larger.Jan Holesovsky3-5/+6
2017-05-17html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky2-0/+46
2017-05-17lok: Update state of undo after a comment modification.Jan Holesovsky1-0/+5
2017-05-17tdf#107889 DOCX import: consider page breaks for multi-page floattablesMiklos Vajna2-0/+8
2017-05-17tdf#103931 writerfilter breaktype: same for implicit and explicitJustin Luth5-36/+37
2017-05-17ooxmlexport: move tdf103931 unit test to ooxmlimportJustin Luth3-8/+9
2017-05-12AutoText: fix buildSzymon Kłos1-1/+1
2017-05-12silence cppcheck memleak in unit testJochen Nitschke1-8/+9
2017-05-12tdf#107773 DOC import: consider page breaks for multi-page floattablesMiklos Vajna5-0/+73
2017-05-12Fix compile error.Michael Meeks1-1/+1
2017-05-11lok: sw: change tracking: deleted characters aren't deleted right awayMarco Cecchetti1-0/+54
2017-05-11related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky2-0/+42
2017-05-11sw txt export: Greatly improve the export of bullets & numbering.Jan Holesovsky5-5/+156
2017-05-10tdf#107620 RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat settingMiklos Vajna3-0/+16
2017-05-10ofz check against expected struct sizeCaolán McNamara1-4/+8
2017-05-10AutoText: add only real AutoText entriesSzymon Kłos3-22/+50
2017-05-07tdf#107350 - prevent crash in unotbl.cxxLeMoyne Castle1-1/+3
2017-05-07tdf#107033 DOCX import: fix unexpected missing footnote separatorMiklos Vajna2-1/+9
2017-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar6-12/+0
2017-05-05AutoText: fix dotm supportSzymon Kłos3-1/+24
2017-05-04AutoText: first tests & windows fixSzymon Kłos7-1/+68
2017-05-04AutoText: don't add empty paragraph at the endSzymon Kłos1-1/+1
2017-05-04AutoText: read names of entriesSzymon Kłos1-4/+14
2017-05-04AutoText: Reading multiple entriesSzymon Kłos1-19/+6
2017-05-04AutoText: handle Delete key in the dialogSzymon Kłos2-17/+51
2017-05-04AutoText: importing docx contentSzymon Kłos2-63/+105