summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2014-05-01actually read brightness/contrast when reading docx (bnc#875713)Luboš Luňák
2014-04-30fdo#70853 writerfilter: refactor to avoid redundant Papx class in doctokMiklos Vajna
2014-04-30Resolves: rhbz#1089377 crash on loading a specific rtfCaolán McNamara
2014-04-29123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2014-04-22handle properly page breaks even if a page contains only a frame (fdo#55381)Luboš Luňák
2014-04-22fdo#75735 RTF import: fix COW when writing a nested structureMiklos Vajna
2014-04-16fdo#77267 RTF import: pard should reset current paragraph styleMiklos Vajna
2014-04-16fdo#74599 RTF import: enable StylesNoDefault compat settingMiklos Vajna
2014-04-16check that stacks are not empty before top()Caolán McNamara
2014-04-08fdo#74823 RTF import: work around wrong table column width on invalid inputMiklos Vajna
2014-04-02apparently some table .docx properties shouldn't be < 0Luboš Luňák
2014-04-02Revert "rhbz#1075124: writerfilter: fix tables with negative left margin"Luboš Luňák
2014-04-02Resolves: rhbz#1077780 crash on loading .docxCaolán McNamara
2014-03-25coverity#736084 Missing break in switchCaolán McNamara
2014-03-25Don't duplicate relationship sequences while walking them.Michael Meeks
2014-03-25RTF import: 3 drawing-object fixes:Miklos Vajna
2014-03-25fdo#69289 RTF import: handle cells with zero widthMiklos Vajna
2014-03-25bnc#865381 DOCX import: table cell btLr text direction fixesMiklos Vajna
2014-03-25ignore large twips values like MSO does (cp#1000043)Luboš Luňák
2014-03-25rhbz#1075124: writerfilter: fix tables with negative left marginMichael Stahl
2014-03-25writerfilter: initial strict DOCX supportMiklos Vajna
2014-03-25handle OOXML strict namespacesMarkus Mohrhard
2014-03-25rhbz#988516: DOCX import: fix context stack when importing header/footerMichael Stahl
2014-03-05fdo#47811: RTF import: fix Database field contentMichael Stahl
2014-03-05writerfilter: salvage a field parameter parsing train wreckMichael Stahl
2014-03-03RTF import: fix spurious page breaks at doc end (related: rhbz#1065629)cp-4.2-branch-pointMichael Stahl
2014-02-25writerfilter: attempt to appease Mac tinderboxesMichael Stahl
2014-02-25Related: #i124106# correct handling of page break attributesOliver-Rainer Wittmann
2014-02-25RTFSdrImport::resolveDhgt(): fix crashing C-castMichael Stahl
2014-02-25rhbz#1065629: RTF import: re-implement nested tablesMichael Stahl
2014-02-25Fix a crash from crashtestJulien Nabet
2014-02-18fdo#74709 RTF import: implement RTF_CLPAD*Miklos Vajna
2014-02-18fdo#74357 DOCX import: avoid layout problem with automatic spacingMiklos Vajna
2014-02-18fdo#74357 DOCX import: fix nested tables anchored inside tablesMiklos Vajna
2014-02-18rhbz#1065629: RTF import: don't drop nested cells if not enough \cellxMichael Stahl
2014-01-27fdo#66011 abi#2128 RTF import: fix memory leakMiklos Vajna
2014-01-26RTF import: fix handling of font color from paragraph styleMiklos Vajna
2014-01-21fdo#73389 Writer does not show a docx-document with nested table correctlyZolnai Tamás
2013-12-29fdo#41109 RTF shape import: handle fBehindDocument propertyMiklos Vajna
2013-12-29fdo#41109 RTF shape import: shpz has priority over dhgtMiklos Vajna
2013-12-28DOCX import: close rPrChange properly.Zolnai Tamás
2013-12-28fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna
2013-12-20fdo#72204 RTF import: fix crash on rotated, but not imported groupshapeMiklos Vajna
2013-12-15Revert "DOCX: fdo#72560 better solution for exchange alignment for RTL"Faisal M. Al-Otaibi
2013-12-15DOCX: fdo#72560 better solution for exchange alignment for RTLFaisal M. Al-Otaibi
2013-12-05cp#1000017 DOCX/RTF import: avoid fake tab char in footnotesMiklos Vajna
2013-12-04Drop SAL_CALL to get it to build on Windows.Kohei Yoshida
2013-12-04Get it to build.Kohei Yoshida
2013-12-04fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-22init nRotation [-Werror=maybe-uninitialized]Eike Rathke