summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)Author
2012-03-20fdo#43965 fix RTF import of \up and \dn with custom parametersMiklos Vajna
2012-03-20Related: fdo#46662 fix RTF import of leveltext destinationMiklos Vajna
2012-03-12fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna
2012-03-05implement RTF import of non-box paragraph bordersMiklos Vajna
2012-03-01implement import of RTF_DOB{X,Y}{MARGIN,PAGE}Miklos Vajna
2012-03-01implement import of RTF_DPLINE, regression from LO 3.4Miklos Vajna
2012-02-16fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna
2012-02-14n#695479 fix RTF import of text frames with exact heightMiklos Vajna
2012-02-13n#703032 fix RTF import of page breaks right before text framesMiklos Vajna
2012-02-08n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna
2012-02-06rtf import: Check for the first run even when getting \parCédric Bosdonnat
2012-01-31fdo#43965 fix RTF import of page break symbolMiklos Vajna
2012-01-23fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna
2012-01-20Fix RTF import of dotted and word underlineMiklos Vajna
2012-01-12fdo#41034 improve RTF import of table cell spacingsMiklos Vajna
2012-01-12fdo#38057 implement RTF import progressbarMiklos Vajna
2012-01-09fdo#42151 fix RTF import of vertically merged table cellsMiklos Vajna
2012-01-06fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna
2011-12-27Related: fdo#43380 fix parsing of the \cf RTF tokenMiklos Vajna
2011-12-20fdo#42109 fix RTF import of fields inside tablesMiklos Vajna
2011-12-14n#228839: Fix RTF import crasher with \keep in table propertiesCédric Bosdonnat
2011-12-13n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat
2011-12-13RTF import: default scale for images is 100% not 0%Cédric Bosdonnat
2011-12-05RTF import: fixed the handling of frame properties n#417818Cédric Bosdonnat
2011-11-29remove debug printfMiklos Vajna
2011-11-29RTF: Avoid importing unicode characters one by oneMiklos Vajna
2011-11-29mark these as constMiklos Vajna
2011-11-28RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapperMiklos Vajna
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-23RTF: OLE object import with graphic result fixed, the file can now be openedCédric Bosdonnat
2011-11-22RTF import: better implement \trrh to import fixed height rowsCédric Bosdonnat
2011-11-22n#417818: empty paragraphs in tables weren't considered in the table.Cédric Bosdonnat
2011-11-21Related: i#86517 avoid crash on invalid LEVELTEXTMiklos Vajna
2011-11-18RTFDocumentImpl: remove 15 unused includesMiklos Vajna
2011-11-16Related i#113308: fix import of RTF table rows having no cellsMiklos Vajna
2011-11-13Related: i#110745 fix crash on invalid RTF tablesMiklos Vajna
2011-11-13RTFDocumentImpl: cleanupMiklos Vajna
2011-11-12RTF import: Fixed unicode characters import, fdo#42109Cédric Bosdonnat
2011-11-12Related: fdo#37716 null pointer check for the unit testMiklos Vajna
2011-11-09fix rtf image import ( causing wrong image sometimes displayed ) fdo#42640Noel Power
2011-11-08RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrameMiklos Vajna
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna
2011-11-02Related: i#95668 Fix encoding of non-continuous font indexesMiklos Vajna
2011-10-29RTF_FFRES should be parsed for list fields onlyMiklos Vajna
2011-10-29Fix crash of text frames inside RTF tables (fdo#39856)Miklos Vajna
2011-10-20char can be unsigned, use sal_Int8Tor Lillqvist
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara