LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
PosSize.idl File 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::awt
 Java AWT-like user interface toolkit interface specifications for UNO.
 

Constant Groups

constants  com::sun::star::awt::PosSize
 These constants are used to flag the parameters of a rectangle.
 

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.