Lines Matching refs:sal_uInt8

44 const sal_uInt8 EXC_LINE_NONE               = 0x00;
45 const sal_uInt8 EXC_LINE_THIN = 0x01;
46 const sal_uInt8 EXC_LINE_MEDIUM = 0x02;
47 const sal_uInt8 EXC_LINE_THICK = 0x05;
48 const sal_uInt8 EXC_LINE_DOUBLE = 0x06;
49 const sal_uInt8 EXC_LINE_HAIR = 0x07;
53 const sal_uInt8 EXC_PATT_NONE = 0x00;
54 const sal_uInt8 EXC_PATT_SOLID = 0x01;
55 const sal_uInt8 EXC_PATT_50_PERC = 0x02;
56 const sal_uInt8 EXC_PATT_75_PERC = 0x03;
57 const sal_uInt8 EXC_PATT_25_PERC = 0x04;
58 const sal_uInt8 EXC_PATT_12_5_PERC = 0x11;
59 const sal_uInt8 EXC_PATT_6_25_PERC = 0x12;
83 const sal_uInt8 EXC_FONTFAM_DONTKNOW = 0x00;
84 const sal_uInt8 EXC_FONTFAM_ROMAN = 0x01;
85 const sal_uInt8 EXC_FONTFAM_SWISS = 0x02;
86 const sal_uInt8 EXC_FONTFAM_SYSTEM = EXC_FONTFAM_SWISS;
87 const sal_uInt8 EXC_FONTFAM_MODERN = 0x03;
88 const sal_uInt8 EXC_FONTFAM_SCRIPT = 0x04;
89 const sal_uInt8 EXC_FONTFAM_DECORATIVE = 0x05;
92 const sal_uInt8 EXC_FONTCSET_ANSI_LATIN = 0x00;
117 const sal_uInt8 EXC_FONTUNDERL_NONE = 0x00;
118 const sal_uInt8 EXC_FONTUNDERL_SINGLE = 0x01;
119 const sal_uInt8 EXC_FONTUNDERL_DOUBLE = 0x02;
120 const sal_uInt8 EXC_FONTUNDERL_SINGLE_ACC = 0x21;
121 const sal_uInt8 EXC_FONTUNDERL_DOUBLE_ACC = 0x22;
150 const sal_uInt8 EXC_XF_DIFF_VALFMT = 0x01;
151 const sal_uInt8 EXC_XF_DIFF_FONT = 0x02;
152 const sal_uInt8 EXC_XF_DIFF_ALIGN = 0x04;
153 const sal_uInt8 EXC_XF_DIFF_BORDER = 0x08;
154 const sal_uInt8 EXC_XF_DIFF_AREA = 0x10;
155 const sal_uInt8 EXC_XF_DIFF_PROT = 0x20;
157 const sal_uInt8 EXC_XF_HOR_GENERAL = 0x00;
158 const sal_uInt8 EXC_XF_HOR_LEFT = 0x01;
159 const sal_uInt8 EXC_XF_HOR_CENTER = 0x02;
160 const sal_uInt8 EXC_XF_HOR_RIGHT = 0x03;
161 const sal_uInt8 EXC_XF_HOR_FILL = 0x04;
162 const sal_uInt8 EXC_XF_HOR_JUSTIFY = 0x05;
163 const sal_uInt8 EXC_XF_HOR_CENTER_AS = 0x06;
164 const sal_uInt8 EXC_XF_HOR_DISTRIB = 0x07;
166 const sal_uInt8 EXC_XF_VER_TOP = 0x00;
167 const sal_uInt8 EXC_XF_VER_CENTER = 0x01;
168 const sal_uInt8 EXC_XF_VER_BOTTOM = 0x02;
169 const sal_uInt8 EXC_XF_VER_JUSTIFY = 0x03;
170 const sal_uInt8 EXC_XF_VER_DISTRIB = 0x04;
172 const sal_uInt8 EXC_XF_TEXTDIR_CONTEXT = 0x00;
173 const sal_uInt8 EXC_XF_TEXTDIR_LTR = 0x01;
174 const sal_uInt8 EXC_XF_TEXTDIR_RTL = 0x02;
176 const sal_uInt8 EXC_XF2_VALFMT_MASK = 0x3F;
177 const sal_uInt8 EXC_XF2_LOCKED = 0x40;
178 const sal_uInt8 EXC_XF2_HIDDEN = 0x80;
179 const sal_uInt8 EXC_XF2_LEFTLINE = 0x08;
180 const sal_uInt8 EXC_XF2_RIGHTLINE = 0x10;
181 const sal_uInt8 EXC_XF2_TOPLINE = 0x20;
182 const sal_uInt8 EXC_XF2_BOTTOMLINE = 0x40;
183 const sal_uInt8 EXC_XF2_BACKGROUND = 0x80;
223 const sal_uInt8 EXC_STYLE_NORMAL = 0x00; /// "Normal" style.
224 const sal_uInt8 EXC_STYLE_ROWLEVEL = 0x01; /// "RowLevel_*" styles.
225 const sal_uInt8 EXC_STYLE_COLLEVEL = 0x02; /// "ColLevel_*" styles.
226 const sal_uInt8 EXC_STYLE_COMMA = 0x03; /// "Comma" style.
227 const sal_uInt8 EXC_STYLE_CURRENCY = 0x04; /// "Currency" style.
228 const sal_uInt8 EXC_STYLE_PERCENT = 0x05; /// "Percent" style.
229 const sal_uInt8 EXC_STYLE_COMMA_0 = 0x06; /// "Comma [0]" style.
230 const sal_uInt8 EXC_STYLE_CURRENCY_0 = 0x07; /// "Currency [0]" style.
231 const sal_uInt8 EXC_STYLE_HYPERLINK = 0x08; /// "Hyperlink" style.
232 const sal_uInt8 EXC_STYLE_FOLLOWED_HYPERLINK= 0x09; /// "Followed_Hyperlink" style.
233 const sal_uInt8 EXC_STYLE_USERDEF = 0xFF; /// No built-in style.
235 const sal_uInt8 EXC_STYLE_LEVELCOUNT = 7; /// Number of outline level styles.
236 const sal_uInt8 EXC_STYLE_NOLEVEL = 0xFF; /// Default value for unused level.
242 const sal_uInt8 EXC_STYLEEXT_BUILTIN = 0x01;
243 const sal_uInt8 EXC_STYLEEXT_HIDDEN = 0x02;
244 const sal_uInt8 EXC_STYLEEXT_CUSTOM = 0x04;
297 sal_uInt8 mnFamily; /// Windows font family.
298 sal_uInt8 mnCharSet; /// Windows character set.
299 sal_uInt8 mnUnderline; /// Underline style.
507 sal_uInt8 mnHorAlign; /// Horizontal alignment.
508 sal_uInt8 mnVerAlign; /// Vertical alignment.
509 sal_uInt8 mnOrient; /// Text orientation.
510 sal_uInt8 mnTextDir; /// CTL text direction.
511 sal_uInt8 mnRotation; /// Text rotation angle.
512 sal_uInt8 mnIndent; /// Indentation.
545 sal_uInt8 mnLeftLine; /// Style of left line.
546 sal_uInt8 mnRightLine; /// Style of right line.
547 sal_uInt8 mnTopLine; /// Style of top line.
548 sal_uInt8 mnBottomLine; /// Style of bottom line.
549 sal_uInt8 mnDiagLine; /// Style of diagonal line(s).
565 sal_uInt8 mnPattern; /// Fill pattern.