summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-05RTF import: fixed the handling of frame properties n#417818Cédric Bosdonnat
Change the RTF tokenizer to send the same tokens than the docx tokenizer for the <w:framePr> element.
2011-12-05sw, fixed some missing include in dbglevel>1Cédric Bosdonnat
2011-12-05docx: actually import the last frame of a section.Cédric Bosdonnat
When there is no paragraph outside the frame before the section end, the paragraphs weren't transformed to a frame.
2011-11-30read m:oMathParaLuboš Luňák
I'm unsure on what the difference to o:Math actually is, so just make sure the element and its contents are not ignored and each contained m:oMath will be read in separately.
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29I hate sal_Int*. Fix ambiguous overload on windows.Luboš Luňák
2011-11-29EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák
2011-11-29clean up and format codeLuboš Luňák
2011-11-29remove debug printfMiklos Vajna
2011-11-29RTF: Avoid importing unicode characters one by oneMiklos Vajna
This imprives speed of importing unicode text further. Results of a sample of chinese text of 5 pages: - before: 6.692s - after: 1.388s
2011-11-29mark these as constMiklos Vajna
2011-11-28Remove uses of OUString::setCharAtAugust Sodora
2011-11-28RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapperMiklos Vajna
This speeds up importing unicode text a lot. Results of a sample of chinese text of 5 pages: - before: 18.351s - after: 6.692s
2011-11-27RTFSprm: remove unneeded includesMiklos Vajna
2011-11-27RTFReferenceProperties: remove unneeded includesMiklos Vajna
2011-11-27RTFValue: remove unneeded includesMiklos Vajna
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25RTF import: fixed the missing paragraph breaks from fdo#43206.Cédric Bosdonnat
"\\\n" is used as an equivalent to \par even though I couldn't find it in the specs.
2011-11-24remove debug outputLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24remove debug outputLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
This commit needs to be generally reworked for upstream, but it more or less works.
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-23RTF: OLE object import with graphic result fixed, the file can now be openedCédric Bosdonnat
2011-11-23Show some exception message when getting one in RtfFilterCédric Bosdonnat
2011-11-22writerfilter: add a README explaining subdirsMiklos Vajna
2011-11-22RTF import: better implement \trrh to import fixed height rowsCédric Bosdonnat
2011-11-22writerfilter: Fixed crasher when importing docx files with dbglevel>1Cédric Bosdonnat
2011-11-22n#417818: empty paragraphs in tables weren't considered in the table.Cédric Bosdonnat
The paragraph properties weren't propagated to the empty paragraphs in the tables. Called checkNeedPap() to do that job when finding \par.
2011-11-21Related: i#86517 avoid crash on invalid LEVELTEXTMiklos Vajna
2011-11-21Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMasterMiklos Vajna
The next line would deference a NULL pointer otherwise, so use UNO_QUERY_THROW.
2011-11-21Related: i#60831 fix RTF import of DOCPROPERTY fieldsMiklos Vajna
2011-11-21Related: i#93039 fix RTF import of MACROBUTTON fieldsMiklos Vajna
2011-11-19RTFSdrImport: unneeded includeMiklos Vajna
2011-11-18RTFDocumentImpl: remove 15 unused includesMiklos Vajna
2011-11-18Related: i#2593 fix RTF import of REF fieldsMiklos Vajna
2011-11-18Related: i#56948 fix crash during RTF import of FILLIN fieldMiklos Vajna
2011-11-17Related i#44806: Fix crash in dmapper when importing FILENAME fieldsMiklos Vajna
2011-11-16get this to build on ppc64 linuxCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-16Related: i#113308 null pointer check for the unit testMiklos Vajna
2011-11-16Related i#113308: fix import of RTF table rows having no cellsMiklos Vajna
2011-11-14callcatcher: remove unused codeCaolán McNamara
2011-11-14tagLogger dtor never calledCaolán McNamara
2011-11-13Related: i#110745 fix crash on invalid RTF tablesMiklos Vajna