Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 176 – 200 of 1782) sorted by relevance

12345678910>>...72

/aoo41x/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx275 void AreaTransparencyGradientControl::ExecuteValueModify( sal_uInt8 nStartCol, sal_uInt8 nEndCol ) in ExecuteValueModify()
309 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrStartValue.GetValue() * 255) / 100);
310 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrEndValue.GetValue() * 255) / 100);
320 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrStartValue.GetValue() * 255) / 100);
321 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrEndValue.GetValue() * 255) / 100);
336 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrStartValue.GetValue() * 255) / 100);
337 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrEndValue.GetValue() * 255) / 100);
/aoo41x/main/tools/inc/tools/
H A Dstream.hxx248 sal_uInt8* pBufPos; // pRWBuf + nBufActualPos
277 sal_uInt8 nRadix;
278 sal_uInt8 nPrecision;
279 sal_uInt8 nWidth;
280 sal_uInt8 nPrintfParams;
281 sal_uInt8 nJustification;
399 void SetRadix( sal_uInt8 nRad ) in SetRadix()
402 void SetPrecision( sal_uInt8 nPrec ) in SetPrecision()
405 void SetWidth( sal_uInt8 nWid) in SetWidth()
411 void SetJustification( sal_uInt8 nJus ) in SetJustification()
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dxestream.cxx204 const sal_uInt8* pBuffer = reinterpret_cast< const sal_uInt8* >( pData ); in Write()
215 vector<sal_uInt8> aBytes(nWriteLen); in Write()
261 sal_uInt8 nZero = 0; in WriteZeroBytesToRecord()
278 sal_uInt8* pBuffer = new sal_uInt8[ ::std::min( nBytesLeft, nMaxBuffer ) ]; in CopyFromStream()
362 operator<<( static_cast< sal_uInt8 >( nLen ) ); in WriteByteString()
524 vector<sal_uInt8> aByte(1); in Encrypt()
531 ::std::vector<sal_uInt8> pnBytes(2); in Encrypt()
539 ::std::vector<sal_uInt8> pnBytes(4); in Encrypt()
549 ::std::vector<sal_uInt8> pnBytes(4); in Encrypt()
556 ::std::vector<sal_uInt8> pnBytes(8); in Encrypt()
[all …]
H A Dxistream.cxx152 maCodec.InitKey( (sal_uInt8*)aBytePassword.getStr() ); in OnVerifyPassword()
211 XclImpBiff8Decrypter::XclImpBiff8Decrypter( sal_uInt8 pnSalt[ 16 ], in XclImpBiff8Decrypter()
212 sal_uInt8 pnVerifier[ 16 ], sal_uInt8 pnVerifierHash[ 16 ] ) : in XclImpBiff8Decrypter()
302 sal_uInt8* pnCurrData = pnData; in OnRead()
626 XclImpStream& XclImpStream::operator>>( sal_uInt8& rnValue ) in operator >>()
749 sal_uInt8 XclImpStream::ReaduInt8() in ReaduInt8()
751 sal_uInt8 nValue(0); in ReaduInt8()
803 sal_uInt8* pnBuffer = reinterpret_cast< sal_uInt8* >( pData ); in Read()
829 sal_uInt8* pnBuffer = new sal_uInt8[ ::std::min( nBytes, nMaxBuffer ) ]; in CopyToStream()
949 sal_uInt8 nReadChar; in ReadRawUniString()
[all …]
H A Dexctools.cxx97 pLevel = new sal_uInt8[ nSize ]; in XclImpOutlineBuffer()
114 void XclImpOutlineBuffer::SetLevel( SCSIZE nIndex, sal_uInt8 nVal, sal_Bool bOuted, sal_Bool bHidde… in SetLevel()
144 sal_uInt8 nCurrLevel = 0; in MakeScOutline()
159 for( sal_uInt8 nWorkLevel = 1; nWorkLevel <= nMaxLevel; nWorkLevel++ ) in MakeScOutline()
162 sal_uInt8 nCurrLevel2 = 0; in MakeScOutline()
163 sal_uInt8 nPrevLevel = 0; in MakeScOutline()
198 sal_uInt8 nWorkLevel = pLevel[ nC ]; in MakeScOutline()
231 void XclImpOutlineBuffer::SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal, in SetLevelRange()
241 sal_uInt8* pLevelCount; in SetLevelRange()
242 sal_uInt8* pLast; in SetLevelRange()
[all …]
/aoo41x/main/svtools/source/filter/
H A Dfilter.cxx190 sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry()
253 sal_uInt8 sFirstBytes[ 256 ]; in ImpPeekGraphicFormat()
319 sal_uInt8 nMagic; in ImpPeekGraphicFormat()
340 sal_uInt8 nOffs; in ImpPeekGraphicFormat()
398 sal_uInt8 nVersion=sFirstBytes[1]; in ImpPeekGraphicFormat()
550 sal_uInt8 sBuf[3]; in ImpPeekGraphicFormat()
656 sal_uInt8* pBuf = new sal_uInt8 [ nSize ]; in ImpPeekGraphicFormat()
660 sal_uInt8* pPtr = ImplSearchEntry( pBuf, (sal_uInt8*)"#define", nSize, 7 ); in ImpPeekGraphicFormat()
708 sal_uInt8* pBuf = new sal_uInt8[nSize]; in ImpPeekGraphicFormat()
746 sal_uInt8* pBuf = new sal_uInt8[nSize]; in ImpPeekGraphicFormat()
[all …]
H A Dsgfbram.cxx247 sal_uInt8 Data;
250 sal_uInt8 GetByte(SvStream& rInp);
253 sal_uInt8 PcxExpand::GetByte(SvStream& rInp) in GetByte()
295 sal_uInt8 cRGB[4]; in SgfFilterBMap()
316 pBuf=new sal_uInt8[nWdtOut]; in SgfFilterBMap()
469 Color Hpgl2SvFarbe( sal_uInt8 nFarb ) in Hpgl2SvFarbe()
500 sal_uInt8 nFarb; in SgfFilterVect()
501 sal_uInt8 nFrb0=7; in SgfFilterVect()
502 sal_uInt8 nLTyp; in SgfFilterVect()
503 sal_uInt8 nOTyp; in SgfFilterVect()
[all …]
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx331 *pPict << ( (sal_uInt8)nLen ); in WriteString()
470 sal_uInt8 nFace; in WriteOpcode_TxFace()
687 *pPict << (sal_uInt16)0x002b << (sal_uInt8)dh << (sal_uInt8)dv; in WriteOpcode_Text()
692 *pPict << (sal_uInt8)0; in WriteOpcode_Text()
720 *pPict << (sal_uInt8)0; in WriteOpcode_FontName()
896 sal_uInt8 nEquData = 0; in WriteOpcode_BitsRect()
980 *pPict << (sal_uInt8)0; in WriteOpcode_BitsRect()
1015 *pPict << (sal_uInt8)0; in WriteOpcode_BitsRect()
1184 *pTemp++ = (sal_uInt8)0; in WriteOpcode_BitsRect()
1214 *pPict << (sal_uInt8)0; in WriteOpcode_BitsRect()
[all …]
/aoo41x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx221 sal_uInt8 nFlags;
745 sal_uInt8 nLo,nHi; in ReadBigEndianWord()
753 sal_uInt8 nHi; in ReadBigEndian3BytesLong()
1167 sal_uInt8 nFlags; in ReadPolygons()
1762 sal_uInt8 nbyte; in ReadOrder()
1837 sal_uInt8 nMix; in ReadOrder()
1854 sal_uInt8 nMix; in ReadOrder()
1875 sal_uInt8 nPatt; in ReadOrder()
1895 sal_uInt8 nType; in ReadOrder()
2211 sal_uInt8 * pBuf=new sal_uInt8[nDataLen]; in ReadImageData()
[all …]
/aoo41x/main/filter/source/graphicfilter/eras/
H A Deras.cxx48 sal_uInt8 mnRepVal;
56 void ImplPutByte( sal_uInt8 ); // RLE decoding
220 sal_uInt8 nDat = 0; in ImplWriteBody()
232 …ImplPutByte( sal::static_int_cast< sal_uInt8 >(nDat << ( ( ( x & 7 ) ^ 7 ) + 1)) );// write remain… in ImplWriteBody()
242 void RASWriter::ImplPutByte( sal_uInt8 nPutThis ) in ImplPutByte()
257 *mpOStm << (sal_uInt8)mnRepVal; in ImplPutByte()
259 *mpOStm << (sal_uInt8)0; in ImplPutByte()
263 *mpOStm << (sal_uInt8)0x80; in ImplPutByte()
264 *mpOStm << (sal_uInt8)mnRepCount; in ImplPutByte()
265 *mpOStm << (sal_uInt8)mnRepVal; in ImplPutByte()
/aoo41x/main/vcl/inc/vcl/
H A Dalpha.hxx52 … AlphaMask( const Size& rSizePixel, sal_uInt8* pEraseTransparency = NULL );
81 …sal_Bool Expand( sal_uLong nDX, sal_uLong nDY, sal_uInt8* pInitTransparency = N…
83 sal_Bool Erase( sal_uInt8 cTransparency );
88 sal_Bool Rotate( long nAngle10, sal_uInt8 cFillTransparency );
89 sal_Bool Replace( const Bitmap& rMask, sal_uInt8 rReplaceTransparency );
90 …sal_Bool Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency…
91 …sal_Bool Replace( sal_uInt8* pSearchTransparencies, sal_uInt8* pReplaceTranspar…
/aoo41x/main/sw/source/filter/ww8/
H A DWW8FFData.hxx36 sal_uInt8 mnType; // :2 0x3
37 sal_uInt8 mnResult; // :5 0x7c
44 sal_uInt8 mnTextType; // :3 0x38
73 void setType(sal_uInt8 nType) { mnType = nType; } in setType()
74 sal_uInt8 getType() const { return mnType; } in getType()
75 void setResult(sal_uInt8 nResult) { mnResult = nResult; } in setResult()
76 sal_uInt8 getResult() const { return mnResult; } in getResult()
81 void setTextType(sal_uInt8 nTextType) { mnTextType = nTextType; } in setTextType()
82 sal_uInt8 getTextType() const { return mnTextType; } in getTextType()
/aoo41x/main/svx/source/gallery2/
H A Dcodec.cxx58 sal_uInt8 cByte1, cByte2, cByte3, cByte4, cByte5, cByte6; in IsCoded()
121sal_uInt8* pCompressedBuffer = new sal_uInt8[ nCompressedSize ]; rStm.Read( pCompressedBuffer, n… in Read()
122 sal_uInt8* pInBuf = pCompressedBuffer; in Read()
123 sal_uInt8* pOutBuf = new sal_uInt8[ nUnCompressedSize ]; in Read()
124 sal_uInt8* pTmpBuf = pOutBuf; in Read()
125 sal_uInt8* pLast = pOutBuf + nUnCompressedSize - 1; in Read()
153 const sal_uInt8 cVal = *pInBuf++; in Read()
/aoo41x/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx44 << (sal_uInt8) rDateTime.GetDay() in lcl_WriteDateTime()
45 << (sal_uInt8) rDateTime.GetHour() in lcl_WriteDateTime()
46 << (sal_uInt8) rDateTime.GetMin() in lcl_WriteDateTime()
47 << (sal_uInt8) rDateTime.GetSec(); in lcl_WriteDateTime()
116 sal_uInt8 aGUID[ 16 ]; in XclExpUserBViewList()
310 rStrm << (sal_uInt8) 0; in SaveCont()
369 rStrm << (sal_uInt8) 0x0000 in SaveCont()
644 rStrm << *aIt->mpUrl << (sal_uInt8) 0x01 << *aIt->mpFirstTab << (sal_uInt8) 0x02; in WriteFormula()
650 rStrm << (sal_uInt8) 0x01 << (sal_uInt8) 0x02 << (sal_uInt8) 0x00; in WriteFormula()
653 rStrm << (sal_uInt8) 0x02; in WriteFormula()
[all …]
H A Dxcl97rec.cxx320 …Color aColor = Color( (sal_uInt8)nValue, (sal_uInt8)( nValue >> 8 ), (sal_uInt8)( nValue >> 16 ) ); in ProcessEscherObj()
429 sal_uInt8 nHorAlign = EXC_OBJ_HOR_LEFT; in lcl_GetHorAlignFromItemSet()
444 sal_uInt8 nVerAlign = EXC_OBJ_VER_TOP; in lcl_GetVerAlignFromItemSet()
653 << sal_uInt32( 0 ) << sal_uInt8( 3 ) in WriteSubRecs()
954 << (sal_uInt8) 0 // fHidden in SaveCont()
1271 sal_uInt8 pnDocId[16]; in WriteBody()
1272 sal_uInt8 pnSalt[16]; in WriteBody()
1273 sal_uInt8 pnSaltHash[16]; in WriteBody()
1325 static const sal_uInt8 aData[] = { in WriteBody()
1404 static const sal_uInt8 nDataRecalcId[] = {
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdattr.cxx1282 sal_Bool SdrTextAniKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1288 sal_Bool SdrTextAniKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
1720 sal_Bool SdrEdgeKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1740 sal_Bool SdrEdgeKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
1911 sal_Bool SdrMeasureKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1917 sal_Bool SdrMeasureKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
2070 sal_Bool SdrMeasureUnitItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
2076 sal_Bool SdrMeasureUnitItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
2118 sal_Bool SdrCircKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
2124 sal_Bool SdrCircKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
[all …]
/aoo41x/main/sot/source/sdstor/
H A Dstgelem.hxx45 static const sal_uInt8 cFATPagesInHeader = 109;
47 sal_uInt8 cSignature[ 8 ]; // 00 signature (see below)
53 sal_uInt8 bDirty; // 22 internal dirty flag
54 sal_uInt8 cReserved[ 9 ]; // 23
123 sal_uInt8 cType; // 42 entry type
124 sal_uInt8 cFlags; // 43 0 or 1 (tree balance?)
146 void SetType( StgEntryType t ) { cType = (sal_uInt8) t; } in SetType()
147 sal_uInt8 GetFlags() const { return cFlags; } in GetFlags()
148 void SetFlags( sal_uInt8 c ) { cFlags = c; } in SetFlags()
/aoo41x/main/filter/source/flash/
H A Dswfwriter1.cxx254 sal_uInt8 nBits = static_cast<sal_uInt8>( in Impl_addCurvedEdgeRecord()
668 sal_uInt8 nGlyphBits = 16; in Impl_writeText()
669 sal_uInt8 nAdvanceBits = 16; in Impl_writeText()
683 mpTag->addUI8( (sal_uInt8) nLen ); in Impl_writeText()
786 sal_uInt8 cAlphaVal = 0; in getBitmapData()
845 sal_uInt8 *pImageData, *pAlphaData; in defineBitmap()
851 sal_uInt8 *pCompressed = new sal_uInt8[ compressed_size ]; in defineBitmap()
865 sal_uInt8 *pAlphaCompressed = NULL; in defineBitmap()
882 const sal_uInt8* pJpgData = NULL;; in defineBitmap()
1054 sal_uInt8 cType = 0x01; in Impl_writeJPEG()
[all …]
/aoo41x/main/sd/source/filter/ppt/
H A Dppt97animations.hxx45 sal_uInt8 nBuildType;
46 sal_uInt8 nFlyMethod;
47 sal_uInt8 nFlyDirection;
48sal_uInt8 nAfterEffect; //nAfterEffect: 0: none; 1: change color; 2: dim on next effect; 3: dim …
49 sal_uInt8 nSubEffect;
50 sal_uInt8 nOLEVerb;
53 sal_uInt8 nUnknown1;
54 sal_uInt8 nUnknown2;
/aoo41x/main/svtools/source/graphic/
H A Dtransformer.cxx65 void setAlpha( Bitmap& rBitmap, AlphaMask& rAlpha, sal_uInt8 cIndexFrom, sal_Int8 nAlphaTo ) in setAlpha()
75 const sal_uInt8 cIndex = pReadAccess->GetPixelIndex( nY, nX ); in setAlpha()
93 …lor aColorFrom( static_cast< sal_uInt8 >( nColorFrom ), static_cast< sal_uInt8 >( nColorFrom >> 8 … in colorChange()
94 …apColor aColorTo( static_cast< sal_uInt8 >( nColorTo ), static_cast< sal_uInt8 >( nColorTo >> 8 ),… in colorChange()
95 const sal_uInt8 cIndexFrom = aColorFrom.GetBlueOrIndex(); in colorChange()
/aoo41x/main/sw/inc/
H A Dparatr.hxx55 sal_uInt8 nLines; // Number of lines
56 sal_uInt8 nChars; // Number of characters
83 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
84 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
86 inline sal_uInt8 GetLines() const { return nLines; } in GetLines()
87 inline sal_uInt8 &GetLines() { return nLines; } in GetLines()
89 inline sal_uInt8 GetChars() const { return nChars; } in GetChars()
90 inline sal_uInt8 &GetChars() { return nChars; } in GetChars()
93 inline sal_uInt8 &GetWholeWord() { return bWholeWord; } in GetWholeWord()
168 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const;
[all …]
/aoo41x/main/oox/source/xls/
H A Dbiffoutputstream.cxx71 void BiffOutputRecordBuffer::fill( sal_uInt8 nValue, sal_uInt16 nBytes ) in fill()
105 void BiffOutputStream::setPortionSize( sal_uInt8 nSize ) in setPortionSize()
108 mnPortionSize = ::std::max< sal_uInt8 >( nSize, 1 ); in setPortionSize()
136 const sal_uInt8* pnBuffer = reinterpret_cast< const sal_uInt8* >( pMem ); in writeMemory()
148 void BiffOutputStream::fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize ) in fill()
176 mnPortionPos = static_cast< sal_uInt8 >( (mnPortionPos + nTotalSize) % mnPortionSize ); in prepareWriteBlock()
185sal_uInt8 nPortionSize = static_cast< sal_uInt8 >( (mnPortionSize / nAtomSize) * nAtomSize ); in prepareWriteBlock()
/aoo41x/main/sc/source/filter/inc/
H A Dlotform.hxx77 static FUNC_TYPE IndexToType( sal_uInt8 );
78 static DefTokenId IndexToToken( sal_uInt8 );
79 static FUNC_TYPE IndexToTypeWK123( sal_uInt8 );
80 static DefTokenId IndexToTokenWK123( sal_uInt8 );
81 void DoFunc( DefTokenId eOc, sal_uInt8 nAnz, const sal_Char* pExtName );
87 void ReadSRD( ScSingleRefData& rSRD, sal_uInt8 nFlags );
88 inline void ReadCRD( ScComplexRefData& rCRD, sal_uInt8 nFlags );
110 inline void LotusToSc::ReadCRD( ScComplexRefData& rCRD, sal_uInt8 nRelBit ) in ReadCRD()
/aoo41x/main/sw/source/ui/inc/
H A Dcontent.hxx63 sal_uInt8 nOutlineLevel;
69 sal_uInt8 nLevel, in SwOutlineContent()
76 sal_uInt8 GetOutlineLevel(){return nOutlineLevel;} in GetOutlineLevel()
84 sal_uInt8 nRegionLevel;
89 sal_uInt8 nLevel, in SwRegionContent()
93 sal_uInt8 GetRegionLevel() const {return nRegionLevel;} in GetRegionLevel()
186 sal_uInt8 nOutlineLevel;
195 SwContentType(SwWrtShell* pParent, sal_uInt16 nType, sal_uInt8 nLevel );
208 void SetOutlineLevel(sal_uInt8 nNew) in SetOutlineLevel()
/aoo41x/main/oox/source/ole/
H A Dvbainputstream.cxx34 const sal_uInt8 VBASTREAM_SIGNATURE = 1;
52 sal_uInt8 nSig = rInStrm.readuInt8(); in VbaInputStream()
96 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory()
144 sal_uInt8 nBitCount = 4; in updateChunk()
148 sal_uInt8 nTokenFlags = mpInStrm->readuInt8(); in updateChunk()
168 sal_uInt8* pnTo = &*(maChunk.end() - nLength); in updateChunk()
169 const sal_uInt8* pnEnd = pnTo + nLength; in updateChunk()
170 const sal_uInt8* pnFrom = pnTo - nOffset; in updateChunk()

Completed in 260 milliseconds

12345678910>>...72