19 #ifndef __com_sun_star_style_CaseMap_idl__
20 #define __com_sun_star_style_CaseMap_idl__
24 module com { module sun { module star { module style {
29 published constants CaseMap
const short TITLE
The first character of each word is put in upper case.
Definition: CaseMap.idl:45
const short NONE
The case of the characters is unchanged.
Definition: CaseMap.idl:33
const short LOWERCASE
All characters are put in lower case.
Definition: CaseMap.idl:41
const short UPPERCASE
All characters are put in upper case.
Definition: CaseMap.idl:37
const short SMALLCAPS
All characters are put in upper case, but with a smaller font height.
Definition: CaseMap.idl:49