summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
...
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
* RTF import: fixed the missing paragraph breaks from fdo#43206.Cédric Bosdonnat2011-11-251-0/+1
* remove debug outputLuboš Luňák2011-11-244-14/+1
* rename and move mathml oox support classes in oox to better placesLuboš Luňák2011-11-243-5/+6
* remove debug outputLuboš Luňák2011-11-241-2/+0
* ooxml mathml import - first very basic implementationLuboš Luňák2011-11-244-20/+17
* initial (very hacky) work on mathml ooxml importLuboš Luňák2011-11-2413-0/+197
* RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat2011-11-243-2/+20
* RTF: OLE object import with graphic result fixed, the file can now be openedCédric Bosdonnat2011-11-231-1/+1
* Show some exception message when getting one in RtfFilterCédric Bosdonnat2011-11-231-1/+6
* writerfilter: add a README explaining subdirsMiklos Vajna2011-11-221-0/+13
* RTF import: better implement \trrh to import fixed height rowsCédric Bosdonnat2011-11-221-0/+15
* writerfilter: Fixed crasher when importing docx files with dbglevel>1Cédric Bosdonnat2011-11-221-7/+6
* n#417818: empty paragraphs in tables weren't considered in the table.Cédric Bosdonnat2011-11-221-2/+1
* Related: i#86517 avoid crash on invalid LEVELTEXTMiklos Vajna2011-11-211-1/+5
* Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMasterMiklos Vajna2011-11-211-1/+1
* Related: i#60831 fix RTF import of DOCPROPERTY fieldsMiklos Vajna2011-11-211-1/+2
* Related: i#93039 fix RTF import of MACROBUTTON fieldsMiklos Vajna2011-11-211-3/+4
* RTFSdrImport: unneeded includeMiklos Vajna2011-11-191-2/+0
* RTFDocumentImpl: remove 15 unused includesMiklos Vajna2011-11-182-15/+0
* Related: i#2593 fix RTF import of REF fieldsMiklos Vajna2011-11-181-0/+1
* Related: i#56948 fix crash during RTF import of FILLIN fieldMiklos Vajna2011-11-181-2/+3
* Related i#44806: Fix crash in dmapper when importing FILENAME fieldsMiklos Vajna2011-11-171-3/+4
* get this to build on ppc64 linuxCaolán McNamara2011-11-161-0/+14
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
* Related: i#113308 null pointer check for the unit testMiklos Vajna2011-11-161-1/+2
* Related i#113308: fix import of RTF table rows having no cellsMiklos Vajna2011-11-161-2/+3
* callcatcher: remove unused codeCaolán McNamara2011-11-141-1/+1
* tagLogger dtor never calledCaolán McNamara2011-11-141-11/+8
* Related: i#110745 fix crash on invalid RTF tablesMiklos Vajna2011-11-132-0/+10
* RTFDocumentImpl: cleanupMiklos Vajna2011-11-131-5/+1
* Related: i#108154 null pointer check for the unit testMiklos Vajna2011-11-121-0/+2
* RTF import: Fixed unicode characters import, fdo#42109Cédric Bosdonnat2011-11-121-0/+4
* n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat2011-11-121-0/+9
* Related: fdo#38966 null pointer check for the unit testMiklos Vajna2011-11-121-1/+1
* Related: fdo#37716 null pointer check for the unit testMiklos Vajna2011-11-121-0/+2
* Related: fdo#37498 don't try to read after the last closing braceMiklos Vajna2011-11-121-2/+3
* Related: fdo#33012 null pointer check for the unit test to passMiklos Vajna2011-11-121-0/+1
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-112-1/+3
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-113-45/+7
* fix rtf image import ( causing wrong image sometimes displayed ) fdo#42640Noel Power2011-11-091-0/+9
* writerfilter import, fixed the shapes importCédric Bosdonnat2011-11-082-8/+9
* sw, writerfilter: fixed debug builds and output dmapper table messagesCédric Bosdonnat2011-11-083-33/+37
* fix incorrect OSL_FAIL message because of copy&pasteLuboš Luňák2011-11-081-1/+1
* RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrameMiklos Vajna2011-11-082-7/+8
* RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna2011-11-062-7/+5
* RTF import: close file descriptor once import finishedMiklos Vajna2011-11-061-0/+1
* RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna2011-11-061-0/+1
* Related: i#95668 Fix encoding of non-continuous font indexesMiklos Vajna2011-11-021-2/+3
* RTF_FFRES should be parsed for list fields onlyMiklos Vajna2011-10-291-3/+1