summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-05-28RTF import: fix paragraphs in header/footercp-4.1-8Michael Stahl1-1/+2
2014-05-28-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2-4/+5
2014-05-28RTF import: fix spurious page breaks at doc end (related: rhbz#1065629)Michael Stahl2-21/+52
2014-04-21handle properly page breaks even if a page contains only a frame (fdo#55381)Luboš Luňák2-7/+24
2014-04-13check that stacks are not empty before top()Caolán McNamara1-1/+6
2014-04-08coverity#736084 Missing break in switchCaolán McNamara1-0/+2
2014-04-08bnc#865381 DOCX import: table cell btLr text direction fixesMiklos Vajna3-8/+26
2014-03-26apparently some table .docx properties shouldn't be < 0Luboš Luňák3-3/+10
2014-03-19check for return of -1 from getTokenCaolán McNamara1-2/+4
2014-03-17RTF import: fix ordering of old-style dhght in case of equal valuesMiklos Vajna5-10/+14
2014-03-17RTF import: anchor drawing objects at-character by defaultMiklos Vajna1-0/+4
2014-03-17RTF import: fix dobxpage before dptxbxMiklos Vajna1-1/+15
2014-03-12ignore large twips values like MSO does (cp#1000043)Luboš Luňák1-2/+5
2014-03-11Related: #i124106# correct handling of page break attributesOliver-Rainer Wittmann1-2/+5
2014-03-10rhbz#988516: DOCX import: fix context stack when importing header/footerMichael Stahl1-1/+3
2014-03-10fdo#65655 : fix for Different_Odd_And_Even_Pages flag ignoredAdam Co1-2/+8
2014-03-10rhbz#1065629: RTF import: don't drop nested cells if not enough \cellxMichael Stahl2-0/+15
2014-02-24fdo#74357 DOCX import: fix nested tables anchored inside tablesMiklos Vajna1-1/+4
2014-01-27RTF import: fix handling of font color from paragraph styleMiklos Vajna1-1/+3
2014-01-21fdo#73389 Writer does not show a docx-document with nested table correctlyZolnai Tamás1-15/+8
2014-01-03fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna6-3/+79
2013-12-24DOCX import: close rPrChange properly.Zolnai Tamás1-0/+3
2013-12-05cp#1000017 DOCX/RTF import: avoid fake tab char in footnotesMiklos Vajna3-1/+14
2013-12-03Related bnc#837302: Don't introduce a redlined delete and the end of doc.Jan Holesovsky1-0/+14
2013-11-22cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna1-0/+4
2013-11-18cp#1000018 RTF import: empty para at the end of footnote text got lostMiklos Vajna2-11/+2
2013-11-14fdo#70812 writerfilter: check for nullptr after dynamic_castMiklos Vajna1-3/+6
2013-10-22w:spacing in a paragraph should also apply to as-char objects (bnc#780044)Luboš Luňák1-0/+9
2013-10-22compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák3-0/+5
2013-10-22fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna1-4/+11
2013-10-22bnc#823675 RTF import: fix import of numbering bullet associated fontMiklos Vajna2-4/+14
2013-10-22n#820800: docx import of wrap polyon was based on dest size of pictureCédric Bosdonnat3-7/+6
2013-10-22n#820836: dmapper, fixed typos in first page style creationCédric Bosdonnat1-2/+2
2013-10-22map docx line alignment properly to writer's line-of-text align (bnc#820792)Luboš Luňák3-11/+35
2013-10-21n#779627: forgot to remove a debug fprintfCédric Bosdonnat1-1/+0
2013-10-21n779627: docx import of table styles, why not copy the ids?Cédric Bosdonnat1-1/+3
2013-10-21fdo#70221 fix RTF import of multi-group picturesMiklos Vajna1-0/+1
2013-10-17fdo#69548 do not remove last space from hyperlink targetAndras Timar1-7/+3
2013-10-17DOCX import: fix default section break type inside multiple columnsMiklos Vajna1-1/+3
2013-10-09bnc#779620 DOCX import: try harder to convert floating tables to text framesMiklos Vajna3-14/+44
2013-10-04fdo#69384 fix impress -> writer copy&pasteMiklos Vajna1-2/+9
2013-09-30fdo#66743 fix import of some RTF_CLSHDNG valuesMiklos Vajna1-2/+2
2013-09-09fdo#68291 RTF paste: don't set PageDescName during pasteMiklos Vajna1-1/+1
2013-09-06fdo#68607 bnc#816593 DomainMapperTableHandler: don't always start a frameMiklos Vajna3-1/+22
2013-09-06bnc#816593 DOCX import: ignore page breaks in tablesMiklos Vajna5-1/+33
2013-09-06bnc#816593 DOCX filter: import paragraph spacing from table styleMiklos Vajna1-0/+38
2013-09-06bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna6-13/+91
2013-09-06bnc#816593 DOCX import: let w:before not overwrite w:beforeAutospacingMiklos Vajna1-2/+4
2013-09-06bnc#816593 DOCX import: fix auto para spacing without compat optionMiklos Vajna1-4/+3
2013-09-03n#816593: docx consecutive tables with different tblpPr needs to be splitCédric Bosdonnat7-9/+107