LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::ui::ImageType Constant Group Reference

Determine the image set of an image manager. More...

Variables

const short SIZE_DEFAULT = 0
 an image with default size. More...
 
const short SIZE_LARGE = 1
 an image with large size. More...
 
const short SIZE_32 = 2
 an image with size 32. More...
 
const short COLOR_NORMAL = 0
 an image with normal colors. More...
 
const short COLOR_HIGHCONTRAST = 4
 an image with high contrast colors. More...
 

Detailed Description

Determine the image set of an image manager.

The constants describe bits in a bit field which determine the current image set of an image manager.

Since
OOo 2.0

Variable Documentation

◆ COLOR_HIGHCONTRAST

const short COLOR_HIGHCONTRAST = 4

an image with high contrast colors.

◆ COLOR_NORMAL

const short COLOR_NORMAL = 0

an image with normal colors.

◆ SIZE_32

const short SIZE_32 = 2

an image with size 32.

Since
LibreOffice 5.3

◆ SIZE_DEFAULT

const short SIZE_DEFAULT = 0

an image with default size.

◆ SIZE_LARGE

const short SIZE_LARGE = 1

an image with large size.