LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
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. 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...