Lines Matching refs:sal_uInt16

63 const sal_uInt16 EXC_ID2_FORMAT             = 0x001E;
64 const sal_uInt16 EXC_ID4_FORMAT = 0x041E;
66 const sal_uInt16 EXC_FORMAT_OFFSET5 = 164;
67 const sal_uInt16 EXC_FORMAT_OFFSET8 = 164;
68 const sal_uInt16 EXC_FORMAT_NOTFOUND = 0xFFFF;
72 const sal_uInt16 EXC_ID2_FONT = 0x0031;
73 const sal_uInt16 EXC_ID3_FONT = 0x0231;
75 const sal_uInt16 EXC_FONT_APP = 0; /// Application font index.
76 const sal_uInt16 EXC_FONT_NOTFOUND = 0xFFFF;
95 const sal_uInt16 EXC_FONTATTR_NONE = 0x0000;
96 const sal_uInt16 EXC_FONTATTR_BOLD = 0x0001;
97 const sal_uInt16 EXC_FONTATTR_ITALIC = 0x0002;
98 const sal_uInt16 EXC_FONTATTR_UNDERLINE = 0x0004;
99 const sal_uInt16 EXC_FONTATTR_STRIKEOUT = 0x0008;
100 const sal_uInt16 EXC_FONTATTR_OUTLINE = 0x0010;
101 const sal_uInt16 EXC_FONTATTR_SHADOW = 0x0020;
104 const sal_uInt16 EXC_FONTWGHT_DONTKNOW = 0;
105 const sal_uInt16 EXC_FONTWGHT_THIN = 100;
106 const sal_uInt16 EXC_FONTWGHT_ULTRALIGHT = 200;
107 const sal_uInt16 EXC_FONTWGHT_LIGHT = 300;
108 const sal_uInt16 EXC_FONTWGHT_SEMILIGHT = 350;
109 const sal_uInt16 EXC_FONTWGHT_NORMAL = 400;
110 const sal_uInt16 EXC_FONTWGHT_MEDIUM = 500;
111 const sal_uInt16 EXC_FONTWGHT_SEMIBOLD = 600;
112 const sal_uInt16 EXC_FONTWGHT_BOLD = 700;
113 const sal_uInt16 EXC_FONTWGHT_ULTRABOLD = 800;
114 const sal_uInt16 EXC_FONTWGHT_BLACK = 900;
124 const sal_uInt16 EXC_FONTESC_NONE = 0x00;
125 const sal_uInt16 EXC_FONTESC_SUPER = 0x01;
126 const sal_uInt16 EXC_FONTESC_SUB = 0x02;
130 const sal_uInt16 EXC_ID2_XF = 0x0043;
131 const sal_uInt16 EXC_ID3_XF = 0x0243;
132 const sal_uInt16 EXC_ID4_XF = 0x0443;
133 const sal_uInt16 EXC_ID5_XF = 0x00E0;
137 const sal_uInt16 EXC_XF_DEFAULTSTYLE = 0; /// Excel index to default style XF.
138 const sal_uInt16 EXC_XF_DEFAULTCELL = 15; /// Excel index to default cell XF.
139 const sal_uInt16 EXC_XF_NOTFOUND = 0xFFFF; /// Special index for "not found" state.
143 const sal_uInt16 EXC_XF_LOCKED = 0x0001;
144 const sal_uInt16 EXC_XF_HIDDEN = 0x0002;
145 const sal_uInt16 EXC_XF_STYLE = 0x0004;
146 const sal_uInt16 EXC_XF_STYLEPARENT = 0x0FFF; /// Syles don't have a parent.
147 const sal_uInt16 EXC_XF_LINEBREAK = 0x0008; /// Automatic line break.
148 const sal_uInt16 EXC_XF_SHRINK = 0x0010; /// Shrink to fit into cell.
185 const sal_uInt16 EXC_XF8_SHRINK = 0x0010; /// Shrink to fit into cell.
186 const sal_uInt16 EXC_XF8_MERGE = 0x0020;
194 const sal_uInt16 EXC_ID_EFONT = 0x0045;
198 const sal_uInt16 EXC_ID_PALETTE = 0x0092;
200 const sal_uInt16 EXC_COLOR_BIFF2_BLACK = 0;
201 const sal_uInt16 EXC_COLOR_BIFF2_WHITE = 1;
203 const sal_uInt16 EXC_COLOR_USEROFFSET = 8; /// First user defined color.
204 const sal_uInt16 EXC_COLOR_WINDOWTEXT3 = 24; /// System window text color (BIFF3-BIFF4).
205 const sal_uInt16 EXC_COLOR_WINDOWBACK3 = 25; /// System window background color (BIFF3-B…
206 const sal_uInt16 EXC_COLOR_WINDOWTEXT = 64; /// System window text color (>=BIFF5).
207 const sal_uInt16 EXC_COLOR_WINDOWBACK = 65; /// System window background color (>=BIFF5…
208 const sal_uInt16 EXC_COLOR_BUTTONBACK = 67; /// System button background color (face co…
209 const sal_uInt16 EXC_COLOR_CHWINDOWTEXT = 77; /// System window text color (BIFF8 charts).
210 const sal_uInt16 EXC_COLOR_CHWINDOWBACK = 78; /// System window background color (BIFF8 c…
211 const sal_uInt16 EXC_COLOR_CHBORDERAUTO = 79; /// Automatic frame border for series (BIFF…
212 const sal_uInt16 EXC_COLOR_NOTEBACK = 80; /// Note background color.
213 const sal_uInt16 EXC_COLOR_NOTETEXT = 81; /// Note text color.
214 const sal_uInt16 EXC_COLOR_FONTAUTO = 0x7FFF; /// Font auto color (system window text col…
218 const sal_uInt16 EXC_ID_STYLE = 0x0293;
220 const sal_uInt16 EXC_STYLE_BUILTIN = 0x8000;
221 const sal_uInt16 EXC_STYLE_XFMASK = 0x0FFF;
240 const sal_uInt16 EXC_ID_STYLEEXT = 0x0892;
260 ColorData GetDefColorData( sal_uInt16 nXclIndex ) const;
262 inline Color GetDefColor( sal_uInt16 nXclIndex ) const in GetDefColor()
266 …inline bool IsSystemColor( sal_uInt16 nXclIndex ) const { return nXclIndex >= mnTableSize;… in IsSystemColor()
294 sal_uInt16 mnHeight; /// Font height in twips (1/20 of a point).
295 sal_uInt16 mnWeight; /// Boldness: 400=normal, 700=bold.
296 sal_uInt16 mnEscapem; /// Escapement type.
466 typedef ::std::map< sal_uInt16, XclNumFmt > XclNumFmtMap;
478 void InsertFormat( sal_uInt16 nXclNumFmt, const String& rFormat );
540 sal_uInt16 mnLeftColor; /// Palette index for left line.
541 sal_uInt16 mnRightColor; /// Palette index for right line.
542 sal_uInt16 mnTopColor; /// Palette index for top line.
543 sal_uInt16 mnBottomColor; /// Palette index for bottom line.
544 sal_uInt16 mnDiagColor; /// Palette index for diagonal line(s).
563 sal_uInt16 mnForeColor; /// Palette index to foreground color.
564 sal_uInt16 mnBackColor; /// Palette index to background color.
602 sal_uInt16 mnParent; /// Index to parent style XF.