summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-01-12 12:36:43 +0000
committerMichael Hönnig <mi@openoffice.org>2001-01-12 12:36:43 +0000
commitb34a8f8d49b8419943f5fae9635f37ddf64787ee (patch)
treef8eafc57d94255a02e98a270778456da346744de
parent82c7c8e56de1912089c290cd9d11e27ac205dd50 (diff)
missing argument documentation added
-rw-r--r--offapi/com/sun/star/text/XSimpleText.idl23
1 files changed, 16 insertions, 7 deletions
diff --git a/offapi/com/sun/star/text/XSimpleText.idl b/offapi/com/sun/star/text/XSimpleText.idl
index e321047dee56..4fd3b72a07db 100644
--- a/offapi/com/sun/star/text/XSimpleText.idl
+++ b/offapi/com/sun/star/text/XSimpleText.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSimpleText.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * last change: $Author: mi $ $Date: 2001-01-12 13:36:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,8 +130,6 @@ interface XSimpleText: com::sun::star::text::XTextRange
// DocMerge from xml: method com::sun::star::text::XSimpleText::insertString
/** inserts a string of characters into the text.
-
-
<p>The string may contain the following white spaces:
</p>
@@ -146,11 +144,19 @@ interface XSimpleText: com::sun::star::text::XTextRange
</li>
</ul>
+ @param xRange
+ specifies the position of insertion. For example,
+ <method>XSimpleText::createTextCursor</member> can be used to
+ get an <type>XTextRange</type> for this argument.
+ @param aString
+ specifies the string to insert.
-
-
-
+ @param bAbsorb
+ specifies whether the text spanned by <var>xRange</var> will be
+ replaced. If <TRUE/> then the content of <var>xRange</var> will
+ be replaced by <var>aString</var>, otherwise <var>aString</var>
+ will be inserted at the end of <var>xRange</var>.
@example <listing>
xText.insertString( xTextCursor, "Hello " + aName$ + ",", false )
@@ -184,6 +190,9 @@ interface XSimpleText: com::sun::star::text::XTextRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:21 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:44:27 mi
moved from api