LibreOffice
LibreOffice 24.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
module | com |
module | com::sun |
module | com::sun::star |
the module com::sun::star is the root module of the UNO API. | |
module | com::sun::star::sheet |
Spreadsheet specific interfaces. | |
Constant Groups | |
constants | com::sun::star::sheet::MoveDirection |
used to specify the direction of moving the current selection i.e. | |
Variables | |
const short | DOWN = 0 |
specifies that the selection moves one cell down. More... | |
const short | RIGHT = 1 |
specifies that the selection moves one cell right. More... | |
const short | UP = 2 |
specifies that the selection moves one cell up. More... | |
const short | LEFT = 3 |
specifies that the selection moves one cell left. More... | |