summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-04-23fdo#48356 fix RTF import of special unicode charactersMiklos Vajna1-1/+1
2012-04-16fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna1-1/+5
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2-1/+11
2012-04-13fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna2-2/+17
2012-04-11fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna2-2/+32
2012-04-11fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna2-1/+97
2012-04-10fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna2-8/+34
2012-04-10fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna1-0/+1
2012-04-06fdo#47036 n#703032 RTF/DOCX import: fixed the import of consecutive framesCédric Bosdonnat1-0/+7
2012-04-05fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna2-5/+8
2012-04-05fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna1-0/+11
2012-04-05rtftok: various refactoringMiklos Vajna2-61/+130
2012-04-04fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2-15/+5
2012-04-03fdo#46955 fix RTF import of all capitals char propMiklos Vajna1-0/+1
2012-04-02fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna1-0/+8
2012-03-20fdo#43965 fix RTF import of \up and \dn with custom parametersMiklos Vajna1-10/+3
2012-03-20fdo#43965 dmapper: fix line width defaultMiklos Vajna1-1/+1
2012-03-20Related: fdo#46662 fix RTF import of leveltext destinationMiklos Vajna1-0/+5
2012-03-13Fix crash with document from bnc#693238Tor Lillqvist1-4/+9
2012-03-13Bug 45563 - incorrect IMPORT of Zotero RTF, regressionChristina Rossmanith1-0/+1
2012-03-12fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna2-8/+30
2012-03-11Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini1-0/+2
2012-03-05implement RTF import of non-box paragraph bordersMiklos Vajna2-2/+29
2012-03-01implement import of RTF_DOB{X,Y}{MARGIN,PAGE}Miklos Vajna2-2/+26
2012-03-01implement import of RTF_DPLINE, regression from LO 3.4Miklos Vajna2-1/+47
2012-02-28n#695479 fix rtf/docx import of transparent framesMiklos Vajna3-1/+8
2012-02-16fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna1-2/+8
2012-02-14n#695479 fix RTF import of text frames with exact heightMiklos Vajna1-2/+5
2012-02-13n#703032 fix RTF import of page breaks right before text framesMiklos Vajna1-1/+13
2012-02-08n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna3-1/+32
2012-02-07n#228839 an empty table grid can't have implicit mergesMiklos Vajna1-1/+1
2012-02-06rtf import: Check for the first run even when getting \parCédric Bosdonnat1-0/+1
2012-01-31fdo#43965 fix RTF import of page break symbolMiklos Vajna2-1/+18
2012-01-23use $(GPERF) instead of using gperf from pathBapt1-1/+1
2012-01-23fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna1-6/+4
2012-01-20Fix RTF import of dotted and word underlineMiklos Vajna1-3/+16
2012-01-12fdo#41034 improve RTF import of table cell spacingsMiklos Vajna2-8/+10
2012-01-12fdo#38057 implement RTF import progressbarMiklos Vajna8-11/+52
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar1-1/+1
2012-01-09fdo#42151 fix RTF import of vertically merged table cellsMiklos Vajna1-0/+7
2012-01-06fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna5-18/+38
2011-12-27Related: fdo#43380 fix parsing of the \cf RTF tokenMiklos Vajna1-1/+2
2011-12-27fdo#43380: fix crash in DomainMapper_Impl::SetFieldFFDataMiklos Vajna1-3/+6
2011-12-22fdo#40937 fix RTF import of images with invalid crop dataMiklos Vajna1-2/+11
2011-12-20fdo#42109 fix RTF import of fields inside tablesMiklos Vajna2-9/+45
2011-12-14n#228839: Fix RTF import crasher with \keep in table propertiesCédric Bosdonnat1-2/+2
2011-12-13n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat2-4/+22
2011-12-13RTF import: default scale for images is 100% not 0%Cédric Bosdonnat1-2/+2
2011-12-12dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nilMiklos Vajna1-3/+10
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1