office-gobmx/writerfilter
Miklos Vajna 232ad2f258 API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods
So we can use the new RTF import for clipboard pastes in Writer without
inserting text content to the end of the document only.

Notes:

- SwXText::insertTextPortion: the MovePara() call is removed, as all it did was
trying to move the cursor beyond the end of the document.
- SwRTFReader::Read: the double fake paragraph insertion / deletion is
motivated by the ODT filter.
- RtfFilter::filter: if TextInsertModeRange is not passed, then the behaviour
is not changed.

v2:

- added missing @since tags
- added insertTextContentWithProperties() method
- removed unused appendParagraph() method

Change-Id: I24cddb00a78e3b798e7d88764e59e6a77a6e98a4
Helped-by: Michael Stahl <mstahl@redhat.com>
2012-11-28 21:33:54 +01:00
..
documentation
inc API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods 2012-11-28 21:33:54 +01:00
prj
qa fdo#51304 Remove @author annotation 2012-11-24 00:02:15 +00:00
source API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods 2012-11-28 21:33:54 +01:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk split qnametostr up to try and make .o's small enough for ppc64 2012-11-23 10:06:16 +00:00
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk split qnametostr up to try and make .o's small enough for ppc64 2012-11-23 10:06:16 +00:00
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