summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl7080-2047138/+20
2011-08-05fix up wrong .cxxFINAL_MASTERmaster-backupCaolán McNamara2-2/+1
2011-08-05callcatcher: unused methodsCaolán McNamara18-591/+1
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe6-0/+6
2011-08-04Use rtl::OUStringHash.Kohei Yoshida2-2/+2
2011-08-04Use rtl::OUStringHash.Kohei Yoshida1-1/+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-04callcatcher: remove unused methodsCaolán McNamara9-190/+0
2011-08-04callcatcher: remove unused methodsCaolán McNamara11-289/+1
2011-08-03Check if the XML stream contains '<?xml' at the beginning.Kohei Yoshida1-20/+51
If not, we'll simply bail out. Note that this will temporarily break type detections for those esoteric, non-XML file format types that incorrectly depended on the XML filter detect service to detect their format types. To make them work again, please write a different detection service other than the css.comp.filters.XMLFilterDetect.
2011-08-04CVE-2010-3451-1.rtf: reduce size of thisMiklos Vajna1-2055/+0
The fix for this is in commit 9bd6527559cf12ef7b04761212e26149e1a229a7, reverting the rtfnum.cxx part of it shows that this smaller sample tests the issue as well.
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-03callcatcher: remove unused methodsCaolán McNamara11-204/+0
2011-08-03Revert "fix: qnametostr is no cxx file"Robert Nagy1-0/+4
This reverts commit f526eddfa4feaf02461b3f218eeed36e9004f948.
2011-08-02fix: qnametostr is no cxx fileThomas Arnhold1-4/+0
2011-08-02add correct missing fileCaolán McNamara2-369/+1
2011-08-02add missing fileCaolán McNamara2-0/+414
2011-08-02Missing externals declarationsLionel Elie Mamane2-0/+6
2011-08-02convert in one pass, rather than point by pointCaolán McNamara1-11/+7
2011-08-02callcatcher: remove unused methodsCaolán McNamara2-25/+0
2011-08-02callcatcher: remove unused codeCaolán McNamara2-28/+0
2011-08-02callcatcher: remove unused codeCaolán McNamara15-409/+41
2011-08-02ditch unused codeCaolán McNamara25-346/+43
2011-08-02ditch thisCaolán McNamara2-49/+0
2011-08-01Fixed messed up indentations.Kohei Yoshida1-78/+73
2011-08-01Import of xrefs to numbered paragraphs from docxTroy Rollo1-1/+19
The first part of this patch adds importing of cross-references to numbered paragraphs from docx file. The second part provides a fix to imports of bookmarks from docx, which in the test files I have end up importing with an empty bookmark name. The problem is that for each bookmark, DomainMapper_Impl::AddBookmark is called twice - once with an empty string for rBookmarkName, and once for the string that is in the file. The fix I have used is to ensure the passed in name is used if the bookmark has presiously been added, and the old one has an empty string as the name. This works, but I am not sure it is correct - I have not investigated why it is called with an empty string in the first place. Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-08-01Fix parent level count in numbering from docxTroy Rollo1-1/+1
Before this patch, when importing from docx, if there were no parent numbering levels in the number formats for outline numbered paragraphs, the import would include all parent levels back to the second numbering level, in the third and subsequent numbering levels. Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist33-26/+60
2011-07-30We need libxml2, tooTor Lillqvist1-0/+1
2011-07-30convert writerperfect to gbuildMatúš Kukan17-365/+442
2011-07-29Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna21-760/+1991
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