LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
InvalidateStyle.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::InvalidateStyle
 specifies how to invalidate windows.
 

Variables

const short CHILDREN = 1
 The child windows are invalidated, too. More...
 
const short NOCHILDREN = 2
 The child windows are not invalidated. More...
 
const short NOERASE = 4
 The invalidated area is painted with the background color/pattern. More...
 
const short UPDATE = 8
 The invalidated area is updated immediately. More...
 
const short TRANSPARENT = 16
 The parent window is invalidated, too. More...
 
const short NOTRANSPARENT = 32
 The parent window is not invalidated. More...
 
const short NOCLIPCHILDREN = 16384
 The area is invalidated regardless of overlapping child windows. More...