office-gobmx/writerfilter
Pierre-Eric Pelloux-Prayer 73731b01cd docx import: don't apply complex font size to non-complex font
OOXML spec says:
"[szCs] specifies the font size which shall be applied to all
complex script characters in the contents of this run when displayed"

Change-Id: I0faf599e38ef5a2e2005bb6f98874639be7d8287
Reviewed-on: https://gerrit.libreoffice.org/1454
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-02 08:47:07 +00:00
..
documentation
inc ignore #include inside #if 2012-12-26 18:43:27 +01:00
prj
qa Get rid of (most uses of) GUI 2012-12-25 17:53:25 +00:00
source docx import: don't apply complex font size to non-complex font 2013-01-02 08:47:07 +00:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk rethink external executable setup 2012-12-29 12:57:50 +01:00
JunitTest_writerfilter_complex.mk
Library_writerfilter.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