summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XGridDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridDataModel.idl64
1 files changed, 32 insertions, 32 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
index 5cc4085807e1..7489e496086c 100644
--- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
@@ -2,7 +2,7 @@
*
* $Revision: 1.8 $
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -25,28 +25,28 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_grid_XGridDataModel_idl__
-#define __com_sun_star_awt_grid_XGridDataModel_idl__
-
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/awt/grid/XGridDataListener.idl>
-
+#ifndef __com_sun_star_awt_grid_XGridDataModel_idl__
+#define __com_sun_star_awt_grid_XGridDataModel_idl__
+
-//=============================================================================
+#include <com/sun/star/lang/XComponent.idl>
+#include <com/sun/star/awt/grid/XGridDataListener.idl>
-module com { module sun { module star { module awt { module grid {
-//=============================================================================
+//=============================================================================
+
+module com { module sun { module star { module awt { module grid {
+
+//=============================================================================
/** An instance of this interface is used by the <type>UnoControlGrid</type> to
retrieve the content data that is displayed in the actual control.
If you do not need your own model implementation, you can also use the <type>DefaultGridDataModel</type>.
-
+
@since OOo 3.3.0
-*/
-interface XGridDataModel: ::com::sun::star::lang::XComponent
-{
+*/
+interface XGridDataModel: ::com::sun::star::lang::XComponent
+{
/** Specifies the height of each row.
*/
[attribute] long RowHeight;
@@ -72,7 +72,7 @@ interface XGridDataModel: ::com::sun::star::lang::XComponent
/** Adds a row to the model.
@param headername
- specifies the name of the row.
+ specifies the name of the row.
@param data
the content of the row.
*/
@@ -98,7 +98,7 @@ interface XGridDataModel: ::com::sun::star::lang::XComponent
the new value of the cell.
*/
void updateCell([in] long row, [in] long column, [in] any value );
-
+
/**Updates the content of a given row.
@param row
the row index
@@ -109,26 +109,26 @@ interface XGridDataModel: ::com::sun::star::lang::XComponent
*/
void updateRow([in] long row, [in] sequence< long > columns, [in] sequence< any > values);
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** Adds a listener for the <type>GridDataEvent</type> posted after the grid changes.
@param Listener
the listener to add.
- */
- [oneway] void addDataListener( [in] XGridDataListener listener);
-
- //-------------------------------------------------------------------------
+ */
+ [oneway] void addDataListener( [in] XGridDataListener listener);
+
+ //-------------------------------------------------------------------------
/** Removes a listener previously added with <method>addDataListener()</method>.
@param Listener
the listener to remove.
- */
- [oneway] void removeDataListener( [in] XGridDataListener listener);
-
-};
-
-//=============================================================================
-
-}; }; }; };};
-
-#endif
+ */
+ [oneway] void removeDataListener( [in] XGridDataListener listener);
+
+};
+
+//=============================================================================
+
+}; }; }; };};
+
+#endif