To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10733


User bm changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |VERIFIED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Dec 14 04:43:45 -0800 
2006 -------
service css::sheet::Spreadsheets contains the new optional interface
css::sheet::XCellRangesAccess. This interface contains the methods

com::sun::star::table::XCell getCellByPosition(
        [in] long nColumn,
        [in] long nRow,
        [in] long nSheet )
    raises( com::sun::star::lang::IndexOutOfBoundsException );

com::sun::star::table::XCellRange getCellRangeByPosition(
        [in] long nLeft,
        [in] long nTop,
        [in] long nRight,
        [in] long nBottom,
        [in] long nSheet )
    raises( com::sun::star::lang::IndexOutOfBoundsException );

sequence <com::sun::star::table::XCellRange> getCellRangesByName( [in] string
aRange )
    raises( com::sun::star::lang::IllegalArgumentException );


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to