Bug 151853

Summary: css:text:XTextTableCursor poorly documented
Product: LibreOffice Reporter: Lionel Elie Mamane <lionel>
Component: sdkAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: normal CC: ilmari.lauhakangas, mikekaganski, telesto
Priority: medium    
Version: Inherited From OOo   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

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:
.