diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-05-28 12:37:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-05-28 12:38:34 +0200 |
commit | 7fbc4335aedbc0574700f06ae48114d2aa3e8a5e (patch) | |
tree | bc62ec7b7a5915162eadf8935a022ad1c87b7c0f | |
parent | a82842e6121565b0afcdc6b16c4ad954a39f808d (diff) |
sw: extend README
Change-Id: Iaad121a3333ab7cffcc2cbd6cb1b3e447f0989f7
-rw-r--r-- | sw/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sw/README b/sw/README index dd5a0679d974..1b979ddf06b8 100644 --- a/sw/README +++ b/sw/README @@ -3,3 +3,25 @@ Writer application code. Exact history was lost before Sept. 18th, 2000, but old source code comments show that Writer core dates back until at least November 1990. + +== Module contents == + * inc: headers available to all source files inside the module + * qa: unit, slow and subsequent tests + * sdi + * source: see below + * uiconfig: user interface configuration + * util: UNO passive registration config + +== Source contents == + * core: Writer core (document model, layout, UNO API implementation) + * filter: Writer internal filters + * ascii: plan text filter + * basflt + * html: HTML filter + * inc: include files for filters + * rtf: thin copy&paste helper around the UNO RTF import filter (in writerfilter) + * writer + * ww1 + * ww8: DOC import, DOC/DOCX/RTF export + * xml: ODF import/export, subclassed from xmloff (where most of the work is done) + * ui: user interface |