summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XViewPane.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XViewPane.idl')
-rw-r--r--offapi/com/sun/star/sheet/XViewPane.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/XViewPane.idl b/offapi/com/sun/star/sheet/XViewPane.idl
index 8d0bc34c43e7..254dab56353b 100644
--- a/offapi/com/sun/star/sheet/XViewPane.idl
+++ b/offapi/com/sun/star/sheet/XViewPane.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a pane in a view of a spreadsheet document.
@@ -36,31 +34,26 @@
*/
published interface XViewPane: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the first column that is visible in the pane.
*/
long getFirstVisibleColumn();
- //-------------------------------------------------------------------------
/** sets the first column that is visible in the pane.
*/
void setFirstVisibleColumn( [in] long nFirstVisibleColumn );
- //-------------------------------------------------------------------------
/** returns the first row that is visible in the pane.
*/
long getFirstVisibleRow();
- //-------------------------------------------------------------------------
/** sets the first row that is visible in the pane.
*/
void setFirstVisibleRow( [in] long nFirstVisibleRow );
- //-------------------------------------------------------------------------
/** returns the address of the cell range that consists of
the cells which are visible in the pane.
@@ -69,7 +62,6 @@ published interface XViewPane: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };