Home
last modified time | relevance | path

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

12345678910>>...67

/trunk/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 …]
/trunk/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 …]
/trunk/main/starmath/source/
H A Dmathtype.cxx207 for(sal_uInt8 i=1;i<=11;i++) in Init()
241 sal_Bool MathType::LookupChar(sal_Unicode nChar,String &rRet,sal_uInt8 nVersion, in LookupChar()
242 sal_uInt8 nTypeFace) in LookupChar()
684 void MathType::TypeFaceToString(String &rTxt,sal_uInt8 nFace) in TypeFaceToString()
776 sal_uInt8 nXNudge; in HandleNudge()
778 sal_uInt8 nYNudge; in HandleNudge()
790 int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, in HandleRecords()
791 sal_uInt8 nVariation, int nMatrixRows,int nMatrixCols) in HandleRecords()
793 sal_uInt8 nTag,nRecord; in HandleRecords()
794 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 …]
/trunk/main/oox/inc/oox/xls/
H A Dformulabase.hxx51 const sal_uInt8 BIFF_TOKCLASS_MASK = 0x60;
52 const sal_uInt8 BIFF_TOKCLASS_NONE = 0x00; /// 00-1F: Base tokens.
53 const sal_uInt8 BIFF_TOKCLASS_REF = 0x20; /// 20-3F: Reference class tokens.
54 const sal_uInt8 BIFF_TOKCLASS_VAL = 0x40; /// 40-5F: Value class tokens.
55 const sal_uInt8 BIFF_TOKCLASS_ARR = 0x60; /// 60-7F: Array class tokens.
57 const sal_uInt8 BIFF_TOKFLAG_INVALID = 0x80; /// This bit must be null for a valid t…
61 const sal_uInt8 BIFF_TOKID_MASK = 0x1F;
63 const sal_uInt8 BIFF_TOKID_NONE = 0x00; /// Placeholder for invalid token id.
64 const sal_uInt8 BIFF_TOKID_EXP = 0x01; /// Array or shared formula reference.
65 const sal_uInt8 BIFF_TOKID_TBL = 0x02; /// Multiple operation reference.
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx42 inline void Set_UInt8( sal_uInt8 *& p, sal_uInt8 n ) in Set_UInt8()
48 inline void Set_UInt16( sal_uInt8 *& p, sal_uInt16 n ) in Set_UInt16()
54 inline void Set_UInt32( sal_uInt8 *& p, sal_uInt32 n ) in Set_UInt32()
92 sal_uInt8 qpsSpace:6;
93 sal_uInt8 fSysVanish:1;
94 sal_uInt8 fNumRun:1;
95 sal_uInt8 ico:5;
96 sal_uInt8 kul:3;
97 sal_uInt8 hpsPos;
98 sal_uInt8 icoBi;
[all …]
H A Dww8par.hxx197 const sal_uInt8 nLevel,
198 std::vector<sal_uInt8> &rParaSprms,
212 const sal_uInt8 aGivenLevel );
229 sal_uInt8* GrpprlHasSprm(
231 sal_uInt8& rSprms,
232 sal_uInt8 nLen);
245 std::vector<sal_uInt8> &rParaSprms);
254 sal_uInt8 nLevel,
310 void SetToggleAttr(sal_uInt8 nId, bool bOn) in SetToggleAttr()
320 void SetToggleBiDiAttr(sal_uInt8 nId, bool bOn) in SetToggleBiDiAttr()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/oox/source/core/
H A Dencryption.cxx80 …EncryptionData( const sal_uInt8* pnKey, sal_uInt32 nKeySize, const sal_uInt8* pnVerifier, sal_uInt…
84 sal_uInt8 mpnSalt[ 16 ];
85 sal_uInt8 mpnEncrVerifier[ 16 ];
86 sal_uInt8 mpnEncrVerifierHash[ 32 ];
93 vector< sal_uInt8> encryptionKey;
142 static void deriveKey( const sal_uInt8* pnHash, sal_uInt32 nHashLen, sal_uInt8* pnKeyDerived, sal_u… in deriveKey()
144 sal_uInt8 pnBuffer[ 64 ]; in deriveKey()
151 sal_uInt8 pnX1[ RTL_DIGEST_LENGTH_SHA1 ]; in deriveKey()
161 sal_uInt8 pnX2[ RTL_DIGEST_LENGTH_SHA1 ]; in deriveKey()
176 sal_uInt8* pnBuffer = new sal_uInt8[ nBufferSize ]; in verifyPassword()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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()
458 rtl::OString createHex(sal_uInt8 *_pMD5KeyBuffer, sal_uInt32 _nMD5KeyLen) in createHex()
516 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in TEST_F()
526 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in TEST_F()
544 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in TEST_F()
554 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in TEST_F()
572 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in TEST_F()
582 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in TEST_F()
599 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in TEST_F()
[all …]
/trunk/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 …]
/trunk/main/vcl/source/gdi/
H A Dpngread.cxx70 static const sal_uInt8 mpDefaultColorTable[ 256 ] =
101 std::vector< sal_uInt8 >::iterator maDataIter;
109 sal_uInt8* mpInflateInBuf; // as big as the size of a scanline + alphachannel + 1
110 sal_uInt8* mpScanPrior; // pointer to the latest scanline
111 sal_uInt8* mpTransTab; // for transparency in images with palette colortype
112 sal_uInt8* mpScanCurrent; // pointer into the current scanline
113 sal_uInt8* mpColorTable; //
131 sal_uInt8 mnTransRed;
132 sal_uInt8 mnTransGreen;
133 sal_uInt8 mnTransBlue;
[all …]
/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx36 rtl::OString createHex(sal_uInt8 *_pKeyBuffer, sal_uInt32 _nKeyLen) in createHex()
162 void test_encode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, rtl::OString const& _sPlainTextStr) in test_encode()
168 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode()
173 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode()
184 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode()
189 sal_uInt8 *pCipherBuffer = new sal_uInt8[ nCipherLen ]; in test_encode()
201 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode()
228 …void test_encode_and_decode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, rtl::OString const& _sPlai… in test_encode_and_decode()
234 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode_and_decode()
239 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode_and_decode()
[all …]
/trunk/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 …]
/trunk/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 …]

12345678910>>...67