office-gobmx/writerfilter
Miklos Vajna 50cb166702 fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zero
We used to ignore m_bTitlePage in this case, resulting in wrong
'Default' page style for the first page, instead of 'First Page'.

Change-Id: I1899354fb39db4f0eb663fd5233395f2d4a5e72a
2012-05-15 09:02:15 +02:00
..
documentation
inc
prj
qa Add helpful instructions nearby encrypted CVE files. 2012-05-14 09:20:17 +01:00
source fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zero 2012-05-15 09:02:15 +02:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk normalize variable names in gbuild user makefiles 2012-05-10 10:47:44 +02:00
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_doctok.mk
Library_ooxml.mk
Library_resourcemodel.mk
Library_rtftok.mk fdo#49683 implement RTF_KEYWORDS 2012-05-09 14:45:59 +02:00
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