LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::awt::PosSize Constant Group Referencepublished

These constants are used to flag the parameters of a rectangle. More...

Variables

const short X = 1
 flags the x-coordinate. More...
 
const short Y = 2
 flags the y-coordinate. More...
 
const short WIDTH = 4
 flags the width. More...
 
const short HEIGHT = 8
 flags the height. More...
 
const short POS = 3
 flags the x- and y-coordinate. More...
 
const short SIZE = 12
 flags the width and height. More...
 
const short POSSIZE = 15
 flags the x- and y-coordinate, width and height. More...
 

Detailed Description

These constants are used to flag the parameters of a rectangle.

Variable Documentation

◆ HEIGHT

const short HEIGHT = 8

flags the height.

◆ POS

const short POS = 3

flags the x- and y-coordinate.

◆ POSSIZE

const short POSSIZE = 15

flags the x- and y-coordinate, width and height.

◆ SIZE

const short SIZE = 12

flags the width and height.

◆ WIDTH

const short WIDTH = 4

flags the width.

◆ X

const short X = 1

flags the x-coordinate.

◆ Y

const short Y = 2

flags the y-coordinate.