Lines Matching refs:sal_uInt8

89 const sal_uInt8 BIFF_OBJ_LINE_AUTOCOLOR     = 64;
91 const sal_uInt8 BIFF_OBJ_LINE_SOLID = 0;
92 const sal_uInt8 BIFF_OBJ_LINE_DASH = 1;
93 const sal_uInt8 BIFF_OBJ_LINE_DOT = 2;
94 const sal_uInt8 BIFF_OBJ_LINE_DASHDOT = 3;
95 const sal_uInt8 BIFF_OBJ_LINE_DASHDOTDOT = 4;
96 const sal_uInt8 BIFF_OBJ_LINE_MEDTRANS = 5;
97 const sal_uInt8 BIFF_OBJ_LINE_DARKTRANS = 6;
98 const sal_uInt8 BIFF_OBJ_LINE_LIGHTTRANS = 7;
99 const sal_uInt8 BIFF_OBJ_LINE_NONE = 255;
101 const sal_uInt8 BIFF_OBJ_LINE_HAIR = 0;
102 const sal_uInt8 BIFF_OBJ_LINE_THIN = 1;
103 const sal_uInt8 BIFF_OBJ_LINE_MEDIUM = 2;
104 const sal_uInt8 BIFF_OBJ_LINE_THICK = 3;
106 const sal_uInt8 BIFF_OBJ_LINE_AUTO = 0x01;
108 const sal_uInt8 BIFF_OBJ_ARROW_NONE = 0;
109 const sal_uInt8 BIFF_OBJ_ARROW_OPEN = 1;
110 const sal_uInt8 BIFF_OBJ_ARROW_FILLED = 2;
111 const sal_uInt8 BIFF_OBJ_ARROW_OPENBOTH = 3;
112 const sal_uInt8 BIFF_OBJ_ARROW_FILLEDBOTH = 4;
114 const sal_uInt8 BIFF_OBJ_ARROW_NARROW = 0;
115 const sal_uInt8 BIFF_OBJ_ARROW_MEDIUM = 1;
116 const sal_uInt8 BIFF_OBJ_ARROW_WIDE = 2;
118 const sal_uInt8 BIFF_OBJ_LINE_TL = 0;
119 const sal_uInt8 BIFF_OBJ_LINE_TR = 1;
120 const sal_uInt8 BIFF_OBJ_LINE_BR = 2;
121 const sal_uInt8 BIFF_OBJ_LINE_BL = 3;
123 const sal_uInt8 BIFF_OBJ_ARC_TR = 0;
124 const sal_uInt8 BIFF_OBJ_ARC_TL = 1;
125 const sal_uInt8 BIFF_OBJ_ARC_BL = 2;
126 const sal_uInt8 BIFF_OBJ_ARC_BR = 3;
132 const sal_uInt8 BIFF_OBJ_FILL_AUTOCOLOR = 65;
134 const sal_uInt8 BIFF_OBJ_PATT_NONE = 0;
135 const sal_uInt8 BIFF_OBJ_PATT_SOLID = 1;
137 const sal_uInt8 BIFF_OBJ_FILL_AUTO = 0x01;
141 const sal_uInt8 BIFF_OBJ_HOR_LEFT = 1;
142 const sal_uInt8 BIFF_OBJ_HOR_CENTER = 2;
143 const sal_uInt8 BIFF_OBJ_HOR_RIGHT = 3;
144 const sal_uInt8 BIFF_OBJ_HOR_JUSTIFY = 4;
146 const sal_uInt8 BIFF_OBJ_VER_TOP = 1;
147 const sal_uInt8 BIFF_OBJ_VER_CENTER = 2;
148 const sal_uInt8 BIFF_OBJ_VER_BOTTOM = 3;
149 const sal_uInt8 BIFF_OBJ_VER_JUSTIFY = 4;
196 sal_uInt8 nFlags; in operator >>()
219 sal_uInt8 nFlags; in operator >>()
268 sal_uInt8 BiffObjTextModel::getHorAlign() const in getHorAlign()
270 return extractValue< sal_uInt8 >( mnFlags, 1, 3 ); in getHorAlign()
273 sal_uInt8 BiffObjTextModel::getVerAlign() const in getVerAlign()
275 return extractValue< sal_uInt8 >( mnFlags, 4, 3 ); in getVerAlign()
580 sal_uInt8 nTokenId; in readMacroBiff8()
668 switch( extractValue< sal_uInt8 >( nArrows, 0, 4 ) ) in convertLineProperties()
684 switch( extractValue< sal_uInt8 >( nArrows, 4, 4 ) ) in convertLineProperties()
694 switch( extractValue< sal_uInt8 >( nArrows, 8, 4 ) ) in convertLineProperties()
746 static const sal_uInt8 sppnPatterns[][ 8 ] = in convertFillProperties()
766 …const sal_uInt8* const pnPattern = sppnPatterns[ ::std::min< size_t >( rFillData.mnPattern - 2, ST… in convertFillProperties()
771 aMemStrm << sal_uInt8( 0xFF ) << sal_uInt8( 0xFF ) << sal_uInt8( 0xFF ); in convertFillProperties()
772 aMemStrm << sal_uInt8( 0x00 ) << sal_uInt8( 0x00 ) << sal_uInt8( 0x00 ); in convertFillProperties()