summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Text.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
commit8062cab56aff97620d938722d3be0156bbdae988 (patch)
treea32b6042179c8a1339d626e8e11f0c55ff1dba00 /offapi/com/sun/star/text/Text.idl
parentff455b4a74afc5a38fd3f2d642ae91d426e82d7b (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/text/Text.idl')
-rw-r--r--offapi/com/sun/star/text/Text.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/text/Text.idl b/offapi/com/sun/star/text/Text.idl
index 3b6f22d46f01..ee721236d12b 100644
--- a/offapi/com/sun/star/text/Text.idl
+++ b/offapi/com/sun/star/text/Text.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Text.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2001-03-02 12:22:25 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,14 +80,12 @@ interface XRelativeTextContentInsert;
/** is an independent piece of text which consists of a
series of one or more paragraphs.
-
-
<p>This service is used, for example, for the text of a TextDocument
or the text in a cell or TextFrame.
- </p>@see com::sun::star::text::TextDocument
- @see com::sun::star::text::TextFrame
- @see com::sun::star::table::Cell
+ @see com::sun::star::text::TextDocument
+ @see com::sun::star::text::TextFrame
+ @see com::sun::star::table::Cell
*/
service Text
{
@@ -96,21 +94,20 @@ service Text
// DocMerge from xml: service com::sun::star::text::Text: interface com::sun::star::container::XEnumerationAccess
/** This is the factory for an enumeration of the paragraphs in this text.
- <p>This interface is mainly useful for exporting the text to a
- data format.
+ <p>This interface is mainly useful for exporting the text to a
+ data format.
*/
interface com::sun::star::container::XEnumerationAccess;
// DocMerge from xml: service com::sun::star::text::Text: interface com::sun::star::text::XText
- /** provides a cursor factory and insertion and removal
- of contents.
+ /** provides a cursor factory and the possibility to insert and remove contents.
*/
interface XText;
// DocMerge from xml: service com::sun::star::text::Text: interface com::sun::star::text::XTextRangeCompare
- /** optional interface to compere postions of <type>TextRange</type>
+ /** optional interface to compare postions of <type>TextRange</type>
instances within this text.
*/
[optional] interface XTextRangeCompare;
@@ -123,7 +120,7 @@ service Text
[optional] interface XTextRangeMover;
// DocMerge from xml: service com::sun::star::text::Text: interface com::sun::star::text::XRelativeTextContentInsert
- /** makes it possible to insert a new text content before or
+ /** makes it possible to insert a new text content, before or
after existing text contents.
@deprecated hack
@@ -139,6 +136,9 @@ service Text
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/02 12:22:25 os
+ #84533# XTextRangeMover now optinal
+
Revision 1.5 2000/12/21 08:35:21 mi
@see interface/service/... ident -> @see ident - for new docu generator