summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-12-13tdf#101729 recover fnGetSize,fnLeftDist,fnRightDist,fnXIncMark Hung4-0/+29
2016-11-28tdf#103788 sw: fix use-after-free in navigator dialogMichael Stahl2-16/+2
2016-11-23tdf#103982 DOCX export: make sure SdrObject margin is non-negativeMiklos Vajna3-4/+19
2016-11-23tdf#82824 DOCX import: fix at-char embedded object handlingMiklos Vajna2-0/+5
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+1
2016-11-11tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai4-6/+17
2016-11-11tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna2-0/+8
2016-11-11Resolves: tdf#103809 the argument is a bool* not a VclPtrCaolán McNamara1-1/+1
2016-11-07tdf#90070 don't clip flys with bordersJustin Luth1-2/+14
2016-11-05tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai3-2/+23
2016-11-05tdf#103664: FILEOPEN: DOCX: Wingdings symbols are imported as rectanglesTamás Zolnai2-0/+19
2016-11-03tdf#95031 DOCX import: auto spacing inside numbering means no spacingMiklos Vajna2-0/+7
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara1-19/+91
2016-10-26tdf#101814 sw: MSWord export: don't override first-page with heuristicsMichael Stahl1-7/+8
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2-0/+11
2016-10-25tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth1-0/+7
2016-10-25Resolves: tdf#103359 undo of insert of multi column frame crashesCaolán McNamara1-1/+5
2016-10-23tdf#103001 DOCX export: fix RelId cache when switching streamsMiklos Vajna5-16/+44
2016-10-14tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes2-1/+1
2016-10-14tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2-0/+6
2016-10-13Master Document toggle missing if switch to master doc from normal docCaolán McNamara1-1/+1
2016-10-06tdf#103025 sw: don't format header/footer in SwPageFrame::PreparePage()Michael Stahl3-16/+9
2016-10-06Resolves: tdf#102334 Some hidden text not imported as hidden correctlyCaolán McNamara3-2/+10
2016-10-06Resolves: tdf#102358 writer cannot save 3d shape inserted from drawCaolán McNamara1-6/+3
2016-09-29tdf#102073: sw: do not create SwFootnoteNumPortion inside tableMichael Stahl1-0/+2
2016-09-22tdf#101164 sw: Insert Database Columns dialog: expect selectionMichael Stahl1-6/+29
2016-09-21tdf#101359 Really walk the document mark listJan-Marek Glogowski1-5/+13
2016-09-21tdf#102233: avoid infinite loop recursion in IsProtect node methodJulien Nabet1-2/+6
2016-09-21tdf#90597 Revert "Jump to next change when accepting or rejecting a change"Yousuf Philips1-2/+0
2016-09-21tdf#81345 docx import fix default page break regressionJustin Luth2-0/+12
2016-09-21tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna2-1/+412
2016-09-21tdf#101164 sw: Insert Database Columns dialog: ensure one of ...Michael Stahl1-0/+4
2016-09-21tdf#101536 sw: do load Insert Index dialog's document ReadOnlyMichael Stahl1-1/+3
2016-09-19tdf#101359 Just advance list box for BOOKMARKsJan-Marek Glogowski1-1/+1
2016-09-16disable generation of ole previews in ODF format until after loadCaolán McNamara2-36/+50
2016-09-13avoid crash with nullptr accessMarkus Mohrhard1-1/+1
2016-09-13sw: partially revert commit d0b09f41efe938e94a84e783c9ff5742edcbfba8Michael Stahl1-2/+2
2016-09-12tdf#101566 Remove untranslatable labels from changes toolbarYousuf Philips1-12/+12
2016-09-12fftester: break as soon as an exception is requiredCaolán McNamara2-1/+1
2016-09-10tdf#78727 sw: fix missing textbox text when anchored inside flying tableMiklos Vajna3-1/+14
2016-09-09tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos Vajna2-0/+45
2016-09-06Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna2-0/+10
2016-09-06if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara1-1/+1
2016-09-06Make character dialog's hyperlink tab accessibleYousuf Philips1-0/+12
2016-09-02Resolves: tdf#101681 set hyperlink tooltip for the full hyperlink areaCaolán McNamara1-4/+13
2016-09-02pTemplate can probably be null hereStephan Bergmann1-3/+3
2016-09-02tdf#101361: Fix cursor key movement in RTL textKhaled Hosny1-0/+7
2016-09-01let's make Impress crash less - SfxStyleFamily editionMichael Stahl1-1/+1
2016-09-01Resolves: tdf#100094 hyperlink tabpage put hyperlink name in wrong fieldCaolán McNamara1-1/+1
2016-08-31tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth5-1/+24