https://bugs.documentfoundation.org/show_bug.cgi?id=151853
Bug ID: 151853
Summary: css:text:XTextTableCursor poorly documented
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
Description:
goXXX() all return a boolean. It is not documented what that boolean means.
>From experience with the rest of the LibO API, one guesses that is "you went
past the end of the table", but that should be written explicitly.
When called while one is in the last column, goRight() wraps around to next row
first column. That must be documented. Similarly for goLeft() and the wrap to
last column previous row.
gotoCellByName() doesn't explain what the "name" of a cell is; getRangeName()
does, maybe just add a sentence "see getRangeName [make that a link]" in the
documentation of gotoCellByName()?
Steps to Reproduce:
.
Actual Results:
.
Expected Results:
.
Reproducible: Always
User Profile Reset: No
Additional Info:
.
--
You are receiving this mail because:
You are the assignee for the bug.