summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-07 10:51:57 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-07 10:51:57 +0100
commita9edc6355d2323e1ac37c05bddd04d3e32896c09 (patch)
tree1ed7c81879ed7358308cca83831b6f2616936384
parentgridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col... (diff)
downloadcore-a9edc6355d2323e1ac37c05bddd04d3e32896c09.tar.gz
core-a9edc6355d2323e1ac37c05bddd04d3e32896c09.zip
gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGridModel.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/XGridDataModel.idl4
2 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 2edbb7061127..acd02b572a05 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -81,6 +81,12 @@ service UnoControlGridModel
*/
[property, maybevoid] long ColumnHeaderHeight;
+ /** Specifies the height of rows in the grid control.
+
+ <p>The height is specified in application font units - see <type scope="com::sun::star::util">MeasureUnit</type>.</p>
+ */
+ [property, maybevoid] long RowHeight;
+
/** Specifies the <type>XGridColumnModel</type> that is providing the column structure.
<p>You can implement your own instance of <type>XGridColumnModel</type> or use
diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
index e69ddd576815..72c270e5575a 100644
--- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
@@ -56,10 +56,6 @@ interface XGridDataModel
*/
interface ::com::sun::star::util::XCloneable;
- /** Specifies the height of each row.
- */
- [attribute] long RowHeight;
-
/** Contains the row header.
*/
[attribute] sequence< string > RowHeaders;