Kaydet (Commit) 6291d519 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst 9600e383
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment