Lines Matching refs:sal_uInt16

132 const sal_uInt16 BIFF12_XF_NUMFMT_USED      = 0x0001;
133 const sal_uInt16 BIFF12_XF_FONT_USED = 0x0002;
134 const sal_uInt16 BIFF12_XF_ALIGN_USED = 0x0004;
135 const sal_uInt16 BIFF12_XF_BORDER_USED = 0x0008;
136 const sal_uInt16 BIFF12_XF_AREA_USED = 0x0010;
137 const sal_uInt16 BIFF12_XF_PROT_USED = 0x0020;
140 const sal_uInt16 BIFF12_DXF_FILL_PATTERN = 0;
141 const sal_uInt16 BIFF12_DXF_FILL_FGCOLOR = 1;
142 const sal_uInt16 BIFF12_DXF_FILL_BGCOLOR = 2;
143 const sal_uInt16 BIFF12_DXF_FILL_GRADIENT = 3;
144 const sal_uInt16 BIFF12_DXF_FILL_STOP = 4;
145 const sal_uInt16 BIFF12_DXF_FONT_COLOR = 5;
146 const sal_uInt16 BIFF12_DXF_BORDER_TOP = 6;
147 const sal_uInt16 BIFF12_DXF_BORDER_BOTTOM = 7;
148 const sal_uInt16 BIFF12_DXF_BORDER_LEFT = 8;
149 const sal_uInt16 BIFF12_DXF_BORDER_RIGHT = 9;
150 const sal_uInt16 BIFF12_DXF_BORDER_DIAG = 10;
151 const sal_uInt16 BIFF12_DXF_BORDER_VERT = 11;
152 const sal_uInt16 BIFF12_DXF_BORDER_HOR = 12;
153 const sal_uInt16 BIFF12_DXF_BORDER_DIAGUP = 13;
154 const sal_uInt16 BIFF12_DXF_BORDER_DIAGDOWN = 14;
155 const sal_uInt16 BIFF12_DXF_FONT_NAME = 24;
156 const sal_uInt16 BIFF12_DXF_FONT_WEIGHT = 25;
157 const sal_uInt16 BIFF12_DXF_FONT_UNDERLINE = 26;
158 const sal_uInt16 BIFF12_DXF_FONT_ESCAPEMENT = 27;
159 const sal_uInt16 BIFF12_DXF_FONT_ITALIC = 28;
160 const sal_uInt16 BIFF12_DXF_FONT_STRIKE = 29;
161 const sal_uInt16 BIFF12_DXF_FONT_OUTLINE = 30;
162 const sal_uInt16 BIFF12_DXF_FONT_SHADOW = 31;
163 const sal_uInt16 BIFF12_DXF_FONT_CONDENSE = 32;
164 const sal_uInt16 BIFF12_DXF_FONT_EXTEND = 33;
165 const sal_uInt16 BIFF12_DXF_FONT_CHARSET = 34;
166 const sal_uInt16 BIFF12_DXF_FONT_FAMILY = 35;
167 const sal_uInt16 BIFF12_DXF_FONT_HEIGHT = 36;
168 const sal_uInt16 BIFF12_DXF_FONT_SCHEME = 37;
169 const sal_uInt16 BIFF12_DXF_NUMFMT_CODE = 38;
170 const sal_uInt16 BIFF12_DXF_NUMFMT_ID = 41;
173 const sal_uInt16 BIFF12_CELLSTYLE_BUILTIN = 0x0001;
174 const sal_uInt16 BIFF12_CELLSTYLE_HIDDEN = 0x0002;
175 const sal_uInt16 BIFF12_CELLSTYLE_CUSTOM = 0x0004;
180 const sal_uInt16 BIFF2_COLOR_BLACK = 0; /// Black (text) in BIFF2.
181 const sal_uInt16 BIFF2_COLOR_WHITE = 1; /// White (background) in BIFF2.
184 const sal_uInt16 BIFF_FONTFLAG_BOLD = 0x0001;
185 const sal_uInt16 BIFF_FONTFLAG_ITALIC = 0x0002;
186 const sal_uInt16 BIFF_FONTFLAG_UNDERLINE = 0x0004;
187 const sal_uInt16 BIFF_FONTFLAG_STRIKEOUT = 0x0008;
188 const sal_uInt16 BIFF_FONTFLAG_OUTLINE = 0x0010;
189 const sal_uInt16 BIFF_FONTFLAG_SHADOW = 0x0020;
190 const sal_uInt16 BIFF_FONTFLAG_CONDENSE = 0x0040;
193 const sal_uInt16 BIFF_FONTWEIGHT_BOLD = 450;
203 const sal_uInt16 BIFF_XF_LOCKED = 0x0001;
204 const sal_uInt16 BIFF_XF_HIDDEN = 0x0002;
205 const sal_uInt16 BIFF_XF_STYLE = 0x0004;
206 const sal_uInt16 BIFF_XF_STYLEPARENT = 0x0FFF; /// Styles don't have a parent.
207 const sal_uInt16 BIFF_XF_WRAPTEXT = 0x0008; /// Automatic line break.
208 const sal_uInt16 BIFF_XF_JUSTLASTLINE = 0x0080;
209 const sal_uInt16 BIFF_XF_SHRINK = 0x0010; /// Shrink to fit into cell.
210 const sal_uInt16 BIFF_XF_MERGE = 0x0020;
249 const sal_uInt16 BIFF_STYLE_BUILTIN = 0x8000;
250 const sal_uInt16 BIFF_STYLE_XFMASK = 0x0FFF;
525 sal_uInt16 nCount; in importPalette()
531 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPalette()
628 void FontModel::setBiffHeight( sal_uInt16 nHeight ) in setBiffHeight()
633 void FontModel::setBiffWeight( sal_uInt16 nWeight ) in setBiffWeight()
638 void FontModel::setBiffUnderline( sal_uInt16 nUnderline ) in setBiffUnderline()
651 void FontModel::setBiffEscapement( sal_uInt16 nEscapement ) in setBiffEscapement()
794 sal_uInt16 nHeight, nFlags, nWeight, nEscapement; in importFont()
934 sal_uInt16 nWeight, nEscapement; in importCfRule()
953 maModel.setBiffHeight( static_cast< sal_uInt16 >( nHeight ) ); in importCfRule()
1178 sal_uInt16 nHeight, nFlags; in importFontData2()
1195 sal_uInt16 nWeight, nEscapement; in importFontData5()
1318 void Alignment::setBiff3Data( sal_uInt16 nAlign ) in setBiff3Data()
1324 void Alignment::setBiff4Data( sal_uInt16 nAlign ) in setBiff4Data()
1332 void Alignment::setBiff5Data( sal_uInt16 nAlign ) in setBiff5Data()
1340 void Alignment::setBiff8Data( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib ) in setBiff8Data()
1477 void Protection::setBiff3Data( sal_uInt16 nProt ) in setBiff3Data()
1513 void BorderLineModel::setBiffData( sal_uInt8 nLineStyle, sal_uInt16 nLineColor ) in setBiffData()
1673 sal_uInt16 nStyle; in importDxfBorder()
1693 …BiffData( extractValue< sal_uInt8 >( nBorder, 8, 3 ), extractValue< sal_uInt16 >( nBorder, 11, … in setBiff3Data()
1694 …tBiffData( extractValue< sal_uInt8 >( nBorder, 24, 3 ), extractValue< sal_uInt16 >( nBorder, 27, … in setBiff3Data()
1695 …iffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt16 >( nBorder, 3, … in setBiff3Data()
1696 …etBiffData( extractValue< sal_uInt8 >( nBorder, 16, 3 ), extractValue< sal_uInt16 >( nBorder, 19, … in setBiff3Data()
1703 …BiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt16 >( nBorder, 16, … in setBiff5Data()
1704 …tBiffData( extractValue< sal_uInt8 >( nBorder, 6, 3 ), extractValue< sal_uInt16 >( nBorder, 23, … in setBiff5Data()
1705 …iffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt16 >( nBorder, 9, … in setBiff5Data()
1706 …etBiffData( extractValue< sal_uInt8 >( nArea, 22, 3 ), extractValue< sal_uInt16 >( nArea, 25, … in setBiff5Data()
1713 …iffData( extractValue< sal_uInt8 >( nBorder1, 0, 4 ), extractValue< sal_uInt16 >( nBorder1, 16,… in setBiff8Data()
1714 …BiffData( extractValue< sal_uInt8 >( nBorder1, 4, 4 ), extractValue< sal_uInt16 >( nBorder1, 23,… in setBiff8Data()
1715 …ffData( extractValue< sal_uInt8 >( nBorder1, 8, 4 ), extractValue< sal_uInt16 >( nBorder2, 0,… in setBiff8Data()
1716 …tBiffData( extractValue< sal_uInt8 >( nBorder1, 12, 4 ), extractValue< sal_uInt16 >( nBorder2, 7,… in setBiff8Data()
1720 …tBiffData( extractValue< sal_uInt8 >( nBorder2, 21, 4 ), extractValue< sal_uInt16 >( nBorder2, 14,… in setBiff8Data()
1727 sal_uInt16 nStyle; in importCfRule()
1731 …tBiffData( extractValue< sal_uInt8 >( nStyle, 0, 4 ), extractValue< sal_uInt16 >( nColor, 0, 7… in importCfRule()
1732 …etBiffData( extractValue< sal_uInt8 >( nStyle, 4, 4 ), extractValue< sal_uInt16 >( nColor, 7, 7… in importCfRule()
1733 …BiffData( extractValue< sal_uInt8 >( nStyle, 8, 4 ), extractValue< sal_uInt16 >( nColor, 16, 7… in importCfRule()
1734 …setBiffData( extractValue< sal_uInt8 >( nStyle, 12, 4 ), extractValue< sal_uInt16 >( nColor, 23, 7… in importCfRule()
1840 void PatternFillModel::setBiffData( sal_uInt16 nPatternColor, sal_uInt16 nFillColor, sal_uInt8 nPat… in setBiffData()
2050 void Fill::setBiff3Data( sal_uInt16 nArea ) in setBiff3Data()
2055 extractValue< sal_uInt16 >( nArea, 6, 5 ), in setBiff3Data()
2056 extractValue< sal_uInt16 >( nArea, 11, 5 ), in setBiff3Data()
2065 extractValue< sal_uInt16 >( nArea, 0, 7 ), in setBiff5Data()
2066 extractValue< sal_uInt16 >( nArea, 7, 7 ), in setBiff5Data()
2070 void Fill::setBiff8Data( sal_uInt32 nBorder2, sal_uInt16 nArea ) in setBiff8Data()
2075 extractValue< sal_uInt16 >( nArea, 0, 7 ), in setBiff8Data()
2076 extractValue< sal_uInt16 >( nArea, 7, 7 ), in setBiff8Data()
2088 extractValue< sal_uInt16 >( nFillData, 16, 7 ), in importCfRule()
2089 extractValue< sal_uInt16 >( nFillData, 23, 7 ), in importCfRule()
2266 sal_uInt16 nUsedFlags = rStrm.readuInt16(); in importXf()
2305 sal_uInt16 nTypeProt, nAlign, nArea; in importXf()
2328 sal_uInt16 nTypeProt, nAlign, nArea; in importXf()
2351 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign; in importXf()
2373 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign, nMiscAttrib, nArea; in importXf()
2584 sal_uInt16 nRecCount; in importDxf()
2587 for( sal_uInt16 nRec = 0; !rStrm.isEof() && (nRec < nRecCount); ++nRec ) in importDxf()
2589 sal_uInt16 nSubRecId, nSubRecSize; in importDxf()
2888 sal_uInt16 nFlags; in importCellStyle()
2900 sal_uInt16 nStyleXf; in importStyle()