Bug 151853 - css:text:XTextTableCursor poorly documented
Summary: css:text:XTextTableCursor poorly documented
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: sdk (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-01 10:31 UTC by Lionel Elie Mamane
Modified: 2023-03-02 09:57 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lionel Elie Mamane 2022-11-01 10:31:35 UTC
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:
.