summaryrefslogtreecommitdiffstats
path: root/writerfilter/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna2012-02-132-8/+25
* n#695479 fix RTF import of text frames with exact heightMiklos Vajna2012-02-131-2/+5
* fix RTF import of ffres token for checkboxesMiklos Vajna2012-02-131-1/+3
* n#703032 fix RTF import of page breaks right before text framesMiklos Vajna2012-02-101-1/+13
* rtftok: remove unused variableMiklos Vajna2012-02-091-3/+0
* fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna2012-02-091-2/+8
* rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna2012-02-074-33/+33
* n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna2012-02-072-1/+31
* RTFSdrImport::resolve: replace 75 in the importer as wellMiklos Vajna2012-02-061-1/+2
* n#228839 an empty table grid can't have implicit mergesMiklos Vajna2012-02-061-1/+1
* dmapper: Switch paragraphs to RTL based on the value of w:BiDi.Muhammad Haggag2012-02-021-2/+7
* fdo#43965 more \page vs \pagebb fixesMiklos Vajna2012-01-302-3/+11
* fdo#43965 fix RTF import of page break symbolMiklos Vajna2012-01-301-0/+9
* writerfilter: drop unnecessary includes from DomainMapper.cxxMiklos Vajna2012-01-251-25/+0
* Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot2012-01-2313-61/+61
* use $(GPERF) instead of using gperf from pathBapt2012-01-231-1/+1
* fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna2012-01-211-6/+4
* Fix RTF import of dotted and word underlineMiklos Vajna2012-01-201-3/+16
* fix reading w:charset, you misdesigned writerfilter monster (fdo#34814)Luboš Luňák2012-01-191-1/+1
* writerfilter: remove empty line before shebangMiklos Vajna2012-01-181-1/+0
* WaE: narrowing conversion from unsigned int to sal_Int32David Tardon2012-01-151-1/+3
* fdo#41034 improve RTF import of table cell spacingsMiklos Vajna2012-01-121-6/+8
* Fix MacOSX buildAugust Sodora2012-01-111-2/+2
* microopt, avoid unnecessary call to Tell()Miklos Vajna2012-01-111-2/+2
* fdo#38057 implement RTF import progressbarMiklos Vajna2012-01-116-10/+48
* Related: fdo#42151 implement cell text flow supportMiklos Vajna2012-01-091-0/+16
* fdo#42151 fix RTF import of vertically merged table cellsMiklos Vajna2012-01-091-0/+7
* catch exception by constant referenceTakeshi Abe2012-01-097-22/+20
* fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna2012-01-065-18/+38
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+1
* align ifdefs of usage and definitionsCaolán McNamara2012-01-052-6/+2
* callcatcher: drop some unused methodsCaolán McNamara2012-01-051-325/+21
* regenerate list under OSL_DEBUG_LEVEL=2Caolán McNamara2012-01-052-6/+0
* Related: fdo#43380 fix parsing of the \cf RTF tokenMiklos Vajna2011-12-271-1/+2
* fdo#43380: fix crash in DomainMapper_Impl::SetFieldFFDataMiklos Vajna2011-12-271-3/+6
* dmapper: clog -> SAL_WARNMiklos Vajna2011-12-245-44/+15
* dmapper: clog -> SAL_WARN in GraphicImportMiklos Vajna2011-12-221-5/+5
* fdo#40937 fix RTF import of images with invalid crop dataMiklos Vajna2011-12-221-2/+11
* writerfilter: fix dbglevel=2 buildMiklos Vajna2011-12-221-0/+69
* Remove unused codeAugust Sodora2011-12-201-12/+0
* RTF/DOCX import: fixed the import of consecutive frames (n#703032)Cédric Bosdonnat2011-12-201-0/+7
* fdo#42109 fix RTF import of fields inside tablesMiklos Vajna2011-12-202-9/+45
* callcatcher: Remove unused codeAugust Sodora2011-12-191-53/+0
* at least process sub-elements of w:customXml (fdo#35983)Luboš Luňák2011-12-161-0/+15
* Removed extra semicolonsJesse2011-12-152-4/+4
* n#228839: Fix RTF import crasher with \keep in table propertiesCédric Bosdonnat2011-12-141-2/+2
* n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat2011-12-132-4/+22
* RTF import: default scale for images is 100% not 0%Cédric Bosdonnat2011-12-131-2/+2
* dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nilMiklos Vajna2011-12-111-3/+10
* rtf import: Check for the first run even when getting \parCédric Bosdonnat2011-12-091-0/+1