| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
These values are used to specify the direction in which a pop-up menu will grow. More...
| Variables | |
| const short | EXECUTE_DEFAULT = 0 | 
| opens on execute in a default direction. | |
| const short | EXECUTE_DOWN = 1 | 
| opens on execute downwards. | |
| const short | EXECUTE_UP = 2 | 
| opens on execute upwards. | |
| const short | EXECUTE_LEFT = 4 | 
| opens on execute to the left. | |
| const short | EXECUTE_RIGHT = 8 | 
| opens on execute to the right. | |
These values are used to specify the direction in which a pop-up menu will grow.
They may be expanded in future versions.
| const short EXECUTE_DEFAULT = 0 | 
opens on execute in a default direction.
| const short EXECUTE_DOWN = 1 | 
opens on execute downwards.
| const short EXECUTE_LEFT = 4 | 
opens on execute to the left.
| const short EXECUTE_RIGHT = 8 | 
opens on execute to the right.
| const short EXECUTE_UP = 2 | 
opens on execute upwards.