summaryrefslogtreecommitdiff
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
parentff455b4a74afc5a38fd3f2d642ae91d426e82d7b (diff)
proofreading and corrections from Richard Holt
-rw-r--r--offapi/com/sun/star/text/AdvancedTextDocument.idl13
-rw-r--r--offapi/com/sun/star/text/AutoTextGroup.idl9
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl10
-rw-r--r--offapi/com/sun/star/text/BaseIndex.idl6
-rw-r--r--offapi/com/sun/star/text/BaseIndexMark.idl6
-rw-r--r--offapi/com/sun/star/text/BibliographyDataType.idl13
-rw-r--r--offapi/com/sun/star/text/ChainedTextFrame.idl9
-rw-r--r--offapi/com/sun/star/text/ChapterNumberingRule.idl9
-rw-r--r--offapi/com/sun/star/text/DateDisplayFormat.idl9
-rw-r--r--offapi/com/sun/star/text/DocumentIndexes.idl8
-rw-r--r--offapi/com/sun/star/text/GraphicCrop.idl9
-rw-r--r--offapi/com/sun/star/text/HoriOrientation.idl7
-rw-r--r--offapi/com/sun/star/text/HypertextDocument.idl9
-rw-r--r--offapi/com/sun/star/text/NumberingLevel.idl6
-rw-r--r--offapi/com/sun/star/text/NumberingRules.idl9
-rw-r--r--offapi/com/sun/star/text/PageNumberType.idl8
-rw-r--r--offapi/com/sun/star/text/Paragraph.idl12
-rw-r--r--offapi/com/sun/star/text/ParagraphVertAlign.idl6
-rw-r--r--offapi/com/sun/star/text/PrintSettings.idl6
-rw-r--r--offapi/com/sun/star/text/ReferenceFieldPart.idl10
-rw-r--r--offapi/com/sun/star/text/RelOrientation.idl15
-rw-r--r--offapi/com/sun/star/text/SectionFileLink.idl9
-rw-r--r--offapi/com/sun/star/text/SizeType.idl9
-rw-r--r--offapi/com/sun/star/text/TableColumnSeparator.idl9
-rw-r--r--offapi/com/sun/star/text/TemplateDisplayFormat.idl9
-rw-r--r--offapi/com/sun/star/text/Text.idl26
-rw-r--r--offapi/com/sun/star/text/TextColumns.idl23
-rw-r--r--offapi/com/sun/star/text/TextContent.idl6
28 files changed, 163 insertions, 117 deletions
diff --git a/offapi/com/sun/star/text/AdvancedTextDocument.idl b/offapi/com/sun/star/text/AdvancedTextDocument.idl
index 685c7ad94118..d4bc88b7837d 100644
--- a/offapi/com/sun/star/text/AdvancedTextDocument.idl
+++ b/offapi/com/sun/star/text/AdvancedTextDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AdvancedTextDocument.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-05-09 14:06:21 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@
// DocMerge from xml: service com::sun::star::text::AdvancedTextDocument
/** An advanced text document is an extension of a hypertext document
- which can also contain text-frames, foot- and endnotes and some
+ which can also contain text-frames, foot- and endnotes, and some
other advanced contents.
@deprecated
@@ -181,8 +181,8 @@ service AdvancedTextDocument
- <p> I.e. slash and backslash. Whitespaces (tab stop,
- space, paragraph break, line break) always separate
+ <p> I.e., slash and backslash. Whitespaces (tab stop,
+ space, paragraph break, or line break) always separate
words.</p>@see WordCount
*/
[property] string WordSeparator;
@@ -196,6 +196,9 @@ service AdvancedTextDocument
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/05/09 14:06:21 mi
+ HypertextDocument and AdvancedTextDocument now deprecated, all members now optional in TextDocument
+
Revision 1.3 2000/11/08 12:44:26 mi
moved from api
diff --git a/offapi/com/sun/star/text/AutoTextGroup.idl b/offapi/com/sun/star/text/AutoTextGroup.idl
index 97c6cd59d1d2..cf7e2049e791 100644
--- a/offapi/com/sun/star/text/AutoTextGroup.idl
+++ b/offapi/com/sun/star/text/AutoTextGroup.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AutoTextGroup.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-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ service AutoTextGroup
// DocMerge from xml: service com::sun::star::text::AutoTextGroup: interface com::sun::star::container::XNamed
- /** s provides access to the name of the group.
+ /** provides access to the name of the group.
*/
interface com::sun::star::container::XNamed;
@@ -106,6 +106,9 @@ service AutoTextGroup
/*=============================================================================
$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:26 mi
moved from api
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index bdef5c9b6660..fc0f0f06b20f 100644
--- a/offapi/com/sun/star/text/BaseFrame.idl
+++ b/offapi/com/sun/star/text/BaseFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseFrame.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2001-03-16 14:31:12 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@
//=============================================================================
-/** specifies the base service of text frames, graphic objects and embedded objects
+/** specifies the base service of text frames, graphic objects, and embedded objects
*/
service BaseFrame
{
@@ -106,7 +106,7 @@ service BaseFrame
<p>This interface is valid before the text frame is attached
to a surrounding text, but when attached the values can change
- (e.g. due to a revised layout of the surrounding text).
+ (e.g., due to a revised layout of the surrounding text).
<p>The position is relative to the position of the anchor
[see <member>XTextFrame::getAnchor()</member>]. Size and position are
@@ -393,7 +393,7 @@ service BaseFrame
//-------------------------------------------------------------------------
/** determines if the text of the paragraph in which the object
- is anchored wraps around the object.
+ is anchored, wraps around the object.
*/
[property] boolean SurroundAnchorOnly;
};
diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl
index 453389676f9f..9c7d1c7eac0d 100644
--- a/offapi/com/sun/star/text/BaseIndex.idl
+++ b/offapi/com/sun/star/text/BaseIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseIndex.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,7 +191,7 @@ service BaseIndex
// DocMerge: empty anyway
[optional, property] com::sun::star::container::XIndexReplace LevelFormat;
/** determins if the content of the document index is created from the
- complete document content or form the current chapter only.
+ complete document content or from the current chapter only.
<p> It is not available in the bibliography</p>*/
[optional, property] boolean CreateFromChapter;
//------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/text/BaseIndexMark.idl b/offapi/com/sun/star/text/BaseIndexMark.idl
index 4cc706d9c0dc..74a5fe4f37aa 100644
--- a/offapi/com/sun/star/text/BaseIndexMark.idl
+++ b/offapi/com/sun/star/text/BaseIndexMark.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseIndexMark.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-12-09 14:00:21 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** is a <type>TextRange</type> which is explicitly marked
as an index entry. This is the base service of index marks for <type>DocumentIndex</type>,
- <type>ContentIndex</type> and <type>UserIndex</type>..
+ <type>ContentIndex</type>, and <type>UserIndex</type>.
*/
service BaseIndexMark
{
diff --git a/offapi/com/sun/star/text/BibliographyDataType.idl b/offapi/com/sun/star/text/BibliographyDataType.idl
index 5dbfde90baed..45027ba043d1 100644
--- a/offapi/com/sun/star/text/BibliographyDataType.idl
+++ b/offapi/com/sun/star/text/BibliographyDataType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BibliographyDataType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::text::BibliographyDataType
-/** These values define the type of bibliographic data like book, journal ...
+/** These values define the type of bibliographic data like book, journal, magazine, etc.
*/
constants BibliographyDataType
{
@@ -89,8 +89,8 @@ constants BibliographyDataType
const short BOOKLET = 2;
// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CONFERENCE
- /** An article in the proceedings of a conference. This entry is identical to the 'inproceedings' entry and is included for
- compatibility with BiBTex.
+ /** An article in the proceedings of a conference. This entry is identical to the 'inproceedings'
+ entry and is included for compatibility with BiBTex.
*/
const short CONFERENCE = 3;
@@ -191,6 +191,9 @@ constants BibliographyDataType
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:26 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:59 hjs
initial import
diff --git a/offapi/com/sun/star/text/ChainedTextFrame.idl b/offapi/com/sun/star/text/ChainedTextFrame.idl
index aa47d75971fc..01df34376d29 100644
--- a/offapi/com/sun/star/text/ChainedTextFrame.idl
+++ b/offapi/com/sun/star/text/ChainedTextFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChainedTextFrame.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::text::ChainedTextFrame
-/** extents a <type>TextFrame</type> which shares the same <type>Text</type>
+/** extends a <type>TextFrame</type> which shares the same <type>Text</type>
with other <type>ChainedTextFrame</type> instances that will make the text
flow through the chained frames.
*/
@@ -101,6 +101,9 @@ service ChainedTextFrame
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:26 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:59 hjs
initial import
diff --git a/offapi/com/sun/star/text/ChapterNumberingRule.idl b/offapi/com/sun/star/text/ChapterNumberingRule.idl
index b8b62e7fe887..55807b89dab8 100644
--- a/offapi/com/sun/star/text/ChapterNumberingRule.idl
+++ b/offapi/com/sun/star/text/ChapterNumberingRule.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChapterNumberingRule.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@
</p>
<p>The type of numbering can only be:
NUM_CHARS_UPPER_LETTER, NUM_CHARS_LOWER_LETTER, NUM_ROMAN_UPPER,
- NUM_ROMAN_LOWER, NUM_ARABIC, NUM_NUMBER_NONE
+ NUM_ROMAN_LOWER, NUM_ARABIC, or NUM_NUMBER_NONE
</p>
<p>In the <type scope="com::sun::star::style">NumberingAlignment</type> only the field
@@ -121,6 +121,9 @@ service ChapterNumberingRule
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:26 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:59 hjs
initial import
diff --git a/offapi/com/sun/star/text/DateDisplayFormat.idl b/offapi/com/sun/star/text/DateDisplayFormat.idl
index 1a72d06c08b2..d8480a12c8ab 100644
--- a/offapi/com/sun/star/text/DateDisplayFormat.idl
+++ b/offapi/com/sun/star/text/DateDisplayFormat.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DateDisplayFormat.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2000-11-14 13:24:37 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
/** This constants define how a date field is formated before it is displayed.
- The formate may also depend on the system or document locale. The samples
+ The format may also depend on the system or document locale. The samples
are in German.
@deprecated
@@ -130,6 +130,9 @@ constants DateDisplayFormat
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.1 2000/11/14 13:24:37 cl
+ #80284# added constants for date formating in editengine applications
+
=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/text/DocumentIndexes.idl b/offapi/com/sun/star/text/DocumentIndexes.idl
index dcc16f9b7df8..58a50290630c 100644
--- a/offapi/com/sun/star/text/DocumentIndexes.idl
+++ b/offapi/com/sun/star/text/DocumentIndexes.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentIndexes.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-11-17 09:23:44 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@
service DocumentIndexes
{
/** This interface makes it possible to access all <type>BaseIndex</type>
- instances within this context (e.g. a document) by its name.
+ instances within this context (e.g., a document) by its name.
<p>The type of the interfaces returned by this collection is
always <type>XDocumentIndex</type>.
@@ -89,7 +89,7 @@ service DocumentIndexes
interface com::sun::star::container::XNameAccess;
/** This interface makes it possible to access all <type>BaseIndex</type>
- instances within this context (e.g. a document) by its index.
+ instances within this context (e.g., a document) by its index.
<p>The type of the interfaces returned by this collection is
always <type>XDocumentIndex</type>.
diff --git a/offapi/com/sun/star/text/GraphicCrop.idl b/offapi/com/sun/star/text/GraphicCrop.idl
index 86dd1cbfaf15..e3cce7814bb5 100644
--- a/offapi/com/sun/star/text/GraphicCrop.idl
+++ b/offapi/com/sun/star/text/GraphicCrop.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GraphicCrop.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@
<p>Negative values cut the visible area; positive values
extend the visible area by filling it with background color.
The absolute sum of top and bottom crop must be smaller
- than the objects original height. The absulute sum of the left and
+ than the objects original height. The absolute sum of the left and
right crop must be smaller than the object's original width.
</p>
@@ -122,6 +122,9 @@ struct GraphicCrop
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:26 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:00 hjs
initial import
diff --git a/offapi/com/sun/star/text/HoriOrientation.idl b/offapi/com/sun/star/text/HoriOrientation.idl
index ae0e41e17fa2..677c1cc00ee8 100644
--- a/offapi/com/sun/star/text/HoriOrientation.idl
+++ b/offapi/com/sun/star/text/HoriOrientation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: HoriOrientation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,6 +146,9 @@ constants HoriOrientation
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:26 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:01 hjs
initial import
diff --git a/offapi/com/sun/star/text/HypertextDocument.idl b/offapi/com/sun/star/text/HypertextDocument.idl
index 073610dbe42a..108df9c09e7b 100644
--- a/offapi/com/sun/star/text/HypertextDocument.idl
+++ b/offapi/com/sun/star/text/HypertextDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: HypertextDocument.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-05-09 14:06:21 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@
// DocMerge from xml: service com::sun::star::text::HypertextDocument
/** is an extension of a text document which
can also contain tables and certain kinds of embedded objects
- (e.g. graphics).
+ (e.g., graphics).
@deprecated
use <type>TextDocument</type> instead.
@@ -115,6 +115,9 @@ service HypertextDocument
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/05/09 14:06:21 mi
+ HypertextDocument and AdvancedTextDocument now deprecated, all members now optional in TextDocument
+
Revision 1.3 2000/11/08 12:44:26 mi
moved from api
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl
index 8726f435d08c..d60110748c85 100644
--- a/offapi/com/sun/star/text/NumberingLevel.idl
+++ b/offapi/com/sun/star/text/NumberingLevel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberingLevel.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-12-19 14:17:36 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::text::NumberingLevel
-/** provides access to a numbering level as part of the NumberingRules.
+/** provides access to a numbering level as part of the Numbering Rules.
*/
service NumberingLevel
{
diff --git a/offapi/com/sun/star/text/NumberingRules.idl b/offapi/com/sun/star/text/NumberingRules.idl
index fb1d4eca4681..84055f950229 100644
--- a/offapi/com/sun/star/text/NumberingRules.idl
+++ b/offapi/com/sun/star/text/NumberingRules.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberingRules.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-12-19 14:17:36 $
+ * 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
@@ -111,7 +111,7 @@ service NumberingRules
// DocMerge from xml: property com::sun::star::text::NumberingRules::IsAutomatic
/** determins if the numbering rules are automatically created
- as opposite to numbering rules that are part of a numbering style.
+ as opposed to numbering rules that are part of a numbering style.
*/
[optional, property] boolean IsAutomatic;
//-------------------------------------------------------------------------
@@ -138,6 +138,9 @@ service NumberingRules
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 14:17:36 cl
+ #82348# made functionality not available in impress/draw optional
+
Revision 1.3 2000/11/08 12:44:26 mi
moved from api
diff --git a/offapi/com/sun/star/text/PageNumberType.idl b/offapi/com/sun/star/text/PageNumberType.idl
index f4af2777d537..409eff86c292 100644
--- a/offapi/com/sun/star/text/PageNumberType.idl
+++ b/offapi/com/sun/star/text/PageNumberType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PageNumberType.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-08-31 10:20:01 $
+ * 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
@@ -74,7 +74,7 @@
enum PageNumberType
{
//-------------------------------------------------------------------------
- /** The number of the previous page is displayed if there is any otherwise the
+ /** The number of the previous page is displayed if there is any, otherwise the
field is empty.
*/
PREV,
@@ -85,7 +85,7 @@ enum PageNumberType
CURRENT,
//-------------------------------------------------------------------------
- /** The number of the next page is displayed if there is any otherwise the
+ /** The number of the next page is displayed if there is any, otherwise the
field is empty.
*/
NEXT
diff --git a/offapi/com/sun/star/text/Paragraph.idl b/offapi/com/sun/star/text/Paragraph.idl
index ebddb2153f0e..55b1ab1e10ff 100644
--- a/offapi/com/sun/star/text/Paragraph.idl
+++ b/offapi/com/sun/star/text/Paragraph.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Paragraph.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-04-23 09:57:16 $
+ * 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
@@ -100,7 +100,7 @@
// DocMerge from xml: service com::sun::star::text::Paragraph
/** is a piece of text which can take its own paragraph-specific
- attributes (technically properties).
+ attributes (technically, properties).
*/
service Paragraph
{
@@ -119,8 +119,8 @@ service Paragraph
// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::beans::XPropertySet
/** This interface gives access to the properties of the paragraph
itself (or its style sheet). So this interface may show
- property values which are not even valid for any of the
- text portions of the paragraph if the text itself has its
+ property values which are not valid for any of the
+ text portions of the paragraph, if the text itself has its
own style properties set.
*/
interface com::sun::star::beans::XPropertySet;
@@ -128,7 +128,7 @@ service Paragraph
// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::beans::XPropertyState
/** This interface gives access to the state of the property values
- in this properties. So it is possible to determine if a specific
+ in these properties. So, it is possible to determine if a specific
properties value is defined in the paragraph or its style sheet.
*/
interface com::sun::star::beans::XPropertyState;
diff --git a/offapi/com/sun/star/text/ParagraphVertAlign.idl b/offapi/com/sun/star/text/ParagraphVertAlign.idl
index af290e7cfdab..1b47544910c3 100644
--- a/offapi/com/sun/star/text/ParagraphVertAlign.idl
+++ b/offapi/com/sun/star/text/ParagraphVertAlign.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParagraphVertAlign.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2001-04-24 06:58:49 $
+ * 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
@@ -73,7 +73,7 @@
constants ParagraphVertAlign
{
//-------------------------------------------------------------------------
- /** In automatic mode horizontal text is aligned to the baseline. The same applies to
+ /** In automatic mode, horizontal text is aligned to the baseline. The same applies to
text that is rotated 90&deg;. Text that is rotated 270 &deg; is aligned to the center.
*/
const short AUTOMATIC = 0;
diff --git a/offapi/com/sun/star/text/PrintSettings.idl b/offapi/com/sun/star/text/PrintSettings.idl
index a4d98e405753..5645466976f0 100644
--- a/offapi/com/sun/star/text/PrintSettings.idl
+++ b/offapi/com/sun/star/text/PrintSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PrintSettings.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mtg $ $Date: 2001-07-27 13:35:55 $
+ * 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
@@ -122,7 +122,7 @@ service PrintSettings
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::PrintSettings::PrintReverse
- /** determines if the pages are printed in the reverse order starting with the last page.
+ /** determines if the pages are printed in the reverse order, starting with the last page.
*/
[property] boolean PrintReversed;
diff --git a/offapi/com/sun/star/text/ReferenceFieldPart.idl b/offapi/com/sun/star/text/ReferenceFieldPart.idl
index 2bbfbe66fba6..a69ec0a76fb5 100644
--- a/offapi/com/sun/star/text/ReferenceFieldPart.idl
+++ b/offapi/com/sun/star/text/ReferenceFieldPart.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ReferenceFieldPart.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * 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
@@ -85,13 +85,13 @@ constants ReferenceFieldPart
//-------------------------------------------------------------------------
/** The reference text is displayed.
- <p>If the source of the reference is a sequence field then the complete text
- of the paragraph is displayed. This is usefull to reference to captions. </p>
+ <p>If the source of the reference is a sequence field, then the complete text
+ of the paragraph is displayed. This is useful to reference to captions. </p>
*/
const short TEXT = 2;
//-------------------------------------------------------------------------
- /** The reference is displayed as one of the (localized) words "above" or "below".
+ /** The reference is displayed as one of the (localized) words, "above" or "below".
*/
const short UP_DOWN = 3;
diff --git a/offapi/com/sun/star/text/RelOrientation.idl b/offapi/com/sun/star/text/RelOrientation.idl
index 511e2e21e5cc..0d8180026a3e 100644
--- a/offapi/com/sun/star/text/RelOrientation.idl
+++ b/offapi/com/sun/star/text/RelOrientation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RelOrientation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * 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
@@ -76,14 +76,14 @@ constants RelOrientation
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::RelOrientation::FRAME
- /** paragraph including margins
+ /** paragraph, including margins
*/
const short FRAME = 0;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::RelOrientation::PRINT_AREA
- /** paragraph without margins
+ /** paragraph, without margins
*/
const short PRINT_AREA = 1;
@@ -134,7 +134,9 @@ constants RelOrientation
// DocMerge from idl: value com::sun::star::text::RelOrientation::PAGE_PRINT_AREA
/** page without borders (for page anchored frames identical with
- <const>RelOrientation::PRINT_AREA</const>
+ <const>RelOrientation::PRINT_AREA</const>).
+
+<!-- JRH: does not make sense -->
*/
const short PAGE_PRINT_AREA = 8;
@@ -147,6 +149,9 @@ constants RelOrientation
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:02 hjs
initial import
diff --git a/offapi/com/sun/star/text/SectionFileLink.idl b/offapi/com/sun/star/text/SectionFileLink.idl
index 46c450f7db33..106a96bfe088 100644
--- a/offapi/com/sun/star/text/SectionFileLink.idl
+++ b/offapi/com/sun/star/text/SectionFileLink.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SectionFileLink.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * 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
@@ -83,7 +83,7 @@
</p>
<p>
<member>SectionFileLink::FilterName</member> is the internal name of
- the document filter. To use this struct it is not necessary to set
+ the document filter. To use this struct, it is not necessary to set
<member>SectionFileLink::FilterName</member>. It will be automatically
assigned.</p>
*/
@@ -110,6 +110,9 @@ struct SectionFileLink
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:02 hjs
initial import
diff --git a/offapi/com/sun/star/text/SizeType.idl b/offapi/com/sun/star/text/SizeType.idl
index f9f9142672d8..0338369b62bb 100644
--- a/offapi/com/sun/star/text/SizeType.idl
+++ b/offapi/com/sun/star/text/SizeType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SizeType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * 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
@@ -94,7 +94,7 @@ constants SizeType
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::SizeType::MIN
- /** The height property determins the minimum height of the object but the
+ /** The height property determines the minimum height of the object, but the
actual height will be increased if the content demands it.
*/
const short MIN = 2;
@@ -108,6 +108,9 @@ constants SizeType
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:03 hjs
initial import
diff --git a/offapi/com/sun/star/text/TableColumnSeparator.idl b/offapi/com/sun/star/text/TableColumnSeparator.idl
index b30e3afcbc00..d15c1acdd6aa 100644
--- a/offapi/com/sun/star/text/TableColumnSeparator.idl
+++ b/offapi/com/sun/star/text/TableColumnSeparator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableColumnSeparator.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * 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
@@ -84,7 +84,7 @@
</p>
<p>The real width of a table depends on the environment (page style and
- number of text columns at the table's position, alignment, left and
+ number of text columns at the table's position, alignment, and left and
right margins). For that reason, the table column separator does not
contain metric values for the column widths. The values are relative
to the value of the property <member>TableColumnSeparator::TableColumnRelativeSum</member>.
@@ -138,6 +138,9 @@ struct TableColumnSeparator
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:03 hjs
initial import
diff --git a/offapi/com/sun/star/text/TemplateDisplayFormat.idl b/offapi/com/sun/star/text/TemplateDisplayFormat.idl
index bf80e03d450d..01406572ebca 100644
--- a/offapi/com/sun/star/text/TemplateDisplayFormat.idl
+++ b/offapi/com/sun/star/text/TemplateDisplayFormat.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TemplateDisplayFormat.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * 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
@@ -89,7 +89,7 @@ constants TemplateDisplayFormat
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME
- /** Only the file name without file extension of the template
+ /** Only the file name, without file extension, of the template
file will be displayed.
*/
const short NAME = 2;
@@ -125,6 +125,9 @@ constants TemplateDisplayFormat
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:03 hjs
initial import
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
diff --git a/offapi/com/sun/star/text/TextColumns.idl b/offapi/com/sun/star/text/TextColumns.idl
index 18a3cca62c39..f3a1b29b258f 100644
--- a/offapi/com/sun/star/text/TextColumns.idl
+++ b/offapi/com/sun/star/text/TextColumns.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextColumns.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mtg $ $Date: 2001-07-26 14:25:14 $
+ * 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
@@ -76,7 +76,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::text::TextColumns
-/** provides access to columns in text (e.g. in TextFrames ).
+/** provides access to columns in text (e.g., in TextFrames ).
*/
service TextColumns
{
@@ -84,34 +84,33 @@ service TextColumns
interface com::sun::star::text::XTextColumns;
//------------------------------------------------------------------------
- /** determins whether the columns all have equal width. This flag is set if XTextColumns::setColumnCount() is called
+ /** determines whether the columns all have equal width. This flag is set if XTextColumns::setColumnCount() is called
and it is reset if XTextColumns::setColumns() is called.
*/
[readonly, property] boolean IsAutomatic;
//------------------------------------------------------------------------
/** contains the distance between the columns. It is valid if the property IsAutomatic is set.
- The half of this distance is set to the left and right margins of all columns except for the left margin
- of the first and the right margin of the last column.
- */
+ <!-- The h -->Half of this distance is set to the left and right margins of all columns,
+ except for the left margin of the first column, and the right margin of the last column.*/
[property] long AutomaticDistance;
//------------------------------------------------------------------------
- /** determins the width of the separator lines between the columns.
+ /** determines the width of the separator lines between the columns.
*/
[property] long SeparatorLineWidth;
//------------------------------------------------------------------------
- /** determins the color of the separator lines between the columns.
+ /** determines the color of the separator lines between the columns.
*/
[property] long SeparatorLineColor;
//------------------------------------------------------------------------
- /** determins the relative height of the separator lines between the columns.
+ /** determines the relative height of the separator lines between the columns.
*/
[property] long SeparatorLineRelativeHeight;
//------------------------------------------------------------------------
- /** determins the vertical alignment of the separator lines between the columns.
+ /** determines the vertical alignment of the separator lines between the columns.
*/
[property] com::sun::star::style::VerticalAlignment SeparatorLineVerticalAlignment;
//------------------------------------------------------------------------
- /** determins whether separator lines are on.
+ /** determines whether separator lines are on.
*/
[property] boolean SeparatorLineIsOn;
//------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/text/TextContent.idl b/offapi/com/sun/star/text/TextContent.idl
index c48bcd96449b..3400ae794a76 100644
--- a/offapi/com/sun/star/text/TextContent.idl
+++ b/offapi/com/sun/star/text/TextContent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextContent.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * 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,7 +80,7 @@ module com { module sun { module star { module text {
//=============================================================================
/** is an object which can be anchored in a text, like instances of
- <type>TextFrame</type> or <type>TextFields</type>. @
+ <type>TextFrame</type> or <type>TextFields</type>.
<p>If the concrete <type>TextContent</type> has a textual
representation which fades into the surrounding text, then