| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
These constants are used to flag the parameters of a rectangle. More...
| Variables | |
| const short | X = 1 | 
| flags the x-coordinate. | |
| const short | Y = 2 | 
| flags the y-coordinate. | |
| const short | WIDTH = 4 | 
| flags the width. | |
| const short | HEIGHT = 8 | 
| flags the height. | |
| const short | POS = 3 | 
| flags the x- and y-coordinate. | |
| const short | SIZE = 12 | 
| flags the width and height. | |
| const short | POSSIZE = 15 | 
| flags the x- and y-coordinate, width and height. | |
These constants are used to flag the parameters of a rectangle.
| const short HEIGHT = 8 | 
flags the height.
| const short POS = 3 | 
flags the x- and y-coordinate.
| const short POSSIZE = 15 | 
flags the x- and y-coordinate, width and height.
| const short SIZE = 12 | 
flags the width and height.
| const short WIDTH = 4 | 
flags the width.
| const short X = 1 | 
flags the x-coordinate.
| const short Y = 2 | 
flags the y-coordinate.