summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl393-172481/+0
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-04add another dependencyCaolán McNamara1-2/+2
2011-08-04testrtftok: depend on writerfilterMiklos Vajna1-0/+1
2011-08-04RTFDocumentImpl::dispatchSymbol: warning fixMiklos Vajna1-1/+1
2011-08-04Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna20-50/+519
2011-08-04CVE-2010-3451-1.rtf: reduce size of thisMiklos Vajna1-2055/+0
2011-08-04add new failing test rtf filesMiklos Vajna2-0/+2083
2011-08-04testrtf: ignore dotfilesMiklos Vajna1-0/+6
2011-08-04reject files with unmatched { or }Miklos Vajna1-0/+4
2011-08-04dmapper: m_xText may be nullMiklos Vajna1-5/+9
2011-08-03testrtftok: fix path on windowsMiklos Vajna1-1/+2
2011-08-03a control word's name cannot be longer than 32 lettersMiklos Vajna2-19/+30
2011-08-03more passing rtf test docsMiklos Vajna5-0/+136
2011-08-03fixes for CVE-2010-3333-1.rtfMiklos Vajna1-4/+9
2011-08-03fixes for CVE-2007-0245-1.rtfMiklos Vajna1-5/+11
2011-08-03initial rtf unit testMiklos Vajna4-0/+261
2011-08-03couple of null pointer checks for the unit testMiklos Vajna6-20/+30
2011-08-03the old filter does not support parsing without a destination documentMiklos Vajna1-1/+1
2011-08-03RtfFilter::filter: always do an import, unless a source document is givenMiklos Vajna1-36/+33
2011-08-03Revert "fix: qnametostr is no cxx file"Robert Nagy1-0/+4
2011-08-02fix: qnametostr is no cxx fileThomas Arnhold1-4/+0
2011-08-01Import of xrefs to numbered paragraphs from docxTroy Rollo1-1/+19
2011-08-01Fix parent level count in numbering from docxTroy Rollo1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist10-7/+18
2011-07-29no need to call lcl_RtfToString in product buildMiklos Vajna1-0/+10
2011-07-29Add initial support for the EQ field (fdo#36089)Miklos Vajna2-14/+50
2011-07-29handle groups inside fldinst destinationMiklos Vajna1-1/+2
2011-07-29send cell width values in the first row onlyMiklos Vajna2-2/+16
2011-07-29RTFSprms::erase: use return value to signal if the call was a noopMiklos Vajna2-3/+4
2011-07-29avoid sending duplicated paragraph flagsMiklos Vajna1-0/+1
2011-07-29inherit table definition from previous row if it's missingMiklos Vajna2-0/+18
2011-07-29Support table definition at the start of the rowMiklos Vajna2-3/+25
2011-07-29these are unusedMiklos Vajna1-2/+0
2011-07-29these static methods are no longer neededMiklos Vajna3-18/+18
2011-07-29Introduce the RTFSprms classMiklos Vajna9-317/+316
2011-07-29Introduce RTFParserState::Clone, closes fdo#36922Miklos Vajna2-2/+24
2011-07-29Make RTFValue::Clone a deep copyMiklos Vajna3-1/+10
2011-07-29RTF_SL: ignore zero parameter, that means auto, which is the defaultMiklos Vajna1-14/+7
2011-07-29groups inside font/style/revision tables are optionalMiklos Vajna2-28/+70
2011-07-29Alter font/style tables earlierMiklos Vajna1-14/+3
2011-07-29Move font and style table out of rtf parser stateMiklos Vajna2-21/+22
2011-07-29implement RTF_ATNAUTHORMiklos Vajna2-1/+33
2011-07-29dmapper: handle redline authors inside annotation fieldsMiklos Vajna1-3/+9
2011-07-29implement RTF_ATNDATEMiklos Vajna2-1/+16
2011-07-29dmapper: handle redline dates inside annotation fieldsMiklos Vajna1-3/+9
2011-07-29don't try to close the last section if it's not startedMiklos Vajna1-1/+1
2011-07-29fixes for CVE-2010-3333-1.rtfMiklos Vajna3-2/+8
2011-07-29fix for CVE-2005-2972-1.rtfMiklos Vajna1-1/+2
2011-07-29fixes for CVE-2010-3451-1.rtfMiklos Vajna1-2/+2