9e8957de20
There were two problems here: 1) SimpleShape::implConvertAndInsert() did not set the anchor type 2) DomainMapper_Impl::PushShapeContext() tried to overwrite it Change-Id: I2c32016c4bb15c891cf287d8208e10817c6291e6 |
||
---|---|---|
.. | ||
documentation | ||
inc | ||
prj | ||
qa | ||
source | ||
unocomponent | ||
util | ||
CppunitTest_writerfilter_doctok.mk | ||
CppunitTest_writerfilter_rtftok.mk | ||
CustomTarget_source.mk | ||
debug_setup.mk | ||
JunitTest_writerfilter_complex.mk | ||
Library_writerfilter.mk | ||
Library_writerfilter_uno.mk | ||
Makefile | ||
Module_writerfilter.mk | ||
Package_sprmids.mk | ||
README |
The writerfilter module contains import filters for Writer, using its UNO API. Import filter for docx, doc and rtf. == Module contents == * inc: global headers (can be included by other modules) * prj: information for dmake * qa: unittests and subsequenttests * source: the filters themselves == Source contents == * dmapper: the domain mapper, hiding UNO from the tokenizers * doctok: incomplete ww8 (.doc) tokenizer * filter: the uno filter service implementations * ooxml: the docx tokenizer * rtftok: the rtf tokenizer