tdf#133718 Add accelerator keys to Hyperlink dialog tabs
[LibreOffice.git] / writerfilter / README
blob7a9c8cc57df46746b22ea8f9e76a8940f99e9367
1 The writerfilter module contains import filters for Writer, using its UNO API.
3 Import filter for docx and rtf.
5 == Module contents ==
6  * documentation: RNG schema for the OOXML tokenizer, etc.
7  * inc: module-global headers (can be included by any files under source)
8  * qa: cppunit tests
9  * source: the filters themselves
10  * util: UNO passive registration config
12 == Source contents ==
13  * dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
14    * The incoming traffic of dmapper can be dumped into an XML file in /tmp in
15      dbgutil builds, start soffice with the `SW_DEBUG_WRITERFILTER=1`
16      environment variable if you want that.
17  * filter: the UNO filter service implementations, invoked by UNO and calling
18    the dmapper + one of the tokenizers
19  * ooxml: the docx tokenizer
20  * rtftok: the rtf tokenizer