Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 1 – 25 of 1782) sorted by relevance

12345678910>>...72

/AOO41X/main/sc/source/filter/inc/
H A Dxlformula.hxx38 const sal_uInt8 EXC_TOKCLASS_MASK = 0x60;
39 const sal_uInt8 EXC_TOKCLASS_NONE = 0x00; /// 00-1F: Base tokens.
40 const sal_uInt8 EXC_TOKCLASS_REF = 0x20; /// 20-3F: Reference class tokens.
41 const sal_uInt8 EXC_TOKCLASS_VAL = 0x40; /// 40-5F: Value class tokens.
42 const sal_uInt8 EXC_TOKCLASS_ARR = 0x60; /// 60-7F: Array class tokens.
46 const sal_uInt8 EXC_TOKID_MASK = 0x1F;
48 const sal_uInt8 EXC_TOKID_NONE = 0x00; /// Placeholder for invalid token id.
49 const sal_uInt8 EXC_TOKID_EXP = 0x01; /// Array or shared formula reference.
50 const sal_uInt8 EXC_TOKID_TBL = 0x02; /// Multiple operation reference.
51 const sal_uInt8 EXC_TOKID_ADD = 0x03; /// Addition operator.
[all …]
H A Dxlstyle.hxx44 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;
[all …]
H A Dxlescher.hxx91 const sal_uInt8 EXC_OBJ_LINE_AUTOCOLOR = 64;
93 const sal_uInt8 EXC_OBJ_LINE_SOLID = 0;
94 const sal_uInt8 EXC_OBJ_LINE_DASH = 1;
95 const sal_uInt8 EXC_OBJ_LINE_DOT = 2;
96 const sal_uInt8 EXC_OBJ_LINE_DASHDOT = 3;
97 const sal_uInt8 EXC_OBJ_LINE_DASHDOTDOT = 4;
98 const sal_uInt8 EXC_OBJ_LINE_MEDTRANS = 5;
99 const sal_uInt8 EXC_OBJ_LINE_DARKTRANS = 6;
100 const sal_uInt8 EXC_OBJ_LINE_LIGHTTRANS = 7;
101 const sal_uInt8 EXC_OBJ_LINE_NONE = 255;
[all …]
H A Dxlchart.hxx187 const sal_uInt8 EXC_CHFRINFO_EXCEL2000 = 9;
188 const sal_uInt8 EXC_CHFRINFO_EXCELXP2003 = 10;
189 const sal_uInt8 EXC_CHFRINFO_EXCEL2007 = 11;
345 const sal_uInt8 EXC_CHLEGEND_BOTTOM = 0;
346 const sal_uInt8 EXC_CHLEGEND_CORNER = 1;
347 const sal_uInt8 EXC_CHLEGEND_TOP = 2;
348 const sal_uInt8 EXC_CHLEGEND_RIGHT = 3;
349 const sal_uInt8 EXC_CHLEGEND_LEFT = 4;
350 const sal_uInt8 EXC_CHLEGEND_NOTDOCKED = 7;
352 const sal_uInt8 EXC_CHLEGEND_CLOSE = 0;
[all …]
/AOO41X/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx110 sal_uInt8 nSet;
152 sal_uInt8 nMETChrSet;
154 sal_uInt8 nNextChrSetId; // die erste unbenutzte ChrSet-Id
182 sal_uInt8 nFlags, sal_uInt16 nSegSeqNum);
190 sal_uInt8 FindChrSet(const Font & rFont);
193 sal_uInt8 nBasePartFlags=0x40, sal_uInt8 nBasePartLCTID=0);
229 void METSetChrSet(sal_uInt8 nSet);
292 *pMET << (sal_uInt8)0xb4 << (sal_uInt8)6 in WriteClipRect()
293 << (sal_uInt8)0x00 << (sal_uInt8)0 << nPathId; in WriteClipRect()
333 *pMET << ((sal_uInt8)(nWord>>8)) << ((sal_uInt8)(nWord&0x00ff)); in WriteBigEndianShort()
[all …]
/AOO41X/main/starmath/source/
H A Dmathtype.cxx208 for(sal_uInt8 i=1;i<=11;i++) in Init()
242 sal_Bool MathType::LookupChar(sal_Unicode nChar,String &rRet,sal_uInt8 nVersion, in LookupChar()
243 sal_uInt8 nTypeFace) in LookupChar()
685 void MathType::TypeFaceToString(String &rTxt,sal_uInt8 nFace) in TypeFaceToString()
777 sal_uInt8 nXNudge; in HandleNudge()
779 sal_uInt8 nYNudge; in HandleNudge()
791 int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, in HandleRecords()
792 sal_uInt8 nVariation, int nMatrixRows,int nMatrixCols) in HandleRecords()
794 sal_uInt8 nTag,nRecord; in HandleRecords()
795 sal_uInt8 nTabType,nTabStops; in HandleRecords()
[all …]
H A Dmathtype.hxx39 sal_uInt8 nTface;
40 sal_uInt8 nStyle;
42 MathTypeFont(sal_uInt8 nFace) : nTface(nFace),nStyle(0) {} in MathTypeFont()
79 sal_uInt8 nVersion;
80 sal_uInt8 nPlatform;
81 sal_uInt8 nProduct;
82 sal_uInt8 nProdVersion;
83 sal_uInt8 nProdSubVersion;
89 int HandleRecords(int nLevel=0,sal_uInt8 nSelector=0xFF,
90 sal_uInt8 nVariation=0xFF,int nRows=0,int nCols=0);
[all …]
/AOO41X/main/oox/inc/oox/xls/
H A Dformulabase.hxx53 const sal_uInt8 BIFF_TOKCLASS_MASK = 0x60;
54 const sal_uInt8 BIFF_TOKCLASS_NONE = 0x00; /// 00-1F: Base tokens.
55 const sal_uInt8 BIFF_TOKCLASS_REF = 0x20; /// 20-3F: Reference class tokens.
56 const sal_uInt8 BIFF_TOKCLASS_VAL = 0x40; /// 40-5F: Value class tokens.
57 const sal_uInt8 BIFF_TOKCLASS_ARR = 0x60; /// 60-7F: Array class tokens.
59 const sal_uInt8 BIFF_TOKFLAG_INVALID = 0x80; /// This bit must be null for a valid t…
63 const sal_uInt8 BIFF_TOKID_MASK = 0x1F;
65 const sal_uInt8 BIFF_TOKID_NONE = 0x00; /// Placeholder for invalid token id.
66 const sal_uInt8 BIFF_TOKID_EXP = 0x01; /// Array or shared formula reference.
67 const sal_uInt8 BIFF_TOKID_TBL = 0x02; /// Multiple operation reference.
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx191 sal_uInt8 pBlockFlags[4];
195 sal_uInt8 fBold:1;
196 sal_uInt8 fItalic:1;
197 sal_uInt8 fUnderline:1;
198 sal_uInt8 fStrike:1;
199 sal_uInt8 fUnknown1:4;
201 sal_uInt8 nUnknown2;
202 sal_uInt8 nUnknown3;
203 sal_uInt8 nUnknown4;
207 sal_uInt8 nJustification;
[all …]
/AOO41X/main/sw/source/filter/ww1/
H A Dw1class.hxx256 sal_uInt8 stcBase;
257 sal_uInt8 stcNext;
263 void SetDefaults(sal_uInt8);
271 sal_uInt16 ReadName(sal_uInt8*&, sal_uInt16&, sal_uInt16 stc);
272 sal_uInt16 ReadChpx(sal_uInt8*&, sal_uInt16&);
273 sal_uInt16 ReadPapx(sal_uInt8*&, sal_uInt16&);
274 sal_uInt16 ReadEstcp(sal_uInt8*&, sal_uInt16&);
289 sal_uInt16 ReadNames(sal_uInt8*&, sal_uInt16&);
290 sal_uInt16 ReadChpx(sal_uInt8*&, sal_uInt16&);
291 sal_uInt16 ReadPapx(sal_uInt8*&, sal_uInt16&);
[all …]
H A Dw1sprm.cxx66 sal_uInt8 nId; in Stop()
68 sal_uInt8* pSprm; in Stop()
77 sal_uInt8 nId; in Start()
79 sal_uInt8* pSprm; in Start()
94 Ww1Shell&, sal_uInt8 /*nId*/, sal_uInt8*, sal_uInt16, Ww1Manager&) in Start() argument
99 Ww1Shell&, sal_uInt8, sal_uInt8*, sal_uInt16, Ww1Manager&) in Stop() argument
112 Ww1Shell& rOut, sal_uInt8, sal_uInt8*, sal_uInt16, Ww1Manager&) { \
116 Ww1Shell& rOut, sal_uInt8, sal_uInt8*, sal_uInt16, Ww1Manager&) { \
128 Ww1Shell& rOut, sal_uInt8, sal_uInt8* pSprm, sal_uInt16, Ww1Manager&) in Start() argument
141 Ww1Shell& rOut, sal_uInt8, sal_uInt8* pSprm, sal_uInt16, Ww1Manager&) in Start() argument
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8struc.hxx43 inline void Set_UInt8( sal_uInt8 *& p, sal_uInt8 n ) in Set_UInt8()
49 inline void Set_UInt16( sal_uInt8 *& p, sal_uInt16 n ) in Set_UInt16()
55 inline void Set_UInt32( sal_uInt8 *& p, sal_uInt32 n ) in Set_UInt32()
93 sal_uInt8 qpsSpace:6;
94 sal_uInt8 fSysVanish:1;
95 sal_uInt8 fNumRun:1;
96 sal_uInt8 ico:5;
97 sal_uInt8 kul:3;
98 sal_uInt8 hpsPos;
99 sal_uInt8 icoBi;
[all …]
H A Dww8par.hxx198 const sal_uInt8 nLevel,
199 std::vector<sal_uInt8> &rParaSprms,
213 const sal_uInt8 aGivenLevel );
230 sal_uInt8* GrpprlHasSprm(
232 sal_uInt8& rSprms,
233 sal_uInt8 nLen);
246 std::vector<sal_uInt8> &rParaSprms);
255 sal_uInt8 nLevel,
311 void SetToggleAttr(sal_uInt8 nId, bool bOn) in SetToggleAttr()
321 void SetToggleBiDiAttr(sal_uInt8 nId, bool bOn) in SetToggleBiDiAttr()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dsalbtype.hxx41 typedef sal_uInt8* HPBYTE;
43 typedef const sal_uInt8* ConstHPBYTE;
83 sal_uLong _def_cR = (sal_uInt8) ( d_RS < 0L ? ( (d_nVal) & d_RM ) << -d_RS : ( (d_nVal) & d_RM ) >>…
84 sal_uLong _def_cG = (sal_uInt8) ( d_GS < 0L ? ( (d_nVal) & d_GM ) << -d_GS : ( (d_nVal) & d_GM ) >>…
85 sal_uLong _def_cB = (sal_uInt8) ( d_BS < 0L ? ( (d_nVal) & d_BM ) << -d_BS : ( (d_nVal) & d_BM ) >>…
86 d_Col = BitmapColor( (sal_uInt8) ( _def_cR | ( ( _def_cR & mnROr ) >> mnROrShift ) ), …
87 … (sal_uInt8) ( _def_cG | ( ( _def_cG & mnGOr ) >> mnGOrShift ) ), \
88 (sal_uInt8) ( _def_cB | ( ( _def_cB & mnBOr ) >> mnBOrShift ) ) );
115 sal_uInt8 mcBlueOrIndex;
116 sal_uInt8 mcGreen;
[all …]
/AOO41X/main/registry/source/
H A Dreflcnst.hxx110 inline sal_uInt32 writeBYTE(sal_uInt8* buffer, sal_uInt8 v) in writeBYTE()
114 return sizeof(sal_uInt8); in writeBYTE()
117 inline sal_uInt16 readBYTE(const sal_uInt8* buffer, sal_uInt8& v) in readBYTE()
121 return sizeof(sal_uInt8); in readBYTE()
124 inline sal_uInt32 writeINT16(sal_uInt8* buffer, sal_Int16 v) in writeINT16()
126 buffer[0] = (sal_uInt8)((v >> 8) & 0xFF); in writeINT16()
127 buffer[1] = (sal_uInt8)((v >> 0) & 0xFF); in writeINT16()
132 inline sal_uInt32 readINT16(const sal_uInt8* buffer, sal_Int16& v) in readINT16()
139 inline sal_uInt32 writeUINT16(sal_uInt8* buffer, sal_uInt16 v) in writeUINT16()
141 buffer[0] = (sal_uInt8)((v >> 8) & 0xFF); in writeUINT16()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dcolor.hxx52 …b ) ((ColorData)(((sal_uInt32)((sal_uInt8)(b))))|(((sal_uInt32)((sal_uInt8)(g)))<<8)|(((sal_u…
53 …ta)(((sal_uInt32)((sal_uInt8)(b))))|(((sal_uInt32)((sal_uInt8)(g)))<<8)|(((sal_uInt32)((sal_uInt8)…
54 #define COLORDATA_RED( n ) ((sal_uInt8)((n)>>16))
55 #define COLORDATA_GREEN( n ) ((sal_uInt8)(((sal_uInt16)(n)) >> 8))
56 #define COLORDATA_BLUE( n ) ((sal_uInt8)(n))
57 #define COLORDATA_TRANSPARENCY( n ) ((sal_uInt8)((n)>>24))
107 …((sal_uInt8)((((long)(_def_cDst)-(_def_cSrc))*(_def_cSrcTrans)+(((_def_cSrc)<<8L)|(_def_cDst)))>>8…
121 Color( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) in Color()
123 … Color( sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) in Color()
132 sal_uInt8((rBColor.getRed() * 255.0) + 0.5), in Color()
[all …]
H A Dsolar.h80 typedef sal_uInt8 SVBT8[1];
81 typedef sal_uInt8 SVBT16[2];
82 typedef sal_uInt8 SVBT32[4];
83 typedef sal_uInt8 SVBT64[8];
87 inline sal_uInt8 SVBT8ToByte ( const SVBT8 p ) { return p[0]; } in SVBT8ToByte()
96 ((sal_uInt8*)&n)[0] = p[0]; in SVBT64ToDouble()
97 ((sal_uInt8*)&n)[1] = p[1]; in SVBT64ToDouble()
98 ((sal_uInt8*)&n)[2] = p[2]; in SVBT64ToDouble()
99 ((sal_uInt8*)&n)[3] = p[3]; in SVBT64ToDouble()
100 ((sal_uInt8*)&n)[4] = p[4]; in SVBT64ToDouble()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmscodec.cxx62 inline void lclRotateLeft( Type& rnValue, sal_uInt8 nBits, sal_uInt8 nWidth ) in lclRotateLeft()
70 sal_Size lclGetLen( const sal_uInt8* pnPassData, sal_Size nBufferSize ) in lclGetLen()
77 sal_uInt16 lclGetKey( const sal_uInt8* pnPassData, sal_Size nBufferSize ) in lclGetKey()
85 const sal_uInt8* pnChar = pnPassData + nLen - 1; in lclGetKey()
88 sal_uInt8 cChar = *pnChar & 0x7F; in lclGetKey()
89 for( sal_uInt8 nBit = 0; nBit < 8; ++nBit ) in lclGetKey()
102 sal_uInt16 lclGetHash( const sal_uInt8* pnPassData, sal_Size nBufferSize ) in lclGetHash()
110 const sal_uInt8* pnChar = pnPassData; in lclGetHash()
114 sal_uInt8 nRot = static_cast< sal_uInt8 >( (nIndex + 1) % 15 ); in lclGetHash()
141 void MSCodec_Xor95::InitKey( const sal_uInt8 pnPassData[ 16 ] ) in InitKey()
[all …]
/AOO41X/main/svtools/source/inc/
H A Dsgvmain.hxx44 sal_uInt8 Reserved[256];
56 sal_uInt8 PColor; // Future Use
57 sal_uInt8 PIntens; // erst recht Future use
70 sal_uInt8 StdPg; // welche Standardseite einblenden ?
74 sal_uInt8 LnAnzH;
75 sal_uInt8 LnAnzV;
85 sal_uInt8 LFarbe; // [Index]
86 sal_uInt8 LBFarbe; // [Index]
87 sal_uInt8 LIntens; // [%]
88 sal_uInt8 LMuster; // [Index] inkl. Transparenz
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dpngread.cxx71 static const sal_uInt8 mpDefaultColorTable[ 256 ] =
102 std::vector< sal_uInt8 >::iterator maDataIter;
110 sal_uInt8* mpInflateInBuf; // as big as the size of a scanline + alphachannel + 1
111 sal_uInt8* mpScanPrior; // pointer to the latest scanline
112 sal_uInt8* mpTransTab; // for transparency in images with palette colortype
113 sal_uInt8* mpScanCurrent; // pointer into the current scanline
114 sal_uInt8* mpColorTable; //
132 sal_uInt8 mnTransRed;
133 sal_uInt8 mnTransGreen;
134 sal_uInt8 mnTransBlue;
[all …]
/AOO41X/main/svl/inc/svl/
H A Dfilerec.hxx40 #define SFX_REC_PRETAG_EXT sal_uInt8(0x00) // Pre-Tag f"ur Extended-Records
41 #define SFX_REC_PRETAG_EOR sal_uInt8(0xFF) // Pre-Tag f"ur End-Of-Records
43 #define SFX_REC_TYPE_NONE sal_uInt8(0x00) // unbekannter Record-Typ
44 #define SFX_REC_TYPE_FIRST sal_uInt8(0x01)
45 #define SFX_REC_TYPE_SINGLE sal_uInt8(0x01) // Single-Content-Record
46 #define SFX_REC_TYPE_FIXSIZE sal_uInt8(0x02) // Fix-Size-Multi-Content-Record
47 #define SFX_REC_TYPE_VARSIZE_RELOC sal_uInt8(0x03) // variable Rec-Size
48 #define SFX_REC_TYPE_VARSIZE sal_uInt8(0x04) // alt (nicht verschiebbar)
49 #define SFX_REC_TYPE_MIXTAGS_RELOC sal_uInt8(0x07) // Mixed Tag Content-Record
50 #define SFX_REC_TYPE_MIXTAGS sal_uInt8(0x08) // alt (nicht verschiebbar)
[all …]
/AOO41X/main/oox/inc/oox/helper/
H A Dhelper.hxx70 const sal_uInt8 WINDOWS_CHARSET_ANSI = 0;
71 const sal_uInt8 WINDOWS_CHARSET_DEFAULT = 1;
72 const sal_uInt8 WINDOWS_CHARSET_SYMBOL = 2;
73 const sal_uInt8 WINDOWS_CHARSET_APPLE_ROMAN = 77;
74 const sal_uInt8 WINDOWS_CHARSET_SHIFTJIS = 128;
75 const sal_uInt8 WINDOWS_CHARSET_HANGEUL = 129;
76 const sal_uInt8 WINDOWS_CHARSET_JOHAB = 130;
77 const sal_uInt8 WINDOWS_CHARSET_GB2312 = 134;
78 const sal_uInt8 WINDOWS_CHARSET_BIG5 = 136;
79 const sal_uInt8 WINDOWS_CHARSET_GREEK = 161;
[all …]
/AOO41X/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx36 rtl::OString createHex(sal_uInt8 *_pKeyBuffer, sal_uInt32 _nKeyLen) in createHex()
188 void test_encode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, rtl::OString const& _sPlainTextStr) in test_encode()
194 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode()
199 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode()
210 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode()
215 sal_uInt8 *pCipherBuffer = new sal_uInt8[ nCipherLen ]; in test_encode()
227 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode()
254 …void test_encode_and_decode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, rtl::OString const& _sPlai… in test_encode_and_decode()
260 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode_and_decode()
265 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode_and_decode()
[all …]
/AOO41X/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx44 const sal_uInt8* pData = (const sal_uInt8*)aMsg.getStr(); in CreateMD5FromString()
47 sal_uInt8* pMD5KeyBuffer = new sal_uInt8[ nMD5KeyLen ]; in CreateMD5FromString()
519 rtl::OString createHex(sal_uInt8 *_pMD5KeyBuffer, sal_uInt32 _nMD5KeyLen) in createHex()
576 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in init_MD2()
586 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_MD2()
604 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in init_MD5()
614 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_MD5()
632 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in init_SHA()
642 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_SHA()
659 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in init_SHA1()
[all …]
/AOO41X/main/vcl/source/fontsubset/
H A Dttcr.cxx75 sal_uInt8 *data;
87 _inline sal_uInt32 mkTag(sal_uInt8 a, sal_uInt8 b, sal_uInt8 c, sal_uInt8 d) { in mkTag()
92 _inline sal_Int16 GetInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt16()
106 _inline sal_uInt16 GetUInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt16()
120 _inline sal_Int32 GetInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt32()
136 _inline sal_uInt32 GetUInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt32()
154 _inline void PutInt16(sal_Int16 val, sal_uInt8 *ptr, sal_uInt32 offset, int bigendian) in PutInt16()
159 ptr[offset] = (sal_uInt8)((val >> 8) & 0xFF); in PutInt16()
160 ptr[offset+1] = (sal_uInt8)(val & 0xFF); in PutInt16()
162 ptr[offset+1] = (sal_uInt8)((val >> 8) & 0xFF); in PutInt16()
[all …]

12345678910>>...72