office-gobmx/writerfilter
Miklos Vajna 9e8957de20 n#757905 fix VML import of mso-wrap-style:none
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
2012-06-07 10:59:51 +02:00
..
documentation
inc
prj
qa targeted string re-work 2012-06-02 14:55:58 -05:00
source n#757905 fix VML import of mso-wrap-style:none 2012-06-07 10:59:51 +02:00
unocomponent fdo#46808, Adapt UNO services to new style, Part 7, updating ::create 2012-06-06 10:01:22 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk fdo#46808, Adapt UNO services to new style, Part 7, updating ::create 2012-06-04 16:57:55 +02:00
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