office-gobmx/editeng/source
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
..
accessibility get rid of Svx...Locale...() double conversion nonsense 2012-11-24 18:56:43 +01:00
editeng kill a few more SvxCreateLocale() & Co remainders 2012-11-24 19:04:40 +01:00
items SvxLanguageItem::PutValue: empty locale is not LANGUAGE_NONE 2012-11-27 22:01:30 +01:00
lookuptree
misc Resolves: fdo#57640 we really want to *titlecase* the initial character 2012-11-28 15:12:35 +00:00
outliner use LanguageTag 2012-11-16 23:25:22 +01:00
rtf fix build 2012-11-24 18:52:06 +04:00
uno API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods 2012-11-28 21:33:54 +01:00
xml