summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-08-30backport ooxmlsdrexport.cxx part of...Michael Stahl1-4/+4
2018-05-28set Referer on link mediadescriptorCaolán McNamara1-3/+8
2018-05-27add ww6 test dir and fix a crashCaolán McNamara1-13/+16
2018-05-27disable generation of ole previews in ODF format until after loadCaolán McNamara5-52/+57
2018-05-27ww8: make sure we don't wrap aroundCaolán McNamara1-0/+4
2018-05-27convert pStatus to vector and use at to check offsetsCaolán McNamara2-11/+11
2018-05-22LinkUpdateMode is a global settingStephan Bergmann2-39/+49
2014-12-01Prevent occasional crashTor Lillqvist1-1/+2
2014-11-27Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara3-9/+9
2014-10-08fdo#79269: fix ODF import of style:footer-firstMichael Stahl4-15/+55
2014-09-30Related: fdo#73608 don't crash on missing table stylesCaolán McNamara2-0/+0
2014-09-30Resolves: fdo#79131 crash in EnhancedCustomShapeTypeNames::GetCaolán McNamara1-0/+0
2014-09-30Resolves: fdo#79129 Crash in oox::drawingml::LayoutNode::setupShapeCaolán McNamara1-0/+0
2014-09-25handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák2-0/+9
2014-09-23Revert "handle docx's w:anchor layoutInCell attribute (bnc#891663)"Andras Timar2-9/+0
2014-09-23bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan1-7/+16
2014-09-23handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák2-0/+9
2014-09-17fdo#65836 bnc#621241 Do not compress WMF / EMF file incase of OOXML exportNikhil Walvekar1-1/+1
2014-08-21avoid crash on document ending before contained table endsCaolán McNamara1-0/+2
2014-08-20sw: ww8: fix another ~SwIndexReg() assertionMichael Stahl1-2/+4
2014-08-18misplaced test from 5a454e5ed3f1: should be Linux onlyMatúš Kukan1-2/+2
2014-08-18fix reading a .doc that has frame anchored to the end of page (bnc#787942)Luboš Luňák4-1/+22
2014-08-14Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara1-5/+13
2014-08-14fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl2-0/+10
2014-08-07SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurtMichael Stahl1-0/+6
2014-08-07fdo#69282: sw: fix updating of page styles via SwDocShell::_LoadStyles()Michael Stahl1-0/+16
2014-08-04fdo#80986: disable highlight DOCX importZolnai Tamás1-0/+2
2014-08-01fdo#78904 : LO hangs while saving the document.Umesh Kadam3-0/+11
2014-07-30fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbersMichael Stahl2-0/+18
2014-07-29Related: fdo#81641 create new styles with an initial nameCaolán McNamara1-1/+5
2014-07-27fix build of last commitLuboš Luňák1-1/+1
2014-07-27Fix for Footer is missing if fisrt page different header/footer is setRohit Deshmukh3-1/+9
2014-07-23fdo#81276: sw: HTML import: fix inverted test in CSS importMichael Stahl3-1/+35
2014-07-22fdo#79221: Wrong rendering of bottom and right character borderZolnai Tamás1-2/+4
2014-07-15fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+8
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida5-9/+18
2014-07-15Resolves: fdo#52226 swap in graphics on .docx and .rtf exportCaolán McNamara3-11/+37
2014-07-13fdo#80333: .doc has large black rectangles between paragraphsZolnai Tamás3-10/+23
2014-07-09fix fdo#77844: header wrongly enabled from .docLuke Deller3-2/+60
2014-07-09sw: do more input validation in SwWW8ImplReader::Read_AndMichael Stahl1-1/+3
2014-07-08fix crash loading ooo#93570-3.docCaolán McNamara1-13/+26
2014-07-08DOC import: fix nested commentsMiklos Vajna2-1/+15
2014-07-08coverity#1158240 Dereference before null checkCaolán McNamara1-2/+2
2014-07-06bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna2-0/+9
2014-07-06bnc#884615 VML import: import OLE objects in header with background wrappingMiklos Vajna2-0/+6
2014-07-06fdo#73241 RTF import: ignore page break in tablesMiklos Vajna2-0/+14
2014-07-05Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+1
2014-07-04error: no matching function for call to 'assertEquals'Matúš Kukan1-1/+1
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-0/+13
2014-07-02fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlinkMichael Stahl11-34/+47