summaryrefslogtreecommitdiff
path: root/writerfilter/README
blob: 21687e34a341c11a64b093ccb77737a4eb76e5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
pan class='decoration'>Tor Lillqvist 2018-05-22tdf#117342 - Add Karasa Jaga to LibreOffice coreRizal Muttaqin 2018-02-09clang-format: improve error message when CI failsMiklos Vajna 2018-01-15git pre-commit hook: catch copy&pasted author identityMiklos Vajna 2017-12-15clang-format: restore lost warning on touching formatted file without checkMiklos Vajna 2017-12-13clang-format: ignore not staged hunksMiklos Vajna 2017-11-21git-hooks: fix pre-commit in submodulesMiklos Vajna 2017-11-20clang-format: enforce coding style via JenkinsMiklos Vajna 2017-11-16git-hooks: mention download link for clang-format when warning about itMiklos Vajna 2017-11-16Warn when commit touches new files, but no suitable clang-format is foundStephan Bergmann 2017-11-13First look for clang-format in CLANG_FORMT env varStephan Bergmann 2017-11-13clang-format: standardize on 5.0.0Miklos Vajna 2017-11-03Enforce coding style with clang-format for new codeMiklos Vajna 2017-10-30git-hooks: don't complain about large .ui filesMichael Stahl 2017-09-20pre-commit-hook: Also check xsl files for whitespace and tabsSamuel Mehrbrodt 2017-09-11insist in a domain in .ui filesCaolán McNamara 2017-09-11disallow .ui translatable entries without context at checkinCaolán McNamara 2017-03-24git pre-commit hook: Also check swift filesSamuel Mehrbrodt 2016-12-08tdf#102784 - Enhance git pre-commit hookMarina Latini