summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* I hate sal_Int*. Fix ambiguous overload on windows.Luboš Luňák2011-11-291-2/+2
* EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák2011-11-291-1/+1
* set properly initial size of starmath component when importing docxLuboš Luňák2011-11-291-0/+10
* the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák2011-11-291-4/+0
* clean up and format codeLuboš Luňák2011-11-291-23/+23
* remove debug printfMiklos Vajna2011-11-291-1/+0
* RTF: Avoid importing unicode characters one by oneMiklos Vajna2011-11-292-3/+35
* mark these as constMiklos Vajna2011-11-292-6/+6
* Remove uses of OUString::setCharAtAugust Sodora2011-11-281-19/+19
* RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapperMiklos Vajna2011-11-281-1/+1
* RTFSprm: remove unneeded includesMiklos Vajna2011-11-271-2/+0
* RTFReferenceProperties: remove unneeded includesMiklos Vajna2011-11-272-3/+0
* RTFValue: remove unneeded includesMiklos Vajna2011-11-272-6/+0
* 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