office-gobmx/editeng
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
..
inc API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods 2012-11-28 21:33:54 +01:00
prj translations is a source-only module 2012-11-20 22:11:36 +01:00
qa
source API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods 2012-11-28 21:33:54 +01:00
util
AllLangResTarget_editeng.mk re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
CppunitTest_editeng_borderline.mk re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
CppunitTest_editeng_core.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_editeng_lookuptree.mk re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
Library_editeng.mk re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
Makefile re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
Module_editeng.mk re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
Package_inc.mk re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
README

Edit engine.

In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]