summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XAreaLink.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XAreaLink.idl')
-rw-r--r--offapi/com/sun/star/sheet/XAreaLink.idl66
1 files changed, 14 insertions, 52 deletions
diff --git a/offapi/com/sun/star/sheet/XAreaLink.idl b/offapi/com/sun/star/sheet/XAreaLink.idl
index 7d92758faf51..e990e4a28ae4 100644
--- a/offapi/com/sun/star/sheet/XAreaLink.idl
+++ b/offapi/com/sun/star/sheet/XAreaLink.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAreaLink.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_XAreaLink_idl__
#define __com_sun_star_sheet_XAreaLink_idl__
@@ -69,57 +70,46 @@
#include <com/sun/star/table/CellRangeAddress.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sheet::XAreaLink
-/** represents a linked cell range.@see com::sun::star::sheet::CellAreaLink
+/** provides methods to change the settings of a linked cell range.
+
+ @see com::sun::star::sheet::CellAreaLink
*/
interface XAreaLink: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR XAreaLink::getSourceArea
-
- // DocMerge from xml: method com::sun::star::sheet::XAreaLink::getSourceArea
- /** returns the source of the range within the
- source document.
-
+ /** returns the source of the range within the source document.
<p>This can be the address of a cell or range in the form
- "sheet1.a1:c5", or the name of a named range or database range.</p>
+ "Sheet1.A1:C5", or the name of a named range or database range.</p>
*/
string getSourceArea();
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XAreaLink::setSourceArea
/** sets the source of the range within the source document.
-
-
<p>This can be the address of a cell or range in the form
- "sheet1.a1:c5", or the name of a named range or database range.</p>
+ "Sheet1.A1:C5", or the name of a named range or database range.</p>
*/
void setSourceArea( [in] string aSourceArea );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XAreaLink::getDestArea
- /** returns the position of the linked range
- in the destination document.
+ /** returns the position of the linked range in the destination
+ document.
*/
com::sun::star::table::CellRangeAddress getDestArea();
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XAreaLink::setDestArea
- /** sets the position of the linked range
- in the destination document.
+ /** sets the position of the linked range in the destination document.
*/
void setDestArea( [in] com::sun::star::table::CellRangeAddress aDestArea );
@@ -129,33 +119,5 @@ interface XAreaLink: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/12/21 08:35:12 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:43:46 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:58 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:35:49 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:50 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/24 17:35:23 nn
- #74032# documentation added
-
- Revision 1.2 2000/02/07 11:24:54 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+