summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/text
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl282
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl13
-rw-r--r--offapi/com/sun/star/text/Bookmarks.idl18
-rw-r--r--offapi/com/sun/star/text/CellRange.idl10
-rw-r--r--offapi/com/sun/star/text/ContentIndex.idl39
-rw-r--r--offapi/com/sun/star/text/DefaultNumberingProvider.idl4
-rw-r--r--offapi/com/sun/star/text/DocumentIndex.idl42
-rw-r--r--offapi/com/sun/star/text/NumberingRules.idl39
-rw-r--r--offapi/com/sun/star/text/NumberingStyle.idl8
-rw-r--r--offapi/com/sun/star/text/Shape.idl9
-rw-r--r--offapi/com/sun/star/text/TextCursor.idl16
-rw-r--r--offapi/com/sun/star/text/TextDocument.idl16
-rw-r--r--offapi/com/sun/star/text/TextPageStyle.idl230
-rw-r--r--offapi/com/sun/star/text/TextPortion.idl21
-rw-r--r--offapi/com/sun/star/text/TextRange.idl29
-rw-r--r--offapi/com/sun/star/text/TextTable.idl70
-rw-r--r--offapi/com/sun/star/text/TextTableCursor.idl35
-rw-r--r--offapi/com/sun/star/text/UserDefinedIndex.idl38
-rw-r--r--offapi/com/sun/star/text/UserIndex.idl25
-rw-r--r--offapi/com/sun/star/text/XPagePrintable.idl12
-rw-r--r--offapi/com/sun/star/text/XTextContent.idl14
-rw-r--r--offapi/com/sun/star/text/XTextCursor.idl16
-rw-r--r--offapi/com/sun/star/text/fieldmaster/Bibliography.idl5
-rw-r--r--offapi/com/sun/star/text/fieldmaster/Database.idl5
-rw-r--r--offapi/com/sun/star/text/fieldmaster/SetExpression.idl5
-rw-r--r--offapi/com/sun/star/text/textfield/Annotation.idl6
-rw-r--r--offapi/com/sun/star/text/textfield/Author.idl12
-rw-r--r--offapi/com/sun/star/text/textfield/Bibliography.idl10
-rw-r--r--offapi/com/sun/star/text/textfield/Database.idl10
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseName.idl12
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseNextSet.idl10
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl10
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl10
-rw-r--r--offapi/com/sun/star/text/textfield/DateTime.idl14
-rw-r--r--offapi/com/sun/star/text/textfield/GetReference.idl10
-rw-r--r--offapi/com/sun/star/text/textfield/Input.idl5
-rw-r--r--offapi/com/sun/star/text/textfield/InputUser.idl12
-rw-r--r--offapi/com/sun/star/text/textfield/SetExpression.idl8
-rw-r--r--offapi/com/sun/star/text/textfield/TableFormula.idl8
-rw-r--r--offapi/com/sun/star/text/textfield/User.idl14
40 files changed, 567 insertions, 585 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index 9c3c541b7480..6286a9e83f9a 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: os $ $Date: 2002-08-16 12:40:26 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#ifndef __com_sun_star_text_BaseFrame_idl__
#define __com_sun_star_text_BaseFrame_idl__
+#ifndef __com_sun_star_text_BaseFrameProperties_idl__
+#include <com/sun/star/text/BaseFrameProperties.idl>
+#endif
+
#ifndef __com_sun_star_text_TextContent_idl__
#include <com/sun/star/text/TextContent.idl>
#endif
@@ -99,6 +103,7 @@
*/
service BaseFrame
{
+ service BaseFrameProperties;
service TextContent;
//-------------------------------------------------------------------------
/** This interface specifies the access to the shape data (position
@@ -134,283 +139,10 @@ service BaseFrame
*/
interface com::sun::star::container::XNamed;
//-------------------------------------------------------------------------
- /** contains the number of the page where the objects are anchored.
- <p> The value is valid only if the
- AnchorType is
- <const>TextContentAnchorType::AT_PAGE</const>.</p>
- */
- [property] short AnchorPageNo;
- //-------------------------------------------------------------------------
- /** contains the text frame the current frame is anchored to.
- <p> The value is valid only if the
- AnchorType is <const>TextContentAnchorType::AT_FRAME</const>.</p>
- */
- [property] com::sun::star::text::XTextFrame AnchorFrame;
- //-------------------------------------------------------------------------
- /** contains the color of the background of the object.
- */
- [property] long BackColor;
- //-------------------------------------------------------------------------
- /** contains the URL for the background graphic.
- */
- [property] string BackGraphicURL;
-
- //-------------------------------------------------------------------------
- /** contains the name of the file filter for the background graphic.
- */
- [property] string BackGraphicFilter;
-
- //-------------------------------------------------------------------------
- /** determines the position of the background graphic.
- */
- [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
-
- //-------------------------------------------------------------------------
- /** contains the left border of the object.
-
- @see BaseFrame::com::sun::star::table::BorderLine
- */
- [property] com::sun::star::table::BorderLine LeftBorder;
-
- //-------------------------------------------------------------------------
- /** contains the right border of the object.
-
- @see BaseFrame::com::sun::star::table::BorderLine
- */
- [property] com::sun::star::table::BorderLine RightBorder;
-
- //-------------------------------------------------------------------------
- /** contains the top border of the object.
-
- @see BaseFrame::com::sun::star::table::BorderLine
- */
- [property] com::sun::star::table::BorderLine TopBorder;
-
- //-------------------------------------------------------------------------
- /** contains the bottom border of the object.
-
- @see BaseFrame::com::sun::star::table::BorderLine
- */
- [property] com::sun::star::table::BorderLine BottomBorder;
-
- //-------------------------------------------------------------------------
- /** contains the distance from the border to the object.
- */
- [property] long BorderDistance;
-
- //-------------------------------------------------------------------------
- /** contains the distance from the left border to the object.
- */
- [property] long LeftBorderDistance;
-
- //-------------------------------------------------------------------------
- /** contains the distance from the right border to the object.
- */
- [property] long RightBorderDistance;
-
- //-------------------------------------------------------------------------
- /** contains the distance from the top border to the object.
- */
- [property] long TopBorderDistance;
-
- //-------------------------------------------------------------------------
- /** contains the distance from the bottom border to the object.
- */
- [property] long BottomBorderDistance;
-
- //-------------------------------------------------------------------------
- /** If TRUE, the "BackColor" is ignored.
- */
- [property] boolean BackTransparent;
-
- //-------------------------------------------------------------------------
-
- /** determines if the content is protected.
- */
- [property] boolean ContentProtected;
- //-------------------------------------------------------------------------
/** contains the name of the frame style that is applied to this object.
*/
[property] string FrameStyleName;
- //-------------------------------------------------------------------------
- /** contains the left margin of the object.
- */
- [property] long LeftMargin;
-
- //-------------------------------------------------------------------------
- /** contains the right margin of the object.
- */
- [property] long RightMargin;
-
- //-------------------------------------------------------------------------
-
- /** contains the top margin of the object.
- */
- [property] long TopMargin;
-
- //-------------------------------------------------------------------------
- /** contains the bottom margin of the object.
- */
- [property] long BottomMargin;
-
- //-------------------------------------------------------------------------
- /** contains the height of the object (1/100 mm).
- <p>It is only valid if <member>TextEmbeddedObject::RelativeHeight</member> is zero.</p>
- */
- [property] long Height;
-
- //-------------------------------------------------------------------------
- /** contains the width of the object (1/100 mm).
- <p>It is only valid if <member>TextEmbeddedObject::RelativeWidth</member> is zero.</p>
- */
- [property] long Width;
- //-------------------------------------------------------------------------
- /** contains the relative height of the object.
- <p> It is only valid if it is greater than zero.</p>
- */
- [property] short RelativeHeight;
-
- //-------------------------------------------------------------------------
- /** contains the relative width of the object.
- <p> It is only valid if it is greater than zero. </p>
- */
- [property] short RelativeWidth;
- //-------------------------------------------------------------------------
- /** determins whether the width follows the height.
- */
- [property] boolean IsSyncWidthToHeight;
- //-------------------------------------------------------------------------
- /** determins whether the height follows the width.
- */
- [property] boolean IsSyncHeightToWidth;
- //-------------------------------------------------------------------------
- /** determines the horizontal orientation of the object.
-
- @see BaseFrame::HoriOrientation
- */
- [property] short HoriOrient;
- //-------------------------------------------------------------------------
- /** contains the horizontal position of the object (1/100 mm).
- <p> It is only valid if "HoriOrient" is HoriOrientation_NONE.</p>
- */
- [property] long HoriOrientPosition;
-
- //-------------------------------------------------------------------------
- /** determines the environment of the object to which the orientation
- is related.
-
- @see BaseFrame::RelOrientation
- */
- [property] short HoriOrientRelation;
-
- //-------------------------------------------------------------------------
- /** determines the vertical orientation of the object.
-
- @see BaseFrame::VertOrientation
- */
- [property] short VertOrient;
-
- //-------------------------------------------------------------------------
- /** contains the vertical position of the object (1/100 mm).
-
- It is only valid if <member>TextEmbeddedObject::VertOrient</member> is
- <const>VertOrientation::NONE</const>.
- */
- [property] long VertOrientPosition;
-
- //-------------------------------------------------------------------------
-
- /** determines the environment of the object to which the orientation is related.
-
- @see BaseFrame::RelOrientation
- */
- [property] short VertOrientRelation;
-
- //-------------------------------------------------------------------------
- /** contains the URL of a hyperlink that is set at the object.
- */
- [property] string HyperLinkURL;
-
- //-------------------------------------------------------------------------
- /** contains the name of the target for a hyperlink that is set at the object.
- */
- [property] string HyperLinkTarget;
-
- //-------------------------------------------------------------------------
- /** contains the name of the hyperlink that is set at the object.
- */
- [property] string HyperLinkName;
-
- //-------------------------------------------------------------------------
- /** determines if the object is opaque or transparent for text.
- */
- [property] boolean Opaque;
-
- //-------------------------------------------------------------------------
- /** determines if the object is mirrored on even pages.
- */
- [property] boolean PageToggle;
-
- //-------------------------------------------------------------------------
- /** determines if the position is protected.
- */
- [property] boolean PositionProtected;
-
- //-------------------------------------------------------------------------
- /** determines if the object is included in printing.
- */
- [property] boolean Print;
-
- //-------------------------------------------------------------------------
- /** contains the type of the shadow of the object.
- */
- [property] com::sun::star::table::ShadowFormat ShadowFormat;
-
- //-------------------------------------------------------------------------
- /** determines if the object gets an image map from a server.
- */
- [property] boolean ServerMap;
-
- //-------------------------------------------------------------------------
- /** contains the size of the object.
-
- @see BaseFrame::Height
- @see BaseFrame::Width
- */
- [property] com::sun::star::awt::Size Size;
-
- //-------------------------------------------------------------------------
- /** determines if the size is protected.
- */
- [property] boolean SizeProtected;
- //-------------------------------------------------------------------------
- /** determines the type of the surrounding text.
-
- @deprecated
- */
- [property] com::sun::star::text::WrapTextMode Surround;
-
- //-------------------------------------------------------------------------
- /** determines if the text of the paragraph in which the object
- is anchored, wraps around the object.
- */
- [property] boolean SurroundAnchorOnly;
- //-------------------------------------------------------------------------
- /** contains the transparency of the background color as percentage value.
- The properties "BackTransparent" and "BackColorTransparency"
- are overwriting each other.
- */
- [optional, property]byte BackColorTransparency;
- //-------------------------------------------------------------------------
- /** contains the color of the background. In contrast to the property "BackColor"
- it doesn't contain a transparency value.
- */
- [optional, property]long BackColorRGB;
- //-------------------------------------------------------------------------
- /** contains the transparency of the background graphic as percentage value.
- */
- [optional, property]byte BackGraphicTransparency;
};
//=============================================================================
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 380fb644a336..f591799b26fd 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseFrameProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mh $ $Date: 2002-02-28 15:52:14 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,15 @@
#ifndef __com_sun_star_table_ShadowFormat_idl__
#include <com/sun/star/table/ShadowFormat.idl>
#endif
+#ifndef __com_sun_star_text_XTextFrame_idl__
+#include <com/sun/star/text/XTextFrame.idl>
+#endif
+#ifndef __com_sun_star_text_WrapTextMode_idl__
+#include <com/sun/star/text/WrapTextMode.idl>
+#endif
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
//=============================================================================
diff --git a/offapi/com/sun/star/text/Bookmarks.idl b/offapi/com/sun/star/text/Bookmarks.idl
index d9cee1d5e1ae..2d8c424b2801 100644
--- a/offapi/com/sun/star/text/Bookmarks.idl
+++ b/offapi/com/sun/star/text/Bookmarks.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Bookmarks.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef __com_sun_star_container_XNameAccess_idl__
#include <com/sun/star/container/XNameAccess.idl>
#endif
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
//=============================================================================
@@ -85,6 +88,11 @@ service Bookmarks
<p>All contents support the service <type>Bookmark</type>.
*/
interface com::sun::star::container::XNameAccess;
+ /** makes it possible to access the bookmarks by their index.
+
+ <p>All contents support the service <type>Bookmark</type>.
+ */
+ interface com::sun::star::container::XIndexAccess;
};
@@ -95,6 +103,12 @@ service Bookmarks
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.1 2002/02/14 10:48:33 os
+ missing interface added
+
+ 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/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index db7e2a5833f2..cb7e2453763f 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellRange.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tl $ $Date: 2002-09-25 13:32:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <com/sun/star/table/XCellRange.idl>
#endif
+#ifndef __com_sun_star_sheet_XCellRangeData_idl__
+#include <com/sun/star/sheet/XCellRangeData.idl>
+#endif
+
#ifndef __com_sun_star_container_XNamed_idl__
#include <com/sun/star/container/XNamed.idl>
#endif
@@ -90,7 +94,7 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
diff --git a/offapi/com/sun/star/text/ContentIndex.idl b/offapi/com/sun/star/text/ContentIndex.idl
index 14d88ddb6bad..c23ccafa3a45 100644
--- a/offapi/com/sun/star/text/ContentIndex.idl
+++ b/offapi/com/sun/star/text/ContentIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentIndex.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,11 +67,10 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::ContentIndex
/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex
*/
service ContentIndex
@@ -79,25 +78,23 @@ service ContentIndex
// DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
- /* determins the depth of outline levels that are included into the content index.*/
+ /** determins the depth of outline levels that are included into the content index.*/
- // DocMerge: empty anyway
+ /// @missing
[optional, property] short Level;
- /* determins if the document index is created from outlines.
+
+ /** determins if the document index is created from outlines.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromOutline;
- /*
- returns the interface to access the paragraph style names that are included
+ /** contains the interface to access the paragraph style names that are included
in this index.
@see DocumentIndexParagraphStyles
*/
- // DocMerge: empty anyway
[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /* determins if the document index marks are included in this index.
+
+ /** contains <TRUE/> if the document index marks are included in this index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromMarks;
@@ -107,21 +104,5 @@ service ContentIndex
}; }; }; };
-/*=============================================================================
-
- $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
-
- Revision 1.3 2000/09/11 11:52:59 mi
- documentation merged from XML
-
- Revision 1.1 2000/08/09 15:52:45 os
- #77067# service ContentIndex
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/text/DefaultNumberingProvider.idl b/offapi/com/sun/star/text/DefaultNumberingProvider.idl
index 6c62315737b5..e185826af705 100644
--- a/offapi/com/sun/star/text/DefaultNumberingProvider.idl
+++ b/offapi/com/sun/star/text/DefaultNumberingProvider.idl
@@ -8,6 +8,10 @@
module com { module sun { module star { module text {
//=============================================================================
+
+/** provides access to language dependent numbering types and supports
+ formatting of those numberings.
+ */
service DefaultNumberingProvider
{
interface com::sun::star::text::XDefaultNumberingProvider;
diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl
index 140109643723..49eb98f2df26 100644
--- a/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/offapi/com/sun/star/text/DocumentIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentIndex.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,59 +70,59 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::DocumentIndex
/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex
*/
service DocumentIndex
{
- // DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
- /* determins if alphabetical separators are genererated.
+ /** determins if alphabetical separators are genererated.
*/
- // DocMerge: empty anyway
[optional, property] boolean UseAlphabeticalSeparators;
- /* determins if a index entry is generated for each primary/secondary key.
+
+ /** determins if a index entry is generated for each primary/secondary key.
*/
- // DocMerge: empty anyway
[optional, property] boolean UseKeyAsEntry;
- /* determins if same entries on different pages are combined into one index entry.
+
+ /** determins if same entries on different pages are combined into one index entry.
*/
- // DocMerge: empty anyway
[optional, property] boolean UseCombinedEntries;
- /* determins if the similarity of index entries is checked case sensitively.
+
+ /** determins if the similarity of index entries is checked case sensitively.
*/
- // DocMerge: empty anyway
[optional, property] boolean IsCaseSensitive;
- /* determins if following page numbers are displayed using a 'pp.'.
+
+ /** determins if following page numbers are displayed using a 'pp.'.
*/
- // DocMerge: empty anyway
[optional, property] boolean UsePP;
- /* determins if if following page numbers are displayed using a dash.
+
+ /** determins if if following page numbers are displayed using a dash.
*/
- // DocMerge: empty anyway
[optional, property] boolean UseDash;
- /* determins if all entries start with a capital letter.
+
+ /** determins if all entries start with a capital letter.
*/
- // DocMerge: empty anyway
[optional, property] boolean UseUpperCase;
- /* determins the name of the character style that is applied to the number
+
+ /** determins the name of the character style that is applied to the number
of a page where main index entry is located.
*/
- // DocMerge: empty anyway
[optional, property] string MainEntryCharacterStyleName;
+
/**
contains all index marks that are related to this index.
*/
[readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
+
//------------------------------------------------------------------------
/** contains the locale of the index.
*/
[property] com::sun::star::lang::Locale Locale;
+
//------------------------------------------------------------------------
/** contains the name of the sort algorithm that is used to sort the entries.
*/
diff --git a/offapi/com/sun/star/text/NumberingRules.idl b/offapi/com/sun/star/text/NumberingRules.idl
index 1da6bceb702a..07596c6c8864 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2002-09-24 13:04:43 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,39 +128,4 @@ service NumberingRules
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2001/11/02 11:57:33 mi
- proofreading and corrections from Richard Holt
-
- 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
-
- Revision 1.1.1.1 2000/09/18 23:36:02 hjs
- initial import
-
- Revision 1.7 2000/09/11 11:53:00 mi
- documentation merged from XML
-
- Revision 1.5 2000/07/19 06:50:50 os
- new properties, level properties now in NumberingLevel.idl
-
- Revision 1.4 2000/06/26 06:47:55 os
- new optional property: VertOrient
-
- Revision 1.3 2000/02/21 16:18:15 mi
- string documentation from stardiv...*.idl-files
-
- Revision 1.2 2000/02/07 11:25:01 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/text/NumberingStyle.idl b/offapi/com/sun/star/text/NumberingStyle.idl
index 116f95c32789..2dc48408a6a4 100644
--- a/offapi/com/sun/star/text/NumberingStyle.idl
+++ b/offapi/com/sun/star/text/NumberingStyle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberingStyle.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mh $ $Date: 2002-02-28 15:53:47 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
//=============================================================================
- module com { module sun { module star { module style {
+module com { module sun { module star { module text {
//=============================================================================
@@ -81,7 +81,7 @@ service NumberingStyle
{
//-------------------------------------------------------------------------
/// specifies administrative properties.
- service Style;
+ service com::sun::star::style::Style;
service NumberingRules;
};
diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl
index d64458b384ee..044b7dc5fccb 100644
--- a/offapi/com/sun/star/text/Shape.idl
+++ b/offapi/com/sun/star/text/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mh $ $Date: 2002-02-28 16:00:16 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,11 +105,6 @@ service Shape
*/
[property] com::sun::star::text::XTextFrame AnchorFrame;
//-------------------------------------------------------------------------
- /** determines if the text of the paragraph in which the object
- is anchored, wraps around the object.
- */
- [property] boolean SurroundAnchorOnly;
- //-------------------------------------------------------------------------
/** specifies how the text content is attached to its surrounding
<type scope="com::sun::star::drawing">Text</type>.
*/
diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl
index ab0e2b738fc3..05ffeadf5eaf 100644
--- a/offapi/com/sun/star/text/TextCursor.idl
+++ b/offapi/com/sun/star/text/TextCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextCursor.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2001-11-08 10:49:07 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <com/sun/star/text/TextRange.idl>
#endif
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
#ifndef __com_sun_star_text_XWordCursor_idl__
#include <com/sun/star/text/XWordCursor.idl>
#endif
@@ -113,6 +117,8 @@ service TextCursor
// DocMerge: empty anyway
service com::sun::star::text::TextRange;
+ interface com::sun::star::text::XTextCursor;
+
// DocMerge: empty anyway
[optional] interface com::sun::star::text::XWordCursor;
@@ -160,6 +166,12 @@ service TextCursor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.8.4.1 2002/08/27 12:55:50 tl
+ #101301# interface XTextCursor added to service description
+
+ Revision 1.8 2001/11/08 10:49:07 obo
+ #65293# header include missing
+
Revision 1.7 2001/11/05 18:10:41 mtg
#92662# admit that the TextCursor now supports XMultiPropertyStates
diff --git a/offapi/com/sun/star/text/TextDocument.idl b/offapi/com/sun/star/text/TextDocument.idl
index 321841a7e0d6..5ed3882a1243 100644
--- a/offapi/com/sun/star/text/TextDocument.idl
+++ b/offapi/com/sun/star/text/TextDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextDocument.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-12-10 17:42:31 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,6 +121,10 @@
#include <com/sun/star/style/XStyleFamiliesSupplier.idl>
#endif
+#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__
+#include <com/sun/star/util/XNumberFormatsSupplier.idl>
+#endif
+
#ifndef __com_sun_star_lang_Locale_idl__
#include <com/sun/star/lang/Locale.idl>
#endif
@@ -188,6 +192,8 @@ service TextDocument
[optional] interface com::sun::star::style::XStyleFamiliesSupplier;
+ //
+ interface com::sun::star::util::XNumberFormatsSupplier;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharLocale
@@ -240,6 +246,12 @@ service TextDocument
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6.2.1 2002/02/26 08:31:56 os
+ XNumberFormatsSupplier added
+
+ Revision 1.6 2001/12/10 17:42:31 mi
+ #94538# XStyleFamiliesSupplier added
+
Revision 1.5 2001/05/15 10:29:08 kz
add. some missing headers
diff --git a/offapi/com/sun/star/text/TextPageStyle.idl b/offapi/com/sun/star/text/TextPageStyle.idl
new file mode 100644
index 000000000000..9ae88bfe6010
--- /dev/null
+++ b/offapi/com/sun/star/text/TextPageStyle.idl
@@ -0,0 +1,230 @@
+/*************************************************************************
+ *
+ * $RCSfile: TextPageStyle.idl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:05 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+
+#ifndef __com_sun_star_text_TextPageStyle_idl__
+#define __com_sun_star_text_TextPageStyle_idl__
+
+#ifndef __com_sun_star_table_ShadowFormat_idl__
+#include <com/sun/star/table/ShadowFormat.idl>
+#endif
+#ifndef __com_sun_star_table_BorderLine_idl__
+#include <com/sun/star/table/BorderLine.idl>
+#endif
+#ifndef __com_sun_star_style_PageStyleLayout_idl__
+#include <com/sun/star/style/PageStyleLayout.idl>
+#endif
+#ifndef __com_sun_star_style_GraphicLocation_idl__
+#include <com/sun/star/style/GraphicLocation.idl>
+#endif
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
+#ifndef __com_sun_star_text_XTextColumns_idl__
+#include <com/sun/star/text/XTextColumns.idl>
+#endif
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module text {
+
+//=============================================================================
+
+/** represents a page style for a text document.
+
+ <p>This service extends the service
+ <type scope="com::sun::star::style">PageStyle</type> with specific
+ properties for text documents.</p>
+ */
+service TextPageStyle
+{
+ //-------------------------------------------------------------------------
+
+ /** determins whether the register mode is active on that page.
+ */
+ [property] boolean RegisterModeActive;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the name of the paragraph style that is used as
+ reference of the register mode.
+ */
+ [property] string RegisterParagraphStyle;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the column settings of the page.
+ */
+ [property] com::sun::star::text::XTextColumns TextColumns;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the interface to the text of the header.
+
+ @see com::sun::star::text::Text
+ */
+ [property] com::sun::star::text::XText HeaderText;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the interface to the text of the header of left pages.
+
+ @see com::sun::star::text::Text
+ */
+ [property] com::sun::star::text::XText HeaderTextLeft;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the interface to the text of the header of right pages.
+
+ @see com::sun::star::text::Text
+ */
+ [property] com::sun::star::text::XText HeaderTextRight;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the interface to the text of the footer.
+
+ @see com::sun::star::text::Text
+ */
+ [property] com::sun::star::text::XText FooterText;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the interface to the text of the footer of a left page.
+
+ @see com::sun::star::text::Text
+ */
+ [property] com::sun::star::text::XText FooterTextLeft;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the interface to the text of the footer of a right page.
+
+ @see com::sun::star::text::Text
+ */
+ [property] com::sun::star::text::XText FooterTextRight;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the maximum height of the footnote area (in 1/100 mm).
+
+ <p>If set to zero, the height of the current page is used as limit.</p>
+ */
+ [property] long FootnoteHeight;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the weight of the separator line between the text and
+ the footnote area (in 1/100 mm).
+ */
+ [property] short FootnoteLineWeight;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the color of the separator line between the text and
+ the footnote area.
+ */
+ [property] long FootnoteLineColor;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the relative width of the separator line between the
+ text and the footnote area (in percent).
+ */
+ [property] byte FootnoteLineRelativeWidth;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the adjustment of the separator line between the text
+ and the footnote area.
+
+ @see com::sun::star::text::HorizontalAdjust
+ */
+ [property] short FootnoteLineAdjust;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the distance between the text and the separator line
+ between the text and the footnote area (in 1/100 mm).
+ */
+ [property] long FootnoteLineTextDistance;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the distance between the footnote area and the separator
+ line between the text and the footnote area (in 1/100 mm).
+ */
+ [property] long FootnoteLineDistance;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+
diff --git a/offapi/com/sun/star/text/TextPortion.idl b/offapi/com/sun/star/text/TextPortion.idl
index ed7110d696ee..3cba59f53040 100644
--- a/offapi/com/sun/star/text/TextPortion.idl
+++ b/offapi/com/sun/star/text/TextPortion.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextPortion.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-12-19 14:24:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,8 +58,8 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_text_XTextPortion_idl__
-#define __com_sun_star_text_XTextPortion_idl__
+#ifndef __com_sun_star_text_TextPortion_idl__
+#define __com_sun_star_text_TextPortion_idl__
#ifndef __com_sun_star_style_ParagraphProperties_idl__
@@ -77,6 +77,9 @@
#ifndef __com_sun_star_text_TextRange_idl__
#include <com/sun/star/text/TextRange.idl>
#endif
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
//=============================================================================
@@ -110,6 +113,9 @@ service TextPortion
<LI><P>ControlCharacter - a control character</P>
<LI><P>ReferenceMark - a reference mark </P>
<LI><P>DocumentIndexMark - a document index mark</P>
+ <LI><P>Bookmark - a bookmark</P>
+ <LI><P>Redline - a redline portion which is a result of the change tracking feature.</P>
+ <LI><P>Ruby - a ruby attribute which is used in Asian text.</P>
</UL>
<p>The text portions for reference marks and document index marks are generated twice for
each mark since they may include string content.</p>
@@ -117,6 +123,13 @@ service TextPortion
[readonly, property] string TextPortionType;
/** returns the control character if the text portion contains a ControlCharacter*/
[readonly, property] short ControlCharacter;
+ /** contains the bookmark if the portion is of the type */
+ [optional, property] com::sun::star::text::XTextContent Bookmark;
+ /** determines whether the portion is a point only.*/
+ [optional, property] boolean IsCollapsed;
+ /** determines whether the portion is a start portion if two portions are needed to include an
+ object (i.e. DocmentIndexMark)*/
+ [optional, property] boolean IsStart;
};
//=============================================================================
diff --git a/offapi/com/sun/star/text/TextRange.idl b/offapi/com/sun/star/text/TextRange.idl
index 0ea77e8215c5..a875e5e5e1ea 100644
--- a/offapi/com/sun/star/text/TextRange.idl
+++ b/offapi/com/sun/star/text/TextRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextRange.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2001-04-23 09:57:16 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,49 +92,40 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::TextRange
/** points to a sequence of characters within a <type>Text</type>.
-
-
<p>The service provides access to the string content and the properties
of this range of text and the <type>TextContent</type> instances which
- are bound to this text range.
+ are bound to this text range. </p>
- </p>
<p>A <type>TextRange</type> is also used for a <i>text portion</i> which is
returned by the <type scope="com::sun::star::container">XEnumeration</type>
for a single paragraph. Because this is the mechanism to use to export
data, all formatting attributes and contents bound to this range have
- to be available from implementations of this service.
+ to be available from implementations of this service. </p>
- </p>@see Text
+ @see Text
*/
service TextRange
{
- // DocMerge: empty anyway
interface com::sun::star::text::XTextRange;
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertySet;
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertyState;
- // DocMerge: empty anyway
[optional] interface com::sun::star::container::XContentEnumerationAccess;
- // DocMerge: empty anyway
service com::sun::star::style::CharacterProperties;
[optional] service com::sun::star::style::CharacterPropertiesAsian;
[optional] service com::sun::star::style::CharacterPropertiesComplex;
- // DocMerge: empty anyway
+
service com::sun::star::style::ParagraphProperties;
};
@@ -146,6 +137,12 @@ service TextRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6.14.1 2002/05/03 10:25:52 mi
+ autodoc warnings elimitanted, part of review procss
+
+ Revision 1.6 2001/04/23 09:57:16 os
+ #83551# cjk services added
+
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/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl
index 250c34ddabbc..e075e3633097 100644
--- a/offapi/com/sun/star/text/TextTable.idl
+++ b/offapi/com/sun/star/text/TextTable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextTable.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2002-04-30 11:05:13 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,32 +130,26 @@
</p>
-
-
-
-
@example Create and insert a TextTable via a TextTableDescriptor:
<listing>
- xTableProvider = xTextDoc.queryServiceProvider( "com.sun.star.text.TextTable" )
- xTableDescriptor = xTableProvider.createDescriptor
- xTableDescriptor.Columns = 5
- xTableDescriptor.Rows = 8
- xTableDescriptor.LeftBorder = 2000
- xTableDescriptor.RightBorder = 1500
- xTextDoc.insertNewTextContent( xTextRange, xTableDescriptor )
+ xTable = xTextDoc.createInstance( "com.sun.star.text.TextTable" )
+ xTable.initialize(5, 8)
+ xTable.HoriOrient = 0 'com::sun::star::text::HoriOrientation::NONE
+ xTable.LeftMargin = 2000
+ xTable.RightMargin = 1500
+ xTextDoc.getText.insertTextContent( xTextRange, xTable, false )
</listing>
- Create and insert a TextTable directly (may be flicker):
+ Create and insert a TextTable directly (may flicker):
<listing>
- xTableProvider = xTextDoc.queryServiceProvider( "com.sun.star.text.TextTable" )
- xTable = xTableProvider.createInstance
- xTable.Columns = 5
- xTable.Rows = 8
- xTable.LeftBorder = 2000
- xTable.RightBorder = 1500
- xTextDoc.insertTextContent( xTextRange, xTable )
+ xTable = xTextDoc.createInstance( "com.sun.star.text.TextTable" )
+ xTable.initialize(5, 8)
+ xTable.HoriOrient = 0 'com::sun::star::text::HoriOrientation::NONE
+ xTable.LeftMargin = 2000
+ xTable.RightMargin = 1500
+ xTextDoc.getText.insertTextContent( xTextRange, xTable, false )
</listing>
*/
service TextTable
@@ -183,8 +177,6 @@ service TextTable
[optional] interface com::sun::star::sheet::XCellRangeData;
- //-------------------------------------------------------------------------
-
// DocMerge from xml: property com::sun::star::text::TextTable::BreakType
/** determins the type of break that is applied at the beginning of the table.@see com.sun.star.style.BreakType
*/
@@ -351,36 +343,4 @@ service TextTable
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2001/03/06 15:45:57 os
- #84509# useless property SizeRelative removed
-
- 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
-
- Revision 1.1.1.1 2000/09/18 23:36:03 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:53:01 mi
- documentation merged from XML
-
- Revision 1.4 2000/07/06 12:15:39 os
- old docu removed
-
- Revision 1.3 2000/06/30 12:14:43 os
- #75739# service description updated
-
- Revision 1.2 2000/06/16 11:42:16 os
- #75622# BackGraphicLocation/URL/Filter added/changed
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/text/TextTableCursor.idl b/offapi/com/sun/star/text/TextTableCursor.idl
index 6039c544a60c..9aad57c6a116 100644
--- a/offapi/com/sun/star/text/TextTableCursor.idl
+++ b/offapi/com/sun/star/text/TextTableCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextTableCursor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,18 @@
#ifndef __com_sun_star_beans_XPropertySet_idl__
#include <com/sun/star/beans/XPropertySet.idl>
#endif
+#ifndef __com_sun_star_style_CharacterProperties_idl__
+#include <com/sun/star/style/CharacterProperties.idl>
+#endif
+#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
+#include <com/sun/star/style/CharacterPropertiesAsian.idl>
+#endif
+#ifndef __com_sun_star_style_CharacterPropertiesComplex_idl__
+#include <com/sun/star/style/CharacterPropertiesComplex.idl>
+#endif
+#ifndef __com_sun_star_style_ParagraphProperties_idl__
+#include <com/sun/star/style/ParagraphProperties.idl>
+#endif
//=============================================================================
@@ -101,25 +113,14 @@ service TextTableCursor
// DocMerge: empty anyway
interface com::sun::star::beans::XPropertySet;
-
+ service com::sun::star::style::CharacterProperties;
+ service com::sun::star::style::CharacterPropertiesAsian;
+ service com::sun::star::style::CharacterPropertiesComplex;
+ service com::sun::star::style::ParagraphProperties;
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:36:04 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:01 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/text/UserDefinedIndex.idl b/offapi/com/sun/star/text/UserDefinedIndex.idl
index 3d8aa251904d..10719a074e66 100644
--- a/offapi/com/sun/star/text/UserDefinedIndex.idl
+++ b/offapi/com/sun/star/text/UserDefinedIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UserDefinedIndex.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-03-07 12:41:22 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,50 +70,46 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::UserDefinedIndex
/** specifies service of user defined indexes within a document.@see com::sun::star::text::BaseIndex
*/
service UserDefinedIndex
{
- // DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
- /*
- returns the interface to access the paragraph style names that are included
+ /** contains the interface to access the paragraph style names that are included
in this index.
@see DocumentIndexParagraphStyles
*/
- // DocMerge: empty anyway
[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /* determins if the document index marks are included in this index.
+
+ /** determins if the document index marks are included in this index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromMarks;
- /* determins if the outline level of the location of the indexed object is
- used as index level of the index entry.*/
- // DocMerge: empty anyway
+ /** determins if the outline level of the location of the indexed object is
+ used as index level of the index entry.*/
[optional, property] boolean UseLevelFromSource;
- /* determins if tables are included in the index.
+
+ /** determins if tables are included in the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromTables;
- /* determins if text frames are included in the index.
+
+ /** determins if text frames are included in the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromTextFrames;
- /* determins if graphic objects are included in the index.
+
+ /** determins if graphic objects are included in the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromGraphicObjects;
- /* determins if embedded objects are included in the index.
+
+ /** determins if embedded objects are included in the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromEmbeddedObjects;
+
/**
contains all index marks that are related to this index.
*/
diff --git a/offapi/com/sun/star/text/UserIndex.idl b/offapi/com/sun/star/text/UserIndex.idl
index 130a48b0c40e..a64b6b83d6bf 100644
--- a/offapi/com/sun/star/text/UserIndex.idl
+++ b/offapi/com/sun/star/text/UserIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UserIndex.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2002-01-07 16:14:52 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,28 +76,33 @@ service UserIndex
{
service com::sun::star::text::BaseIndex;
- /*
- returns the interface to access the paragraph style names that are included
+ /** contains the interface to access the paragraph style names that are included
in this index.
@see DocumentIndexParagraphStyles
*/
[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /* determins if the document index marks are included in this index.
+
+ /** determins if the document index marks are included in this index.
*/
[optional, property] boolean CreateFromMarks;
- /* determins if the outline level of the location of the indexed object is
+
+ /** determins if the outline level of the location of the indexed object is
used as index level of the index entry.*/
[optional, property] boolean UseLevelFromSource;
- /* determins if tables are included in the index.
+
+ /** determins if tables are included in the index.
*/
[optional, property] boolean CreateFromTables;
- /* determins if text frames are included in the index.
+
+ /** determins if text frames are included in the index.
*/
[optional, property] boolean CreateFromTextFrames;
- /* determins if graphic objects are included in the index.
+
+ /** determins if graphic objects are included in the index.
*/
[optional, property] boolean CreateFromGraphicObjects;
- /* determins if embedded objects are included in the index.
+
+ /** determins if embedded objects are included in the index.
*/
[optional, property] boolean CreateFromEmbeddedObjects;
/** contains the name of the user index.
diff --git a/offapi/com/sun/star/text/XPagePrintable.idl b/offapi/com/sun/star/text/XPagePrintable.idl
index 62499ebef963..6db2aaed1949 100644
--- a/offapi/com/sun/star/text/XPagePrintable.idl
+++ b/offapi/com/sun/star/text/XPagePrintable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPagePrintable.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,7 @@ interface XPagePrintable: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XPagePrintable::printPages
- /** prints the pages according to the <type scope="com::sun::star::view">PrintSettings</type>.@see com::sun::star::view::PrintOptions
+ /** prints the pages according to the <type scope="com::sun::star::view">PagePrintSettings</type>.@see com::sun::star::view::PrintOptions
*/
void printPages( [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
raises( com::sun::star::lang::IllegalArgumentException );
@@ -130,6 +130,12 @@ interface XPagePrintable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.16.1 2002/04/12 08:10:50 os
+ service name of properties corrected
+
+ Revision 1.5 2001/03/16 16:41:46 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 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/XTextContent.idl b/offapi/com/sun/star/text/XTextContent.idl
index 22dfbe730a6a..9224b47fbf24 100644
--- a/offapi/com/sun/star/text/XTextContent.idl
+++ b/offapi/com/sun/star/text/XTextContent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextContent.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,9 @@
//=============================================================================
-// DocMerge: empty anyway
+/** enables objects to be inserted into a text and to provide their
+ location in a text once they are inserted into it.
+ */
interface XTextContent: com::sun::star::lang::XComponent
{
//-------------------------------------------------------------------------
@@ -124,6 +126,12 @@ interface XTextContent: com::sun::star::lang::XComponent
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.16.1 2002/08/27 12:01:09 tl
+ #97432# documentation added
+
+ Revision 1.4 2001/03/16 16:41:46 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:44:27 mi
moved from api
diff --git a/offapi/com/sun/star/text/XTextCursor.idl b/offapi/com/sun/star/text/XTextCursor.idl
index ecf07071af8d..f8cb35b315a9 100644
--- a/offapi/com/sun/star/text/XTextCursor.idl
+++ b/offapi/com/sun/star/text/XTextCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextCursor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,8 @@
//=============================================================================
-// DocMerge: empty anyway
+/** extends a text range by method to modify its position.
+ */
interface XTextCursor: com::sun::star::text::XTextRange
{
//-------------------------------------------------------------------------
@@ -143,6 +144,15 @@ interface XTextCursor: com::sun::star::text::XTextRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.16.2 2002/08/27 12:02:55 tl
+ #97433# documentation added
+
+ Revision 1.4.16.1 2002/08/27 12:01:55 tl
+ #97435# documentation added
+
+ Revision 1.4 2001/03/16 16:41:46 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:44:27 mi
moved from api
diff --git a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
index 4a9f761159e9..2ee6a5927e3f 100644
--- a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
+++ b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Bibliography.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-06-06 11:27:13 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,7 @@ module com { module sun { module star { module text { module FieldMaster {
service Bibliography
{
service com::sun::star::text::TextFieldMaster;
+
//------------------------------------------------------------------------
/** determins whether the bibiliography text fields are numbered. If </FALSE> the
short name of the bibliography entry is displayed instead.
diff --git a/offapi/com/sun/star/text/fieldmaster/Database.idl b/offapi/com/sun/star/text/fieldmaster/Database.idl
index 9e2da4bfea52..9f921dce6da7 100644
--- a/offapi/com/sun/star/text/fieldmaster/Database.idl
+++ b/offapi/com/sun/star/text/fieldmaster/Database.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Database.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2002-07-10 11:57:14 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,7 @@ module com { module sun { module star { module text { module FieldMaster {
service Database
{
service com::sun::star::text::TextFieldMaster;
+
//------------------------------------------------------------------------
/** contains the name of the data source.
*/
diff --git a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
index 72cd20dd1da9..7b47c70b9959 100644
--- a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
+++ b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SetExpression.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2001-04-20 11:38:50 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,7 @@ module com { module sun { module star { module text { module FieldMaster {
service SetExpression
{
service com::sun::star::text::TextFieldMaster;
+
//------------------------------------------------------------------------
/** determins the number of the chapter. This values is used if the field master
is set as number sequence.
diff --git a/offapi/com/sun/star/text/textfield/Annotation.idl b/offapi/com/sun/star/text/textfield/Annotation.idl
index 9bd891cfb5b8..5a86e7ce922c 100644
--- a/offapi/com/sun/star/text/textfield/Annotation.idl
+++ b/offapi/com/sun/star/text/textfield/Annotation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Annotation.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2002-01-08 15:32:53 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ service Annotation
/** contains the annotation's content
*/
[property]string Content;
- /** contains the creation data.
+ /** contains the creation date.
*/
[property]com::sun::star::util::Date Date;
};
diff --git a/offapi/com/sun/star/text/textfield/Author.idl b/offapi/com/sun/star/text/textfield/Author.idl
index 515b5f846a53..b050048e6b6a 100644
--- a/offapi/com/sun/star/text/textfield/Author.idl
+++ b/offapi/com/sun/star/text/textfield/Author.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Author.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2002-01-09 07:44:06 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,6 +90,14 @@ service Author
@see com::sun::star::text::AuthorDisplayFormat
*/
[optional, property] short AuthorFormat;
+ /** contains the current content of the text field.
+ <p> This property is escpecially usefull for import/export purposes. </p>
+ */
+ [optional, property]string CurrentPresentation;
+ /** determines whether the full name of the author is displayed rather than
+ the initials.
+ */
+ [optional, property]boolean FullName;
};
//=============================================================================
diff --git a/offapi/com/sun/star/text/textfield/Bibliography.idl b/offapi/com/sun/star/text/textfield/Bibliography.idl
index c5f2922b6f41..cb5ba8d67a18 100644
--- a/offapi/com/sun/star/text/textfield/Bibliography.idl
+++ b/offapi/com/sun/star/text/textfield/Bibliography.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Bibliography.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-11-16 12:20:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,8 +62,9 @@
#ifndef __com_sun_star_text_textfield_Bibliography_idl__
#define __com_sun_star_text_textfield_Bibliography_idl_
-#include <com/sun/star/text/TextField.idl>
#include <com/sun/star/beans/PropertyValue.idl>
+#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -75,7 +76,8 @@ module com { module sun { module star { module text { module textfield {
*/
service Bibliography
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
+
/** contains the bibliography fields of the text field.
*/
[property] sequence <com::sun::star::beans::PropertyValue> Fields;
diff --git a/offapi/com/sun/star/text/textfield/Database.idl b/offapi/com/sun/star/text/textfield/Database.idl
index e593a0eab6a5..7253d51602ad 100644
--- a/offapi/com/sun/star/text/textfield/Database.idl
+++ b/offapi/com/sun/star/text/textfield/Database.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Database.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2002-01-08 15:33:18 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#define __com_sun_star_text_textfield_Database_idl_
#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -74,8 +75,9 @@ module com { module sun { module star { module text { module textfield {
*/
service Database
{
- service com::sun::star::text::TextField;
- /** contains the database content that was merged in at the last database merge action.
+ service com::sun::star::text::DependentTextField;
+
+ /** contains the database content that was merged in the last database merge action.
Initially it contains the colum name in parenthesis (<>).
*/
[property]string Content;
diff --git a/offapi/com/sun/star/text/textfield/DatabaseName.idl b/offapi/com/sun/star/text/textfield/DatabaseName.idl
index 703b9cbb2917..58ca4b32950e 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseName.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseName.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2002-07-10 11:58:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,8 @@
#ifndef __com_sun_star_text_textfield_DatabaseName_idl__
#define __com_sun_star_text_textfield_DatabaseName_idl_
-#include <com/sun/star/text/TextField.idl>
+
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -74,12 +75,13 @@ module com { module sun { module star { module text { module textfield {
*/
service DatabaseName
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
+
/** contains the name of the database.
*/
[property]string DataBaseName;
/** determines the interpretation of the property DataTableName.
- <type scope="com::sun::star::sdb">CommandType</type>.
+ @see com::sun::star::sdb::CommandType
*/
[property]long DataCommandType;
/** contains the name of the database table, query or a statement depending
diff --git a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
index 5e0f849c1249..3ab288b99378 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseNextSet.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2002-07-10 11:58:34 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#define __com_sun_star_text_textfield_DatabaseNextSet_idl_
#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -74,12 +75,13 @@ module com { module sun { module star { module text { module textfield {
*/
service DatabaseNextSet
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
+
/** contains the name of the database.
*/
[property]string DataBaseName;
/** determines the interpretation of the property DataTableName.
- <type scope="com::sun::star::sdb">CommandType</type>.
+ @see com::sun::star::sdb::CommandType
*/
[property]long DataCommandType;
/** contains the name of the database table, query or a statement depending
diff --git a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
index f2212907afdb..727ac6ec0694 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseNumberOfSet.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2002-07-10 11:58:35 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#define __com_sun_star_text_textfield_DatabaseNumberOfSet_idl_
#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -75,12 +76,13 @@ module com { module sun { module star { module text { module textfield {
*/
service DatabaseNumberOfSet
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
+
/** contains the name of the database.
*/
[property]string DataBaseName;
/** determines the interpretation of the property DataTableName.
- <type scope="com::sun::star::sdb">CommandType</type>.
+ @see com::sun::star::sdb::CommandType
*/
[property]long DataCommandType;
/** contains the name of the database table, query or a statement depending
diff --git a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
index 7db2c8dddf78..9774d57b4812 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseSetNumber.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2002-07-10 11:58:36 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#define __com_sun_star_text_textfield_DatabaseSetNumber_idl_
#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -75,12 +76,13 @@ module com { module sun { module star { module text { module textfield {
*/
service DatabaseSetNumber
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
+
/** contains the name of the database.
*/
[property]string DataBaseName;
/** determines the interpretation of the property DataTableName.
- <type scope="com::sun::star::sdb">CommandType</type>.
+ @see com::sun::star::sdb::CommandType
*/
[property]long DataCommandType;
/** contains the name of the database table, query or a statement depending
diff --git a/offapi/com/sun/star/text/textfield/DateTime.idl b/offapi/com/sun/star/text/textfield/DateTime.idl
index 92f0164a3a06..0eb8845397fd 100644
--- a/offapi/com/sun/star/text/textfield/DateTime.idl
+++ b/offapi/com/sun/star/text/textfield/DateTime.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DateTime.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-03-13 09:49:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,13 +82,13 @@ service DateTime
*/
[optional, property] boolean IsFixed;
- /** If this flag is set to <TRUE/> this field represents,
+ /** If this flag is set to <TRUE/> this field represents
a date with an optional time. If it is set to <FALSE/>
only the time is used here.
*/
[property] boolean IsDate;
- /** the is the content of this field
+ /** the is the content of this field.
*/
[optional, property] com::sun::star::util::DateTime DateTimeValue;
@@ -100,12 +100,12 @@ service DateTime
/** this is the display format for this field.
Depending on <member>IsDate</member>, this
is either a
- <const scope="com::sun::star">text::DateDisplayFormat</const> or
- <const scope="com::sun::star">text::TimeDisplayFormat</const>.
+ <type scope="com::sun::star::text">DateDisplayFormat</type> or
+ <type scope="com::sun::star::text">TimeDisplayFormat</type>.
This property is deprecated and is here only
for components that do not support a
- <type scope="com::sun::star">util::NumberFormatter</type>.
+ <type scope="com::sun::star::util">NumberFormatter</type>.
@see com::sun::star::text::DateDisplayFormat
@see com::sun::star::text::TimeDisplayFormat
diff --git a/offapi/com/sun/star/text/textfield/GetReference.idl b/offapi/com/sun/star/text/textfield/GetReference.idl
index 3c64098f7026..5318819930c6 100644
--- a/offapi/com/sun/star/text/textfield/GetReference.idl
+++ b/offapi/com/sun/star/text/textfield/GetReference.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GetReference.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:50 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@ service GetReference
*/
[property] string CurrentPresentation;
/** contains the source of the reference.
- @see com.sun.star.text.ReferenceFieldSource
+ @see com::sun::star::text::ReferenceFieldSource
*/
[property] short ReferenceFieldSource;
/** contains the name of the source.
@@ -90,12 +90,12 @@ service GetReference
*/
[property] string SourceName;
/** contains the type of the reference.
- @see com.sun.star.text.ReferenceFieldPart
+ @see com::sun::star::text::ReferenceFieldPart
*/
[property] short ReferenceFieldPart;
/** contains the sequence number of a set expression field that is used as sequence field
or the value of the ReferenceId property of a footnote or endnote.
- @see service com.sun.star.text.Footnote
+ @see com::sun::star::text::Footnote
*/
[property] short SequenceNumber;
};
diff --git a/offapi/com/sun/star/text/textfield/Input.idl b/offapi/com/sun/star/text/textfield/Input.idl
index efef2e7de53b..b41b52583fba 100644
--- a/offapi/com/sun/star/text/textfield/Input.idl
+++ b/offapi/com/sun/star/text/textfield/Input.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Input.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:50 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,6 @@ module com { module sun { module star { module text { module textfield {
service Input
{
service com::sun::star::text::TextField;
-
/** contains the text content of the text field.
<p> The field displays the text content.</p>
*/
diff --git a/offapi/com/sun/star/text/textfield/InputUser.idl b/offapi/com/sun/star/text/textfield/InputUser.idl
index a69d1de95e28..d8be16dcf617 100644
--- a/offapi/com/sun/star/text/textfield/InputUser.idl
+++ b/offapi/com/sun/star/text/textfield/InputUser.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InputUser.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:50 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,16 +71,18 @@ module com { module sun { module star { module text { module textfield {
//=============================================================================
/** specifies service of an input field that is used to change the content of a corresponding
field master of a user defined text field.
+
@see com::sun::star::text::TextField
*/
-service Input
+service InputUser
{
service com::sun::star::text::TextField;
- /* contains the name of the corresponding field master.
+ /** contains the name of the corresponding field master.
*/
[optional, property] string Content;
- /* contains a hint text.
+
+ /** contains a hint text.
<p> This hint may be used as help tip or as headline of a corresponding
dialog to edit the field content.</p>
*/
diff --git a/offapi/com/sun/star/text/textfield/SetExpression.idl b/offapi/com/sun/star/text/textfield/SetExpression.idl
index f0ef950824a0..b30efc0cfab2 100644
--- a/offapi/com/sun/star/text/textfield/SetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/SetExpression.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SetExpression.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2002-01-09 08:20:43 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#define __com_sun_star_text_textfield_SetExpression_idl_
#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
//=============================================================================
@@ -74,7 +75,8 @@ module com { module sun { module star { module text { module textfield {
*/
service SetExpression
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
+
/** contains the textual content of the field.
*/
[property]string Content;
diff --git a/offapi/com/sun/star/text/textfield/TableFormula.idl b/offapi/com/sun/star/text/textfield/TableFormula.idl
index 30bdb2bbeabb..40397d2fad7a 100644
--- a/offapi/com/sun/star/text/textfield/TableFormula.idl
+++ b/offapi/com/sun/star/text/textfield/TableFormula.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableFormula.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-10-17 13:58:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,8 +88,8 @@ service TableFormula
/** determins whether the formula displayed as text or evaluated.
*/
[property] boolean IsShowFormula;
- /** this is the number format for this field
- @see <type>scope="com::sun::star::util">NumberFormatter</type>
+ /** this is the number format for this field.
+ @see com::sun::star::util::NumberFormatter
*/
[property] short NumberFormat;
};
diff --git a/offapi/com/sun/star/text/textfield/User.idl b/offapi/com/sun/star/text/textfield/User.idl
index 4da53f14c520..eb46f3b248c4 100644
--- a/offapi/com/sun/star/text/textfield/User.idl
+++ b/offapi/com/sun/star/text/textfield/User.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: User.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2001-03-13 10:26:47 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#define __com_sun_star_text_textfield_User_idl__
#include <com/sun/star/text/TextField.idl>
+#include <com/sun/star/text/DependentTextField.idl>
#include <com/sun/star/text/XDependentTextField.idl>
//=============================================================================
@@ -75,15 +76,16 @@ module com { module sun { module star { module text { module textfield {
*/
service User
{
- service com::sun::star::text::TextField;
+ service com::sun::star::text::DependentTextField;
- interface ::com::sun::star::text::XDependentTextField;
- /* determins if the content is shown as text rather than as value.
+ /** determins if the content is shown as text rather than as value.
*/
[optional, property] boolean IsShowFormula;
- /* determins if the field is visible.
+
+ /** determins if the field is visible.
*/
[optional, property] boolean IsVisible;
+
/** this is the number format for this field.
@see com::sun::star::util::NumberFormatter
*/