diff options
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/tablemodel.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/inc/tablemodel.hxx b/svx/source/inc/tablemodel.hxx index 78aabc51f692..0dba1c058866 100644 --- a/svx/source/inc/tablemodel.hxx +++ b/svx/source/inc/tablemodel.hxx @@ -85,6 +85,9 @@ public: /// Get the width of all columns in this table. std::vector<sal_Int32> getColumnWidths(); + /// Get the height of all rows in this table. + std::vector<sal_Int32> getRowHeights(); + void dumpAsXml(xmlTextWriterPtr pWriter) const; // ICellRange |