summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25RTF import: fixed the missing paragraph breaks from fdo#43206.Cédric Bosdonnat1-0/+1
2011-11-24remove debug outputLuboš Luňák4-14/+1
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák3-5/+6
2011-11-24remove debug outputLuboš Luňák1-2/+0
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák4-20/+17
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák13-0/+197
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat3-2/+20
2011-11-23RTF: OLE object import with graphic result fixed, the file can now be openedCédric Bosdonnat1-1/+1
2011-11-23Show some exception message when getting one in RtfFilterCédric Bosdonnat1-1/+6
2011-11-22writerfilter: add a README explaining subdirsMiklos Vajna1-0/+13
2011-11-22RTF import: better implement \trrh to import fixed height rowsCédric Bosdonnat1-0/+15
2011-11-22writerfilter: Fixed crasher when importing docx files with dbglevel>1Cédric Bosdonnat1-7/+6
2011-11-22n#417818: empty paragraphs in tables weren't considered in the table.Cédric Bosdonnat1-2/+1
2011-11-21Related: i#86517 avoid crash on invalid LEVELTEXTMiklos Vajna1-1/+5
2011-11-21Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMasterMiklos Vajna1-1/+1
2011-11-21Related: i#60831 fix RTF import of DOCPROPERTY fieldsMiklos Vajna1-1/+2
2011-11-21Related: i#93039 fix RTF import of MACROBUTTON fieldsMiklos Vajna1-3/+4
2011-11-19RTFSdrImport: unneeded includeMiklos Vajna1-2/+0
2011-11-18RTFDocumentImpl: remove 15 unused includesMiklos Vajna2-15/+0
2011-11-18Related: i#2593 fix RTF import of REF fieldsMiklos Vajna1-0/+1
2011-11-18Related: i#56948 fix crash during RTF import of FILLIN fieldMiklos Vajna1-2/+3
2011-11-17Related i#44806: Fix crash in dmapper when importing FILENAME fieldsMiklos Vajna1-3/+4
2011-11-16get this to build on ppc64 linuxCaolán McNamara1-0/+14
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-16Related: i#113308 null pointer check for the unit testMiklos Vajna1-1/+2
2011-11-16Related i#113308: fix import of RTF table rows having no cellsMiklos Vajna1-2/+3
2011-11-14callcatcher: remove unused codeCaolán McNamara1-1/+1
2011-11-14tagLogger dtor never calledCaolán McNamara1-11/+8
2011-11-13Related: i#110745 fix crash on invalid RTF tablesMiklos Vajna2-0/+10
2011-11-13RTFDocumentImpl: cleanupMiklos Vajna1-5/+1
2011-11-12Related: i#108154 null pointer check for the unit testMiklos Vajna1-0/+2
2011-11-12RTF import: Fixed unicode characters import, fdo#42109Cédric Bosdonnat1-0/+4
2011-11-12n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat1-0/+9
2011-11-12Related: fdo#38966 null pointer check for the unit testMiklos Vajna1-1/+1
2011-11-12Related: fdo#37716 null pointer check for the unit testMiklos Vajna1-0/+2
2011-11-12Related: fdo#37498 don't try to read after the last closing braceMiklos Vajna1-2/+3
2011-11-12Related: fdo#33012 null pointer check for the unit test to passMiklos Vajna1-0/+1
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann2-1/+3
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann3-45/+7
2011-11-09fix rtf image import ( causing wrong image sometimes displayed ) fdo#42640Noel Power1-0/+9
2011-11-08writerfilter import, fixed the shapes importCédric Bosdonnat2-8/+9
2011-11-08sw, writerfilter: fixed debug builds and output dmapper table messagesCédric Bosdonnat3-33/+37
2011-11-08fix incorrect OSL_FAIL message because of copy&pasteLuboš Luňák1-1/+1
2011-11-08RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrameMiklos Vajna2-7/+8
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna2-7/+5
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna1-0/+1
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna1-0/+1
2011-11-02Related: i#95668 Fix encoding of non-continuous font indexesMiklos Vajna1-2/+3
2011-10-29RTF_FFRES should be parsed for list fields onlyMiklos Vajna1-3/+1