summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
2012-03-08rtftok: get rid of unnecessary lcl_getNumPr()Miklos Vajna
2012-03-06get rid of these numbering bools in RTFDocumentImpl::popState()Miklos Vajna
2012-03-01fix RTF import of drawing objects when there is no shape to sendMiklos Vajna
2012-02-29Related: fdo#46662 fix RTF import of leveltext destinationMiklos Vajna
2012-02-29fdo#46662 fix RTF import of numbering levelnumbersMiklos Vajna
2012-02-28RTFFrame::getSprms: use SAL_N_ELEMENTS()Miklos Vajna
2012-02-22fdo#42465 fix RTF import of unicode characters with backwards compatibilityMiklos Vajna
2012-02-22RTF: clean up border property handlingMiklos Vajna
2012-02-22implement RTF import of non-box paragraph bordersMiklos Vajna
2012-02-21implement import of RTF_DOB{X,Y}{MARGIN,PAGE}Miklos Vajna
2012-02-21implement import of RTF_DPLINEMiklos Vajna
2012-02-13fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna
2012-02-13n#695479 fix RTF import of text frames with exact heightMiklos Vajna
2012-02-13fix RTF import of ffres token for checkboxesMiklos Vajna
2012-02-10n#703032 fix RTF import of page breaks right before text framesMiklos Vajna
2012-02-09rtftok: remove unused variableMiklos Vajna
2012-02-09fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna
2012-02-07rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna
2012-02-07n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna
2012-02-06RTFSdrImport::resolve: replace 75 in the importer as wellMiklos Vajna
2012-01-30fdo#43965 more \page vs \pagebb fixesMiklos Vajna
2012-01-30fdo#43965 fix RTF import of page break symbolMiklos Vajna
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot
2012-01-21fdo#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-11Fix MacOSX buildAugust Sodora
2012-01-11microopt, avoid unnecessary call to Tell()Miklos Vajna
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna
2012-01-09Related: fdo#42151 implement cell text flow supportMiklos 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-09rtf import: Check for the first run even when getting \parCédric Bosdonnat
2011-12-09writerfilter: fix build breakersMichael Stahl
2011-12-09Removed useless code due to the move to SAL_INFOCédric Bosdonnat
2011-12-08Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)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-27RTFSprm: remove unneeded includesMiklos Vajna
2011-11-27RTFReferenceProperties: remove unneeded includesMiklos Vajna
2011-11-27RTFValue: remove unneeded includesMiklos Vajna
2011-11-25RTF import: fixed the missing paragraph breaks from fdo#43206.Cédric Bosdonnat