LibreOffice
LibreOffice 7.3 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
MoveDirection.idl File Reference

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.
 

Macros

#define __com_sun_star_sheet_MoveDirection_idl__
 

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

Macro Definition Documentation

◆ __com_sun_star_sheet_MoveDirection_idl__

#define __com_sun_star_sheet_MoveDirection_idl__