summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XSimpleText.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-21 07:35:28 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-21 07:35:28 +0000
commitac17f49d92a1dae69f05c7d1a446da4a31d8176b (patch)
treec9aca05611813e3e00adeab96ff67d04f36cf30a /offapi/com/sun/star/text/XSimpleText.idl
parent#82454# corrected to package reflection (diff)
downloadcore-ac17f49d92a1dae69f05c7d1a446da4a31d8176b.tar.gz
core-ac17f49d92a1dae69f05c7d1a446da4a31d8176b.zip
@see interface/service/... ident -> @see ident - for new docu generator
Diffstat (limited to 'offapi/com/sun/star/text/XSimpleText.idl')
-rw-r--r--offapi/com/sun/star/text/XSimpleText.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XSimpleText.idl b/offapi/com/sun/star/text/XSimpleText.idl
index cd555e685d68..e321047dee56 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ interface XSimpleText: com::sun::star::text::XTextRange
a new instance of a <type>TextCursor</type> service which can
be used to travel in the given text context.
- @see service com::sun::star::text::TextCursor
+ @see com::sun::star::text::TextCursor
*/
com::sun::star::text::XTextCursor createTextCursor();
@@ -121,7 +121,7 @@ interface XSimpleText: com::sun::star::text::XTextRange
specifies the start position for the new
<type>TextCursor</type>.
- @see service com::sun::star::text::TextCursor
+ @see com::sun::star::text::TextCursor
*/
com::sun::star::text::XTextCursor createTextCursorByRange( [in] com::sun::star::text::XTextRange aTextPosition );
@@ -168,7 +168,7 @@ interface XSimpleText: com::sun::star::text::XTextRange
// DocMerge from xml: method com::sun::star::text::XSimpleText::insertControlCharacter
/** inserts a control character (like a paragraph break or a hard
- space) into the text.@see constants com::sun::star::text::ControlCharacter
+ space) into the text.@see com::sun::star::text::ControlCharacter
*/
void insertControlCharacter( [in] com::sun::star::text::XTextRange xRange,
[in] short nControlCharacter,
@@ -184,6 +184,9 @@ interface XSimpleText: com::sun::star::text::XTextRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:25:02 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)