summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
AgeCommit message (Expand)AuthorFilesLines
2014-10-02shared_ptr is too smart to accept NULLChristian Lohmaier1-1/+1
2014-09-30Resolves: fdo#79130 Crash in DomainMapper_Impl::CloseFieldCommandCaolán McNamara1-1/+1
2014-09-30Related: fdo#73608 don't crash on missing table stylesCaolán McNamara1-1/+15
2014-09-25handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák3-0/+10
2014-09-23Revert "handle docx's w:anchor layoutInCell attribute (bnc#891663)"Andras Timar3-9/+0
2014-09-23handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák3-0/+9
2014-08-19fix build, coverity#1209547 Unchecked dynamic_castCaolán McNamara1-4/+7
2014-08-05fdo#81993: Revert "Resolves: #i119464# Update default alignment ...Michael Stahl1-17/+1
2014-08-04fdo#80986: disable highlight DOCX importZolnai Tamás1-1/+1
2014-08-01fdo#78904 : LO hangs while saving the document.Umesh Kadam1-6/+17
2014-07-30fdo#81384: writerfilter: turn the horrible btLr cell text dir hackMichael Stahl2-4/+4
2014-07-29coverity#1194911 Unchecked dynamic_castMiklos Vajna1-1/+1
2014-07-16fdo#81173 abi#3623 RTF import: missing null pointer checkMiklos Vajna1-1/+1
2014-07-10Fix ignoring large twips values like MSO does (cp#1000087)Matúš Kukan1-5/+5
2014-07-06bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna4-0/+26
2014-07-06bnc#884615 VML import: import OLE objects in header with background wrappingMiklos Vajna3-4/+12
2014-07-01fdo#69649 RTF import: don't crash on empty TOC resultMiklos Vajna2-1/+9
2014-06-16DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna3-1/+8
2014-06-03fdo#79547 fdo#69649 Fix for pre-rendered Table Of ContentsVinaya Mandke3-17/+84
2014-05-30handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák3-0/+5
2014-05-30discard more header/footer stuff when discarding headers/footers (bnc#875718)Luboš Luňák1-4/+10
2014-05-14writerfilter: DomainMapper_Impl::SetSymbolData() should take an intMiklos Vajna2-2/+2
2014-05-14fdo#78384: Fix for corruption if file contains symbols.Rohit Deshmukh3-1/+25
2014-05-01actually read brightness/contrast when reading docx (bnc#875713)Luboš Luňák1-0/+4
2014-04-24Resolves: rhbz#1089377 crash on loading a specific rtfCaolán McNamara1-1/+4
2014-04-22handle properly page breaks even if a page contains only a frame (fdo#55381)Luboš Luňák2-7/+24
2014-04-21Revert "handle properly page breaks even if a page contains only a frame (fdo...Luboš Luňák2-24/+7
2014-04-21handle properly page breaks even if a page contains only a frame (fdo#55381)Luboš Luňák2-7/+24
2014-04-15fdo#74599 RTF import: enable StylesNoDefault compat settingMiklos Vajna1-0/+3
2014-04-11check that stacks are not empty before top()Caolán McNamara1-1/+6
2014-03-27apparently some table .docx properties shouldn't be < 0Luboš Luňák3-3/+10
2014-03-27Revert "rhbz#1075124: writerfilter: fix tables with negative left margin"Luboš Luňák2-14/+14
2014-03-26Resolves: rhbz#1077780 crash on loading .docxCaolán McNamara1-0/+2
2014-03-17RTF import: 3 drawing-object fixes:Miklos Vajna2-4/+8
2014-03-13bnc#865381 DOCX import: table cell btLr text direction fixesMiklos Vajna3-8/+26
2014-03-12ignore large twips values like MSO does (cp#1000043)Luboš Luňák1-2/+5
2014-03-12rhbz#1075124: writerfilter: fix tables with negative left marginMichael Stahl2-14/+14
2014-03-04fdo#47811: RTF import: fix Database field contentMichael Stahl3-7/+25
2014-03-04writerfilter: salvage a field parameter parsing train wreckMichael Stahl2-70/+157
2014-02-25Related: #i124106# correct handling of page break attributesOliver-Rainer Wittmann1-2/+5
2014-02-18fdo#74357 DOCX import: avoid layout problem with automatic spacingMiklos Vajna3-2/+24
2014-02-18fdo#74357 DOCX import: fix nested tables anchored inside tablesMiklos Vajna1-1/+4
2014-01-21fdo#73389 Writer does not show a docx-document with nested table correctlyZolnai Tamás1-15/+8
2013-12-28fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna5-3/+67
2013-12-15Revert "DOCX: fdo#72560 better solution for exchange alignment for RTL"Faisal M. Al-Otaibi1-18/+7
2013-12-15DOCX: fdo#72560 better solution for exchange alignment for RTLFaisal M. Al-Otaibi1-7/+18
2013-12-05cp#1000017 DOCX/RTF import: avoid fake tab char in footnotesMiklos Vajna3-0/+13
2013-11-22init nRotation [-Werror=maybe-uninitialized]Eike Rathke1-1/+1
2013-11-22cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna1-1/+1
2013-11-20Related bnc#837302: Don't introduce a redlined delete and the end of doc.Jan Holesovsky1-0/+14