summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
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
2011-11-13RTFDocumentImpl: cleanupMiklos Vajna
checkFirstRun() should not do what checkNeedPap() already does
2011-11-12Related: i#108154 null pointer check for the unit testMiklos Vajna
2011-11-12RTF import: Fixed unicode characters import, fdo#42109Cédric Bosdonnat
Actually implemented the \uc to skip the ANSI representation after the unicode value.
2011-11-12n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat
Added a compatibility option to reproduce Word's behavior when importing Doc, docx and RTF files. The default behavior isn't changed.
2011-11-12Related: fdo#38966 null pointer check for the unit testMiklos Vajna
2011-11-12Related: fdo#37716 null pointer check for the unit testMiklos Vajna
2011-11-12Related: fdo#37498 don't try to read after the last closing braceMiklos Vajna
2011-11-12Related: fdo#33012 null pointer check for the unit test to passMiklos Vajna
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
2011-11-09fix rtf image import ( causing wrong image sometimes displayed ) fdo#42640Noel Power
2011-11-08writerfilter import, fixed the shapes importCédric Bosdonnat
In some cases like an OLE object inside a textbox, the imported document was empty. This was due to unremoved text context in dmapper.
2011-11-08sw, writerfilter: fixed debug builds and output dmapper table messagesCédric Bosdonnat
2011-11-08fix incorrect OSL_FAIL message because of copy&pasteLuboš Luňák
2011-11-08RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrameMiklos Vajna
The "in shape" term was confusing since it was false for non-text-frame shapes all the time.
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna
2011-11-02Related: i#95668 Fix encoding of non-continuous font indexesMiklos Vajna
The non-continuous font index first has to be converted before the encoding can be looked up.
2011-10-29RTF_FFRES should be parsed for list fields onlyMiklos Vajna
See spec v1.9.1, page 198.
2011-10-29Fix crash of text frames inside RTF tables (fdo#39856)Miklos Vajna
2011-10-29Related: fdo#39856 fix RTF import of some special accented chars in tablesMiklos Vajna
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-21writerfilter: add some bling to customtargetMichael Stahl
2011-10-20char can be unsigned, use sal_Int8Tor Lillqvist
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna
2011-10-10these can go behind DEBUG_CONTEXT_HANDLERCaolán McNamara
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-07WaE: switch statement contains 'default' but no 'case' labelsTor Lillqvist