summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-03-12 11:56:25 +0000
committerMichael Hönnig <mi@openoffice.org>2001-03-12 11:56:25 +0000
commit1baa110d8448b09ed773273ae5a14bbd69f52d06 (patch)
treebbc0cfb4b605347314130d050daa2bceff3f94be /offapi/com/sun
parent52b25418fb46e4761860e22b7dfa50842f2aa0ed (diff)
package is a registered name in Java => renamed to packages (step1: new module packages)
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/configuration/AccessRootElement.idl5
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationAccess.idl5
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationProvider.idl11
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationRegistry.idl5
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl13
-rw-r--r--offapi/com/sun/star/configuration/GroupAccess.idl5
-rw-r--r--offapi/com/sun/star/configuration/GroupElement.idl5
-rw-r--r--offapi/com/sun/star/configuration/GroupUpdate.idl5
-rw-r--r--offapi/com/sun/star/table/XCellRange.idl11
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl54
-rw-r--r--offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl5
-rw-r--r--offapi/com/sun/star/ucb/XAnyCompare.idl8
12 files changed, 79 insertions, 53 deletions
diff --git a/offapi/com/sun/star/configuration/AccessRootElement.idl b/offapi/com/sun/star/configuration/AccessRootElement.idl
index 1363dcb6306c..0190d04c19dc 100644
--- a/offapi/com/sun/star/configuration/AccessRootElement.idl
+++ b/offapi/com/sun/star/configuration/AccessRootElement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessRootElement.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-02-22 19:39:03 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -212,3 +212,4 @@ service AccessRootElement
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
index 06d0fdbcecf5..bab1ef9b803d 100644
--- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationAccess.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: arellano $ $Date: 2001-02-27 00:38:55 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -320,3 +320,4 @@ service ConfigurationAccess
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
index 0811aef4f73c..76af4926ea1e 100644
--- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationProvider.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,7 +129,7 @@ service ConfigurationProvider
so that the parameters can be identified by name rather than by position.
</p>
- <!-- Dennis: Is the <member> suppose to have a formatting effect on the HTML? -->
+ <!-- Dennis: Is the member suppose to have a formatting effect on the HTML? -->
<p>What combinations of arguments are supported depends on the service name.
</p>
@@ -220,11 +220,11 @@ service ConfigurationProvider
at some later time. If <FALSE/>, the cache must operate in
<em>write-through</em> mode, where updates are written to persistent
storage at once - that is before
- <member scope="com::sun::star::util>XChangesBatch::commitChanges</member>
+ <member scope="com::sun::star::util">XChangesBatch::commitChanges</member>
returns.
</dt>
- <!-- Dennis: the data in the <member> is not being displayed. -->
+ <!-- Dennis: the data in the member is not being displayed. -->
<dd><code>"nocache"</code> : <atom>boolean</atom></dd>
<dt>specifies that data for the view is not taken from the cache, but
@@ -274,3 +274,4 @@ service ConfigurationProvider
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index a02ad939d53c..e8448182a12e 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationRegistry.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,3 +123,4 @@ service ConfigurationRegistry
#endif
+
diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
index 8a93e0896ef3..7159a14ada2a 100644
--- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
@@ -2,13 +2,9 @@
*
* $RCSfile: ConfigurationUpdateAccess.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
-<<<<<<< ConfigurationUpdateAccess.idl
- * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $
-=======
- * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $
->>>>>>> 1.4
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +91,7 @@ module com { module sun { module star { module configuration {
<p>Descendants of this service also implement this service
(and so on recursively), unless they are marked <em>read-only</em> in the
schema (which is indicated by attribute
- <const scope="com::sun::star::beans>PropertyAttribute::READONLY</const>),
+ <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>),
in which case they only need implement <type>ConfigurationAccess</type>.
</p>
@@ -118,7 +114,7 @@ module com { module sun { module star { module configuration {
<li><em>Element</em> role:
The root element of a modifiable tree provides extended functionality
to control processing of changes for the entire tree (fragment) by
- supporting <type scope="com::sun::star::util>XChangesBatch</type>.
+ supporting <type scope="com::sun::star::util">XChangesBatch</type>.
For elements of a <em>set</em> or a <em>group</em> no additinal
interfaces are supported.
</li>
@@ -191,3 +187,4 @@ service ConfigurationUpdateAccess
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/configuration/GroupAccess.idl b/offapi/com/sun/star/configuration/GroupAccess.idl
index 13dca589eee2..aaedc4e081f2 100644
--- a/offapi/com/sun/star/configuration/GroupAccess.idl
+++ b/offapi/com/sun/star/configuration/GroupAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GroupAccess.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -197,3 +197,4 @@ service GroupAccess
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/configuration/GroupElement.idl b/offapi/com/sun/star/configuration/GroupElement.idl
index 244acd55ef5e..0c5c77a60b27 100644
--- a/offapi/com/sun/star/configuration/GroupElement.idl
+++ b/offapi/com/sun/star/configuration/GroupElement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GroupElement.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,3 +122,4 @@ service GroupElement
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/configuration/GroupUpdate.idl b/offapi/com/sun/star/configuration/GroupUpdate.idl
index 983df78fe96f..179ed33daac6 100644
--- a/offapi/com/sun/star/configuration/GroupUpdate.idl
+++ b/offapi/com/sun/star/configuration/GroupUpdate.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GroupUpdate.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,3 +131,4 @@ service GroupUpdate
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/table/XCellRange.idl b/offapi/com/sun/star/table/XCellRange.idl
index 93bc05ae9f07..2681e8dbf209 100644
--- a/offapi/com/sun/star/table/XCellRange.idl
+++ b/offapi/com/sun/star/table/XCellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCellRange.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:19 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,6 @@ interface XCellRange: com::sun::star::uno::XInterface
@param nRow
is the row index of the cell.
-
- @see
*/
com::sun::star::table::XCell getCellByPosition(
[in] long nColumn, [in] long nRow )
@@ -121,8 +119,6 @@ interface XCellRange: com::sun::star::uno::XInterface
@param nBottom
is the row index of the last cell.
-
- @see
*/
com::sun::star::table::XCellRange getCellRangeByPosition( [in] long nLeft,
[in] long nTop,
@@ -145,6 +141,9 @@ interface XCellRange: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:19 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:44:19 mi
moved from api
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index 1f07aefdc879..ba6b1f2256dc 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2001-03-12 12:25:25 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,27 +161,35 @@ service BaseFrame
[property] string BackGraphicFilter;
//-------------------------------------------------------------------------
- /** determines the position of the background graphic.@see GraphicLocation
+ /** determines the position of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
//-------------------------------------------------------------------------
- /** contains the left border of the object.@see com::sun::star::table::BorderLine
+ /** 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 com::sun::star::table::BorderLine
+ /** 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 com::sun::star::table::BorderLine
+ /** 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 com::sun::star::table::BorderLine
+ /** contains the bottom border of the object.
+
+ @see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine BottomBorder;
@@ -277,7 +285,9 @@ service BaseFrame
*/
[property] boolean IsSyncHeightToWidth;
//-------------------------------------------------------------------------
- /** determines the horizontal orientation of the object.@see HoriOrientation
+ /** determines the horizontal orientation of the object.
+
+ @see BaseFrame::HoriOrientation
*/
[property] short HoriOrient;
//-------------------------------------------------------------------------
@@ -288,12 +298,16 @@ service BaseFrame
//-------------------------------------------------------------------------
/** determines the environment of the object to which the orientation
- is related.@see RelOrientation
+ is related.
+
+ @see BaseFrame::RelOrientation
*/
[property] short HoriOrientRelation;
//-------------------------------------------------------------------------
- /** determines the vertical orientation of the object.@see VertOrientation
+ /** determines the vertical orientation of the object.
+
+ @see BaseFrame::VertOrientation
*/
[property] short VertOrient;
@@ -307,7 +321,9 @@ service BaseFrame
//-------------------------------------------------------------------------
- /** determines the environment of the object to which the orientation is related.@see RelOrientation
+ /** determines the environment of the object to which the orientation is related.
+
+ @see BaseFrame::RelOrientation
*/
[property] short VertOrientRelation;
@@ -347,7 +363,7 @@ service BaseFrame
[property] boolean Print;
//-------------------------------------------------------------------------
- /** contains the type of the shadow of the object.@see ShadowFormat
+ /** contains the type of the shadow of the object.
*/
[property] com::sun::star::table::ShadowFormat ShadowFormat;
@@ -357,8 +373,10 @@ service BaseFrame
[property] boolean ServerMap;
//-------------------------------------------------------------------------
- /** contains the size of the object.@see Height
- @see Width
+ /** contains the size of the object.
+
+ @see BaseFrame::Height
+ @see BaseFrame::Width
*/
[property] com::sun::star::awt::Size Size;
@@ -367,7 +385,9 @@ service BaseFrame
*/
[property] boolean SizeProtected;
//-------------------------------------------------------------------------
- /** determines the type of the surrounding text.@see WrapTextMode
+ /** determines the type of the surrounding text.
+
+ @see BaseFrame::WrapTextMode
*/
[property] short Surround;
@@ -380,7 +400,9 @@ service BaseFrame
//-------------------------------------------------------------------------
- /** contains the wrapping of the object.@see WrapTextMode
+ /** contains the wrapping of the object.
+
+ @see BaseFrame::WrapTextMode
*/
[property] short TextWrap;
diff --git a/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl b/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl
index 943620eb1cfb..7ef7c20af693 100644
--- a/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractiveWrongMediumException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,3 +86,4 @@ exception InteractiveWrongMediumException: com::sun::star::task::ClassifiedInter
}; }; }; };
#endif
+
diff --git a/offapi/com/sun/star/ucb/XAnyCompare.idl b/offapi/com/sun/star/ucb/XAnyCompare.idl
index 18c04813c9ef..9c12f3f5b437 100644
--- a/offapi/com/sun/star/ucb/XAnyCompare.idl
+++ b/offapi/com/sun/star/ucb/XAnyCompare.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAnyCompare.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kso $ $Date: 2001-02-09 13:05:25 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,14 +70,14 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** compares two <type scope=com:.sun::star::uno">Any</type>s.
+/** compares two <type scope="com::sun::star::uno">Any</type>s.
*/
[ uik(C95ED4C1-3B9A-11d4-8B150010-4BCAF449), ident( "XAnyCompare", 1.0 ) ]
interface XAnyCompare: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** allows comparision of two <type scope=com:.sun::star::uno">Any</type>s.
+ /** allows comparision of two <type scope="com::sun::star::uno">Any</type>s.
@param Any1
is the first compare value