diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 12:24:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 12:24:25 +0000 |
commit | 6291d519636b247586860cb3a06bc6d6b98a58c1 (patch) | |
tree | 4899a7eddfb82a2da8a568bce1a8f810f751c158 /offapi/com/sun/star/table | |
parent | 9600e383ca7ca71a18e5a6b20d8222155f8adbda (diff) |
INTEGRATION: CWS tl14 (1.7.212); FILE MERGED
2005/09/23 05:47:04 tl 1.7.212.2: RESYNC: (1.7-1.8); FILE MERGED
2005/07/25 11:57:22 tl 1.7.212.1: #i23386# add comment about exception for index/count being out of bounds
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r-- | offapi/com/sun/star/table/XTableRows.idl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/table/XTableRows.idl b/offapi/com/sun/star/table/XTableRows.idl index a2009bc35180..83d588cde29e 100644 --- a/offapi/com/sun/star/table/XTableRows.idl +++ b/offapi/com/sun/star/table/XTableRows.idl @@ -4,9 +4,9 @@ * * $RCSfile: XTableRows.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:53:02 $ + * last change: $Author: rt $ $Date: 2005-11-11 13:24:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,9 @@ published interface XTableRows: com::sun::star::container::XIndexAccess /** inserts new rows. + <p>When the index or combination of index and count is out + of bounds an exception will be thrown.</p> + @param nIndex is the index the first inserted row will have. @@ -68,6 +71,9 @@ published interface XTableRows: com::sun::star::container::XIndexAccess /** deletes rows. + <p>When the index or combination of index and count is out + of bounds an exception will be thrown.</p> + @param nIndex is the index of the first row to delete. |