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

specifies how to invalidate windows. More...

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...
 

Detailed Description

specifies how to invalidate windows.

Variable Documentation

◆ CHILDREN

const short CHILDREN = 1

The child windows are invalidated, too.

◆ NOCHILDREN

const short NOCHILDREN = 2

The child windows are not invalidated.

◆ NOCLIPCHILDREN

const short NOCLIPCHILDREN = 16384

The area is invalidated regardless of overlapping child windows.

◆ NOERASE

const short NOERASE = 4

The invalidated area is painted with the background color/pattern.

◆ NOTRANSPARENT

const short NOTRANSPARENT = 32

The parent window is not invalidated.

◆ TRANSPARENT

const short TRANSPARENT = 16

The parent window is invalidated, too.

◆ UPDATE

const short UPDATE = 8

The invalidated area is updated immediately.