Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 76 – 100 of 1784) sorted by relevance

12345678910>>...72

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx481 sal_uInt8* WW8ListManager::GrpprlHasSprm(sal_uInt16 nId, sal_uInt8& rSprms, in GrpprlHasSprm()
482 sal_uInt8 nLen) in GrpprlHasSprm()
566 sal_uInt8 nLevelB = 0; in ReadLVL()
580 sal_uInt8 ixchFollow; in ReadLVL()
603 sal_uInt8* pSprm; in ReadLVL()
1190 sal_uInt8 aBits1; in WW8ListManager()
1263 sal_uInt8 nLevel; in WW8ListManager()
1633 const sal_uInt8 nLevel, std::vector<sal_uInt8> &rParaSprms, SwTxtNode *pNode) in GetNumRuleForActivation()
1828 sal_uInt8 nActLevel) in SetStylesList()
1908 sal_uInt8 nActLevel, in RegisterNumFmtOnTxtNode()
[all …]
H A Dww8scan.cxx844 inline sal_uInt8 Get_Byte( sal_uInt8 *& p ) in Get_Byte()
1054 sal_uInt8 nSprmListIdx = (sal_uInt8)((nPrm & 0xfe) >> 1); in GetSprms()
1299 sal_uInt8 nCol; in DetermineBorderProperties()
1651 sal_uInt8 clxt; in OpenPieceTable()
2085 sal_uInt8 b; in WW8ReadPString()
3102 sal_uInt8 nFkpIdx = static_cast<sal_uInt8>(nIdx & 0xff); in SetIdx()
3669 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4) const in Find4Sprms()
5819 sal_uInt8 *pDataPtr = new sal_uInt8[ nUnencryptedHdr ]; in WriteHeader()
5908 sal_uInt8 *pDataPtr = new sal_uInt8[ fcMin - nUnencryptedHdr ]; in Write()
6427 sal_uInt8* pA = new sal_uInt8[ nFFn ]; in WW8Fonts()
[all …]
H A Dwrtww8.cxx131 sal_uInt8 nMark;
134 sal_uInt8 SearchSameSprm( sal_uInt16 nVarLen, const sal_uInt8* pSprms );
158 sal_uInt8 *CopyLastSprms(sal_uInt8 &rLen, bool bVer8);
722 sal_uInt8* pNew = new sal_uInt8[ 2 * nDataLen ]; in Append()
889 sal_uInt8 *WW8_WrPlcPn::CopyLastSprms(sal_uInt8 &rLen) in CopyLastSprms()
900 sal_uInt8* pNewSprms = (sal_uInt8*)pSprms; in AppendFkpEntry()
1047 sal_uInt8 *WW8_WrFkp::CopyLastSprms(sal_uInt8 &rLen, bool bVer8) in CopyLastSprms()
1126 sal_uInt8 nCnt = static_cast< sal_uInt8 >(CHP == ePlc in Append()
1197 sal_uInt8* pNew = new sal_uInt8[ nOldVarLen ]; in MergeToNew()
1203 sal_uInt8* pNew = new sal_uInt8[ nOldVarLen + rVarLen ]; in MergeToNew()
[all …]
H A Dww8par2.hxx66 sal_uInt8 nSp29; // rohe Bindung + Alignment
74 sal_uInt8 nOrigSp29;
78 void Read(const sal_uInt8* pSprm29, WW8PLCFx_Cp_FKP* pPap);
80 void Read(const sal_uInt8* pSprm29, WW8RStyle* pStyle);
104 sal_uInt8 nXBind, nYBind; // relativ zu was gebunden
145 sal_uInt8 nListLevel;
153 sal_uInt8 mnWW8OutlineLevel;
257 static sal_uInt8 WW8OutlineLevelToOutlinelevel( const sal_uInt8 nWW8OutlineLevel ) in WW8OutlineLevelToOutlinelevel()
298 void ImportSprms(sal_uInt8 *pSprms, short nLen, bool bPap);
322 const sal_uInt8* HasParaSprm( sal_uInt16 nId ) const;
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx145 Tag::Tag( sal_uInt8 nTagId ) in Tag()
164 out << (sal_uInt8)nCode; in write()
171 out << (sal_uInt8)nTmp; in write()
173 out << (sal_uInt8)nTmp; in write()
175 out << (sal_uInt8)nTmp; in write()
177 out << (sal_uInt8)nTmp; in write()
209 *this << (sal_uInt8)nValue; in addUI16()
217 *this << (sal_uInt8)nValue; in addUI8()
319 sal_uInt8 nScaleBits = 31; in writeMatrix()
332 sal_uInt8 nRotateBits = 31; in writeMatrix()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.hxx88 extern sal_uInt8 aHTMLOutFrmPageFlyTable[MAX_FRMTYPES][MAX_BROWSERS];
89 extern sal_uInt8 aHTMLOutFrmParaFrameTable[MAX_FRMTYPES][MAX_BROWSERS];
92 extern sal_uInt8 aHTMLOutFrmAsCharTable[MAX_FRMTYPES][MAX_BROWSERS];
101 sal_uInt8 nOutputMode; // Ausgabe-Infos
106 const SdrObject *pSdrObj, sal_uInt8 nOutMode );
118 sal_uInt8 GetOutMode() const { return nOutputMode; } in GetOutMode()
120 static sal_uInt8 GetOutFn( sal_uInt8 nMode ) { return nMode & HTML_OUT_MASK; } in GetOutFn()
121 static sal_uInt8 GetOutPos( sal_uInt8 nMode ) { return nMode & HTML_POS_MASK; } in GetOutPos()
122 static sal_uInt8 GetOutCntnr( sal_uInt8 nMode ) { return nMode & HTML_CNTNR_MASK; } in GetOutCntnr()
124 sal_uInt8 GetOutFn() const { return nOutputMode & HTML_OUT_MASK; } in GetOutFn()
[all …]
/trunk/main/sal/rtl/source/
H A Ddigest.c300 register sal_uInt8 *X; in __rtl_digest_updateMD2()
345 register sal_uInt8 *X; in __rtl_digest_endMD2()
354 X[i] = (sal_uInt8)(n & 0xff); in __rtl_digest_endMD2()
410 const sal_uInt8 *d = (const sal_uInt8 *)pData; in rtl_digest_updateMD2()
677 static const sal_uInt8 end[4] = in __rtl_digest_endMD5()
775 const sal_uInt8 *d = (const sal_uInt8 *)pData; in rtl_digest_updateMD5()
798 sal_uInt8 *p = (sal_uInt8 *)(ctx->m_pData) + ctx->m_nDatLen; in rtl_digest_updateMD5()
1252 const sal_uInt8 *d = (const sal_uInt8 *)pData; in rtl_digest_updateSHA()
1275 sal_uInt8 *p = (sal_uInt8 *)(ctx->m_pData) + ctx->m_nDatLen; in rtl_digest_updateSHA()
1440 const sal_uInt8 *d = (const sal_uInt8 *)pData; in rtl_digest_updateSHA1()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx112 const sal_uInt8 BIFF12_COLOR_AUTO = 0;
113 const sal_uInt8 BIFF12_COLOR_INDEXED = 1;
282 sal_uInt8 nR, nG, nB, nA; in lclReadRgbColor()
367 sal_uInt8 nFlags, nIndex; in importColor()
935 sal_uInt8 nUnderline; in importCfRule()
1653 sal_uInt8 nFlags = rStrm.readuInt8(); in importBorder()
2040 void Fill::setBiff2Data( sal_uInt8 nFlags ) in setBiff2Data()
2306 sal_uInt8 nFontId, nNumFmtId; in importXf()
2329 sal_uInt8 nFontId, nNumFmtId; in importXf()
2484 PropertySet& rPropSet, sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 ) in writeBiff2CellFormatToPropertySet()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx39 sal_uInt8* ImplSearchEntry( sal_uInt8* , sal_uInt8* , sal_uLong , sal_uLong );
238 sal_uInt8 cByte; in ImpDetectGIF()
284 sal_uInt8 nByte; in ImpDetectJPG_GetNextMarker()
382 sal_uInt8 nUnits; in ImpDetectJPG()
482 sal_uInt8 cByte; in ImpDetectPCD()
516 sal_uInt8 cByte; in ImpDetectPCX()
615 sal_uInt8 cByte; in ImpDetectPNG()
697 sal_uInt8 cByte1; in ImpDetectTIF()
698 sal_uInt8 cByte2; in ImpDetectTIF()
1117 sal_uInt8 sBuf[4]; in ImpDetectPCT()
[all …]
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx87 bool decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
796 sal_uInt8* pOutBytes = NULL; in writeStream()
836 sal_uInt8* pOutBytes = NULL; in emit()
1036 sal_uInt8 m_aOEntry[32];
1037 sal_uInt8 m_aUEntry[32];
1081 bool PDFFile::decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
1098 sal_uInt8 aSum[ENCRYPTION_KEY_LEN]; in decrypt()
1116 static const sal_uInt8 nPadString[32] =
1145 sal_uInt8 aPEntry[4]; in password_to_key()
1153 sal_uInt8 nSum[RTL_DIGEST_LENGTH_MD5]; in password_to_key()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dexcdefs.hxx42 const sal_uInt8 EXC_AFTYPE_NOTUSED = 0x00;
43 const sal_uInt8 EXC_AFTYPE_RK = 0x02;
44 const sal_uInt8 EXC_AFTYPE_DOUBLE = 0x04;
45 const sal_uInt8 EXC_AFTYPE_STRING = 0x06;
46 const sal_uInt8 EXC_AFTYPE_BOOLERR = 0x08;
47 const sal_uInt8 EXC_AFTYPE_INVALID = 0x0A;
48 const sal_uInt8 EXC_AFTYPE_EMPTY = 0x0C;
49 const sal_uInt8 EXC_AFTYPE_NOTEMPTY = 0x0E;
52 const sal_uInt8 EXC_AFOPER_NONE = 0x00;
53 const sal_uInt8 EXC_AFOPER_LESS = 0x01;
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx53 sal_uInt8 type=0; in ReadPString()
55 sal_uInt8 out; in ReadPString()
92 sal_uInt8 test[8]; in ConfirmFixedOctect()
101 sal_uInt8 test[12]; in Confirm12Zeros()
110 sal_uInt8 test[12]; in ConfirmHalfWayMarker()
125 sal_uInt8 test[20]; in ConfirmFixedMiddle()
143 sal_uInt8 test[20]; in ConfirmFixedMiddle2()
179 sal_uInt8 header[30] = in ReadVBAProject()
200 sal_uInt8 testc=0; in ReadVBAProject()
305 sal_uInt8 discard; in ReadVBAProject()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx1032 sal_uInt8 nUpper = (sal_uInt8)( nColor >> 24 ); in ImportColor()
1091 sal_uInt8 in SwapColor()
1101 sal_uInt8 nUpper = (sal_uInt8)( nColor >> 24 ); in ExportColor()
1220 sal_uInt8 nRet; in ExportBorder()
3009 sal_uInt8 nTemp; in Read()
3214 sal_uInt8 nTemp; in Read()
3305 sal_uInt8 nTemp; in Read()
3882 sal_uInt8 nTemp; in Read()
4079 sal_uInt8 nTemp; in Read()
4979 sal_uInt8 nTmp; in Read()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dexpop.cxx43 sal_uInt8 ExportWK1::GenFormByte( const ScPatternAttr& /*aAttr*/ ) in GenFormByte()
64 aOut << ( sal_uInt16 ) 0x02 << ( sal_uInt16 ) 1 << ( sal_uInt8 ) 0xFF; in Calcmode()
71 aOut << ( sal_uInt16 ) 0x03 << ( sal_uInt16 ) 1 << ( sal_uInt8 ) 0x00; in Calcorder()
111 << ( sal_uInt8 ) 0 // Dummy in Window1()
128 sal_uInt8 nWidthSpaces; in Colw()
132 nWidthSpaces = ( sal_uInt8 ) ( nWidth / TWIPS_PER_CHAR ); in Colw()
181 aOut << ( sal_uInt8 ) 0x00; // ...und Nullterminator anhaengen in Label()
203 << ( sal_uInt8 ) 0x00 // constant, floating point in Formula()
205 << ( sal_uInt8 ) 0x03; // return in Formula()
221 aOut << ( sal_uInt8 ) 0x00; in Footer()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx216 sal_uInt8 nUnderl; in ReadCFFontBlock()
643 void XclImpCellProt::FillFromXF2( sal_uInt8 nNumFmt ) in FillFromXF2()
663 void XclImpCellAlign::FillFromXF2( sal_uInt8 nFlags ) in FillFromXF2()
747 void XclImpCellBorder::FillFromXF2( sal_uInt8 nFlags ) in FillFromXF2()
912 void XclImpCellArea::FillFromXF2( sal_uInt8 nFlags ) in FillFromXF2()
1006 sal_uInt8 nReadFont, nReadNumFmt, nFlags; in ReadXF2()
1027 sal_uInt8 nReadFont, nReadNumFmt; in ReadXF3()
1048 sal_uInt8 nReadFont, nReadNumFmt; in ReadXF4()
1256 const ScAddress& rScPos, sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 ) in ApplyPatternForBiff2CellFormat()
1277 void XclImpXF::SetUsedFlags( sal_uInt8 nUsedFlags ) in SetUsedFlags()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx224 delete[] (sal_uInt8*) pColRow1; in ImplConvolute3()
225 delete[] (sal_uInt8*) pColRow2; in ImplConvolute3()
226 delete[] (sal_uInt8*) pColRow3; in ImplConvolute3()
338 … pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) nR2, (sal_uInt8) nG2, (sal_uInt8) nB2 ) ); in ImplMedianFilter()
355 delete[] (sal_uInt8*) pColRow1; in ImplMedianFilter()
356 delete[] (sal_uInt8*) pColRow2; in ImplMedianFilter()
357 delete[] (sal_uInt8*) pColRow3; in ImplMedianFilter()
548 const sal_uInt8 cLz = (sal_uInt8) VOS_BOUND( nLz, 0, 255 ); in ImplEmbossGrey()
694 const sal_uInt8 cSepiaValue = (sal_uInt8) ( ( nSepia * i ) / 10000 ); in ImplSepia()
696 rCol.SetRed( (sal_uInt8) i ); in ImplSepia()
[all …]
H A Dbitmap3.cxx454 sal_uInt8 pDitherMatrix[ 16 ][ 16 ]; in ImplMakeMonoDither()
734 sal_uInt8 cIndex; in ImplConvertDown()
1396 sal_uInt8 cR0, cG0, cB0, cR1, cG1, cB1; in ImplScaleSuper()
2570 BitmapColor aIndex( (sal_uInt8) 0 ); in ImplDitherMatrix()
3058 BitmapColor aDstCol( (sal_uInt8) 0 ); in ImplReducePopular()
3059 sal_uInt8* pIndexMap = new sal_uInt8[ nTotalColors ]; in ImplReducePopular()
3064 …pIndexMap[ nIndex++ ] = (sal_uInt8) aNewPal.GetBestIndex( BitmapColor( (sal_uInt8) nR, (sal_uInt8)… in ImplReducePopular()
3228 aCol.SetRed( (sal_uInt8) ( nR1 << 3 ) ); in ImplMedianCut()
3380 sal_uInt8* cMapR = new sal_uInt8[ 256 ]; in Adjust()
3381 sal_uInt8* cMapG = new sal_uInt8[ 256 ]; in Adjust()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx66 const sal_Int32 nBinary = (((sal_uInt8)i_pBuffer[i + 0]) << 16) + in encodeBase64()
67 (((sal_uInt8)i_pBuffer[i + 1]) << 8) + in encodeBase64()
68 ((sal_uInt8)i_pBuffer[i + 2]); in encodeBase64()
72 sal_uInt8 nIndex (static_cast<sal_uInt8>((nBinary & 0xFC0000) >> 18)); in encodeBase64()
75 nIndex = static_cast<sal_uInt8>((nBinary & 0x3F000) >> 12); in encodeBase64()
78 nIndex = static_cast<sal_uInt8>((nBinary & 0xFC0) >> 6); in encodeBase64()
81 nIndex = static_cast<sal_uInt8>((nBinary & 0x3F)); in encodeBase64()
91 case 1: nBinary = ((sal_uInt8)i_pBuffer[nStart + 0]) << 16; in encodeBase64()
97 sal_uInt8 nIndex (static_cast<sal_uInt8>((nBinary & 0xFC0000) >> 18)); in encodeBase64()
100 nIndex = static_cast<sal_uInt8>((nBinary & 0x3F000) >> 12); in encodeBase64()
[all …]
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx76 sal_uInt8* mpPalette;
246 mpPalette = new sal_uInt8[ 768 ]; in ImplReadHeader()
260 mpPalette = new sal_uInt8[ 768 ]; in ImplReadHeader()
289 sal_uInt8 n8; in ImplReadHeader()
346 sal_uInt8 nDat = 0, nDummy, nRed, nGreen, nBlue; in ImplReadBody()
470 mpWriteAcc->SetPixel( nY, nX, BitmapColor( nRed, (sal_uInt8)0, (sal_uInt8)0 ) ); in ImplReadBody()
487 mpWriteAcc->SetPixel( nY, nX, BitmapColor( nRed, (sal_uInt8)0, (sal_uInt8)0 ) ); in ImplReadBody()
585 sal_uInt8* pBlack = new sal_uInt8[ mpFileHeader->nRows * mpFileHeader->nColumns ]; in ImplReadBody()
656 sal_uInt8 cR = (sal_uInt8) MinMax( aBitmapColor.GetRed() - nDAT, 0L, 255L ); in ImplReadBody()
657 sal_uInt8 cG = (sal_uInt8) MinMax( aBitmapColor.GetGreen() - nDAT, 0L, 255L ); in ImplReadBody()
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx400 rStrm << (sal_uInt8) GetFamily() << (sal_uInt8) GetPitch() in Store()
704 sal_uInt8 nWeight; in Create()
840 sal_uInt8 nP; in Create()
1393 sal_uInt8 nState; in Create()
1530 sal_uInt8 nState; in Create()
1563 sal_uInt8 nState; in Create()
1630 sal_uInt8 eCross; in Create()
1734 sal_uInt8 nState; in Create()
1795 sal_uInt8 nState; in Create()
2179 sal_uInt8 cSet; in Create()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx68 sal_uInt8 nSet;
150 sal_uInt8 nChrSet;
234sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nS…
1106 sal_uInt8* pSource = (sal_uInt8*) aGfxLink.GetData(); in ImplWriteActions()
1119 sal_uInt8 k, i = 10; in ImplWriteActions()
1481 *mpPS << (sal_uInt8)10; in ImplRect()
1843 *mpPS << (sal_uInt8)10; in ImplBmp()
2353 *mpPS << (sal_uInt8)32; in ImplExecMode()
2358 *mpPS << (sal_uInt8)0xa; in ImplExecMode()
2658 sal_uInt8 nV; in Compress()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dfontcfg.hxx86 …const String& GetFontOutline(sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_OUTLINE + F… in GetFontOutline()
87 …const String& GetFontList (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_LIST + FONT… in GetFontList()
88 …const String& GetFontCaption(sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_CAPTION + F… in GetFontCaption()
89 …const String& GetFontIndex (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_INDEX + FON… in GetFontIndex()
94 void SetFontStandard(const String& rSet, sal_uInt8 nFontGroup) in SetFontStandard()
97 void SetFontOutline(const String& rSet, sal_uInt8 nFontGroup) in SetFontOutline()
99 void SetFontList (const String& rSet, sal_uInt8 nFontGroup) in SetFontList()
101 void SetFontCaption(const String& rSet, sal_uInt8 nFontGroup) in SetFontCaption()
103 void SetFontIndex (const String& rSet, sal_uInt8 nFontGroup) in SetFontIndex()
106 void SetFontHeight( sal_Int32 nHeight, sal_uInt8 nFont, sal_uInt8 nScriptType ) in SetFontHeight()
[all …]
/trunk/main/svtools/source/inc/
H A Dxpmread.hxx90 sal_uInt8 mcThisByte;
91 sal_uInt8 mcLastByte;
93 sal_uInt8* mpTempBuf;
94 sal_uInt8* mpTempPtr;
95 sal_uInt8* mpFastColorTable;
96 sal_uInt8* mpColMap;
98 sal_uInt8* mpStringBuf;
100 sal_uInt8* mpPara;
105 sal_Bool ImplGetColSub( sal_uInt8* );
106 sal_Bool ImplGetColKey( sal_uInt8 );
[all …]
/trunk/main/sw/inc/
H A Dndtyp.hxx31 const sal_uInt8 ND_ENDNODE = 0x01;
32 const sal_uInt8 ND_STARTNODE = 0x02;
33 const sal_uInt8 ND_TABLENODE = 0x06;
34 const sal_uInt8 ND_TEXTNODE = 0x08;
35 const sal_uInt8 ND_GRFNODE = 0x10;
36 const sal_uInt8 ND_OLENODE = 0x20;
38 const sal_uInt8 ND_CONTENTNODE = 0x38; // ContentNode (eines von den 3 Bits)
39 const sal_uInt8 ND_NOTXTNODE = 0x30; // NoTxtNode (eines von den 2 Bits)
41 const sal_uInt8 ND_SECTIONNODE = 0x42;
60 const sal_uInt8 ND_HAS_PREV_LAYNODE = 0x01;
[all …]
/trunk/main/oox/inc/oox/core/
H A Dbinarycodec.hxx147 sal_uInt8* pnDestData,
148 const sal_uInt8* pnSrcData,
170 sal_uInt8 mpnKey[ 16 ]; /// Encryption key.
223 const sal_uInt8 pnSalt[ 16 ] );
240 const sal_uInt8 pnVerifier[ 16 ],
280 sal_uInt8* pnDestData,
281 const sal_uInt8* pnSrcData,
303 const sal_uInt8 pKeyData[64],
304 const sal_uInt8 pUnique[16] );
308 sal_uInt8 mpnDigestValue[ RTL_DIGEST_LENGTH_MD5 ];
[all …]

Completed in 259 milliseconds

12345678910>>...72