summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XViewPane.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/sheet/XViewPane.idl
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/sheet/XViewPane.idl')
-rw-r--r--offapi/com/sun/star/sheet/XViewPane.idl14
1 files changed, 8 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/XViewPane.idl b/offapi/com/sun/star/sheet/XViewPane.idl
index f944d3a40ffb..0f8c510f92cb 100644
--- a/offapi/com/sun/star/sheet/XViewPane.idl
+++ b/offapi/com/sun/star/sheet/XViewPane.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XViewPane.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:12 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,6 @@
// DocMerge from xml: interface com::sun::star::sheet::XViewPane
/** represents a pane in a view of a spreadsheet document.@see com::sun::star::sheet::SpreadsheetViewPane
*/
-[ uik(E2281542-33D6-11D1-AABE00A0-249D5590), ident( "XViewPane", 1.0 ) ]
interface XViewPane: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -87,7 +86,7 @@ interface XViewPane: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sheet::XViewPane::getFirstVisibleColumn
/** returns the first column that is visible in the pane.
*/
- [const] long getFirstVisibleColumn();
+ long getFirstVisibleColumn();
//-------------------------------------------------------------------------
@@ -101,7 +100,7 @@ interface XViewPane: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sheet::XViewPane::getFirstVisibleRow
/** returns the first row that is visible in the pane.
*/
- [const] long getFirstVisibleRow();
+ long getFirstVisibleRow();
//-------------------------------------------------------------------------
@@ -116,7 +115,7 @@ interface XViewPane: com::sun::star::uno::XInterface
/** returns the address of the cell range that consists of
the cells which are visible in the pane.
*/
- [const] com::sun::star::table::CellRangeAddress getVisibleRange();
+ com::sun::star::table::CellRangeAddress getVisibleRange();
};
@@ -127,6 +126,9 @@ interface XViewPane: 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:47 mi
moved from api