Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 201 – 225 of 1784) sorted by relevance

12345678910>>...72

/trunk/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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx201 sal_uInt8* pBuf = new sal_uInt8[ nLen ]; in AddOpt()
3098 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3104 sal_uInt8* pBuf = new sal_uInt8[ 1 ]; in CreateCustomShapeProperties()
3208 sal_uInt8* pBuf = new sal_uInt8[ 1 ]; in CreateCustomShapeProperties()
3329 sal_uInt8* pBuf = new sal_uInt8[ 1 ]; in CreateCustomShapeProperties()
3387 sal_uInt8* pBuf = new sal_uInt8[ 1 ]; in CreateCustomShapeProperties()
3788 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3794 sal_uInt8* pBuf = new sal_uInt8[ 1 ]; in CreateCustomShapeProperties()
3844 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3850 sal_uInt8* pBuf = new sal_uInt8[ 1 ]; in CreateCustomShapeProperties()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx626 sal_uInt8 cBlack = 0; in CopyPixel()
655 sal_uInt8 cBlack = 0; in CopyPixel()
770 sal_uInt8 nTransparency(0xff); in GetTransparency()
1107 *pScan++ = static_cast< sal_uInt8 >(aBDest.getRed() * 255.0); in ModifyBitmapEx()
1124 *pScan++ = static_cast< sal_uInt8 >(aBDest.getRed() * 255.0); in ModifyBitmapEx()
1181 sal_uInt8 nAlpha, in createBlendFrame()
1205 sal_uInt8 nAlpha, in createBlendFrame()
1212 static sal_uInt8 nLastAlpha(0); in createBlendFrame()
1242 sal_uInt8 aEraseTrans(0xff); in createBlendFrame()
1265 aMix.Merge(aColorTopRight, 255 - sal_uInt8((x * 255) / nW)); in createBlendFrame()
[all …]
/trunk/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()
H A Dpview.hxx54 sal_uInt8 mnRow, mnCol;
64 void SetPagePreview( sal_uInt8 nRow, sal_uInt8 nCol );
83 sal_uInt8 GetRow() const { return mnRow; } in GetRow()
84 void SetRow( sal_uInt8 n ) { if( n ) mnRow = n; } in SetRow()
86 sal_uInt8 GetCol() const { return mnCol; } in GetCol()
87 void SetCol( sal_uInt8 n ) { if( n ) mnCol = n; } in SetCol()
116 void CalcWish( sal_uInt8 nNewRow, sal_uInt8 nNewCol );
/trunk/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()
/trunk/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()
H A Dxestream.hxx113 XclExpStream& operator<<( sal_uInt8 nValue );
139 void WriteUnicodeBuffer( const ScfUInt16Vec& rBuffer, sal_uInt8 nFlags );
223 void GetSaltDigest( sal_uInt8 pnSaltDigest[16] ) const;
224 void GetSalt( sal_uInt8 pnSalt[16] ) const;
225 void GetDocId( sal_uInt8 pnDocId[16] ) const;
227 void Encrypt( SvStream& rStrm, sal_uInt8 nData );
238 void EncryptBytes( SvStream& rStrm, ::std::vector<sal_uInt8>& aBytes );
248 sal_uInt8 mpnDocId[16];
249 sal_uInt8 mpnSalt[16];
250 sal_uInt8 mpnSaltDigest[16];
H A DXclExpChangeTrack.hxx47 sal_uInt8 aGUID[ 16 ];
52 XclExpUserBView( const String& rUsername, const sal_uInt8* pGUID );
54 inline const sal_uInt8* GetGUID() const { return aGUID; } in GetGUID()
85 sal_uInt8 aGUID[ 16 ];
91 XclExpUsersViewBegin( const sal_uInt8* pGUID, sal_uInt32 nTab );
223 sal_uInt8 aGUID[ 16 ];
232 inline void SetGUID( const sal_uInt8* pGUID ) { memcpy( aGUID, pGUID, 16 ); } in SetGUID()
247 sal_uInt8 aGUID[ 16 ];
255 const sal_uInt8* pGUID );
262 …nfo::XclExpChTrInfo( const String& rUsername, const DateTime& rDateTime, const sal_uInt8* pGUID ) : in XclExpChTrInfo()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx55 const sal_uInt8 nTransparency(rBrush.GetColor().GetTransparency()); in setSvxBrushItemAsFillAttributesToTargetSet()
189 …const sal_uInt8 aTargetTrans(std::min(sal_uInt8(0xfe), static_cast< sal_uInt8 >((nFillTransparence… in getSvxBrushItemForSolid()
244 …const sal_uInt8 aTargetTrans(std::min(sal_uInt8(0xfe), static_cast< sal_uInt8 >((nFillTransparence… in getSvxBrushItemFromSourceSet()
278 …const sal_uInt8 aTargetTrans(std::min(sal_uInt8(0xfe), static_cast< sal_uInt8 >((nFillTransparence… in getSvxBrushItemFromSourceSet()
/trunk/main/svl/source/items/
H A Dcintitem.cxx86 sal_Bool CntByteItem::QueryValue(com::sun::star::uno::Any& rVal,sal_uInt8) const in QueryValue()
95 sal_Bool CntByteItem::PutValue(const com::sun::star::uno::Any& rVal,sal_uInt8) in PutValue() argument
115 return new CntByteItem(Which(), sal_uInt8(nTheValue)); in Create()
137 sal_uInt8 CntByteItem::GetMin() const in GetMin()
145 sal_uInt8 CntByteItem::GetMax() const in GetMax()
221 sal_Bool CntUInt16Item::QueryValue(com::sun::star::uno::Any& rVal,sal_uInt8) const in QueryValue()
230 sal_Bool CntUInt16Item::PutValue(const com::sun::star::uno::Any& rVal,sal_uInt8) in PutValue() argument
353 sal_Bool CntInt32Item::QueryValue(com::sun::star::uno::Any& rVal,sal_uInt8) const in QueryValue()
362 sal_Bool CntInt32Item::PutValue(const com::sun::star::uno::Any& rVal,sal_uInt8) in PutValue() argument
486 sal_Bool CntUInt32Item::QueryValue(com::sun::star::uno::Any& rVal,sal_uInt8) const in QueryValue()
[all …]
/trunk/main/sw/inc/
H A Dfmtfsize.hxx51 sal_uInt8 nWidthPercent; //Fuer Tabellen kann die Breite in Prozent
52 sal_uInt8 nHeightPercent; //angegeben sein.
79 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
80 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
96 sal_uInt8 GetHeightPercent() const{ return nHeightPercent; } in GetHeightPercent()
97 sal_uInt8 GetWidthPercent() const { return nWidthPercent; } in GetWidthPercent()
98 void SetHeightPercent( sal_uInt8 n ) { nHeightPercent = n; } in SetHeightPercent()
99 void SetWidthPercent ( sal_uInt8 n ) { nWidthPercent = n; } in SetWidthPercent()
H A Dswgstr.hxx86 sal_uInt8 get();
90 inline swstreambase& operator>>( sal_uInt8& );
102 inline swstreambase& swstreambase::operator>>( sal_uInt8& c ) in operator >>()
123 sal_uInt8 cType; // Record-Typ
128 sal_uInt8 peek(); // 1 Byte testen
129 sal_uInt8 next(); // Blockstart
130 sal_uInt8 cur() { return cType; } // aktueller Block in cur()
131 sal_uInt8 skipnext(); // Record ueberspringen
/trunk/main/rsc/source/tools/
H A Drscchar.cxx112 nChar = nChar * 8 + (sal_uInt8)*pStr - (sal_uInt8)'0'; in MakeUTF8()
133 nChar = nChar * 16 + (sal_uInt8)*pStr - (sal_uInt8)'0'; in MakeUTF8()
135 nChar = nChar * 16 + (sal_uInt8)*pStr - (sal_uInt8)'A' +10; in MakeUTF8()
137 nChar = nChar * 16 + (sal_uInt8)*pStr - (sal_uInt8)'a' +10; in MakeUTF8()
/trunk/main/svx/inc/svx/
H A Dsxenditm.hxx34 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
35 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
42 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
43 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
50 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
51 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
58 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
59 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
H A Drulritem.hxx43 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
44 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
79 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
80 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
114 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
115 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
209 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
210 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
273 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
274 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx39 sal_uInt8* mpBuffer;
44 mpBuffer = nSize ? new sal_uInt8[ nSize ] : NULL; in ImpBuffer()
47 ImpBuffer( sal_uInt8* pBuf ) { mnRefCount = 1UL; mpBuffer = pBuf; } in ImpBuffer()
62 ImpSwap( sal_uInt8* pData, sal_uLong nDataSize );
65 sal_uInt8* GetData() const;
146 GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType, sal_Bool bOwns );
158 void SetData( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns );
159 const sal_uInt8* GetData() const;
H A Dbmpacc.hxx168 inline BitmapColor GetPixelFromData( const sal_uInt8* pData, long nX ) const;
169 …inline void SetPixelOnData( sal_uInt8* pData, long nX, const BitmapColor& rBitmapC…
172 inline sal_uInt8 GetPixelIndex( long nY, long nX ) const;
173 inline sal_uInt8 GetLuminance( long nY, long nX ) const;
208 inline void SetPixelIndex( long nY, long nX, sal_uInt8 cIndex );
388 return BitmapColor( (sal_uInt8) GetBestPaletteIndex( rBitmapColor ) ); in GetBestMatchingColor()
482 inline sal_uInt8 BitmapReadAccess::GetPixelIndex( long nY, long nX ) const in GetPixelIndex()
489 inline BitmapColor BitmapReadAccess::GetPixelFromData( const sal_uInt8* pData, long nX ) const in GetPixelFromData()
497 inline void BitmapReadAccess::SetPixelOnData( sal_uInt8* pData, long nX, const BitmapColor& rBitmap… in SetPixelOnData()
515 inline sal_uInt8 BitmapReadAccess::GetLuminance( long nY, long nX ) const in GetLuminance()
[all …]
/trunk/main/vos/inc/vos/
H A Dstream.hxx108 inline sal_Bool SAL_CALL read(sal_uInt8& value) const;
129 inline sal_Bool SAL_CALL write(sal_uInt8 value);
169 friend const OStream& operator>> (OStream& rStream, sal_uInt8& value);
173 friend OStream& operator<< (OStream& rStream, sal_uInt8 value);
192 inline sal_Bool OStream::read(sal_uInt8& value) const in read()
212 inline sal_Bool OStream::write(sal_uInt8 value) in write()
214 return (write((sal_uInt8*)&value, sizeof(value)) == sizeof(value)); in write()
236 inline const OStream& operator>> (OStream& rStream, sal_uInt8& value) in operator >>()
264 inline OStream& operator<< (OStream& rStream, sal_uInt8 value) in operator <<()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx244 sal_uInt8 nReadChar; in ReadRawUniString()
292 sal_uInt8* aGuid = new sal_uInt8[ 16 ]; in ReadEmbeddedData()
1006 sal_uInt8 mnStreamSize; in ProcessObj()
1192 sal_uInt8 nLvl = static_cast< sal_uInt8 >(rTxtNode.GetActualListLevel()); in GetNumFmtFromStack()
2102 bool SwWW8ImplReader::HasOwnHeaderFooter(sal_uInt8 nWhichItems, sal_uInt8 grpfIhdt, in HasOwnHeaderFooter()
2517 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType( *pSprm13 )); in ProcessSpecial()
2854 sal_uInt8 nBCode = 0; in ReadPlainChars()
3066 sal_uInt8 nBCode; in ReadChar()
4203 sal_uInt8 *pBuffer = new sal_uInt8[pWwFib->lcbCmds]; in StoreMacroCmds()
5081 sal_uInt8 *pIn = new sal_uInt8[nUnencryptedHdr]; in LoadThroughDecryption()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx181 void setBiff12Scheme( sal_uInt8 nScheme );
349 void setBiffHorAlign( sal_uInt8 nHorAlign );
351 void setBiffVerAlign( sal_uInt8 nVerAlign );
353 void setBiffTextOrient( sal_uInt8 nTextOrient );
392 void setBiff2Data( sal_uInt8 nFlags );
458 void setBiff2Data( sal_uInt8 nNumFmt );
494 void setBiffData( sal_uInt8 nLineStyle, sal_uInt16 nLineColor );
555 void setBiff2Data( sal_uInt8 nFlags );
683 void setBiff2Data( sal_uInt8 nFlags );
792 sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 );
[all …]
/trunk/main/oox/source/dump/
H A Doledumper.cxx104 dumpDec< sal_uInt8 >( "version" ); in implDump()
106 dumpHex< sal_uInt8 >( "flags", "STDFONT-FLAGS" ); in implDump()
902 sal_uInt8 nFlags = dumpHex< sal_uInt8 >( "text-flags", "COMCTL-IMAGELIST-TEXTFLAGS" ); in implDumpCommonExtra()
1239 sal_uInt8 nMinor, nMajor; in dumpVersion()
1423 dumpBorderStyleProperty< sal_uInt8 >( 0 ); in implDumpShortProperties()
1517 dumpBorderStyleProperty< sal_uInt8 >( 1 ); in implDumpShortProperties()
1520 dumpSpecialEffectProperty< sal_uInt8 >( 0 ); in implDumpShortProperties()
1845 dumpBorderStyleProperty< sal_uInt8 >( 0 ); in implDumpShortProperties()
1855 dumpSpecialEffectProperty< sal_uInt8 >( 0 ); in implDumpShortProperties()
1922 dumpDec< sal_uInt8 >( "depth" ); in dumpSiteData()
[all …]
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx111 void Compress( sal_uInt8 nSrc );
285 sal_uInt8 nTemp; in ImplWriteHeader()
364 sal_uInt8 nTemp = 0; in ImplWriteBody()
365 sal_uInt8 nShift; in ImplWriteBody()
436 Compress( (sal_uInt8)j ); in ImplWriteBody()
442 Compress( (sal_uInt8)(j << ( ( ( x & 7) ^ 7 ) + 1 ) ) ); in ImplWriteBody()
502 *mpOStm << (sal_uInt8)( dwShift >> 24 ); in WriteBits()
508 *mpOStm << (sal_uInt8)( dwShift >> 24 ); in WriteBits()
532 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
541 void TIFFWriter::Compress( sal_uInt8 nCompThis ) in Compress()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx193 pRes[ nCurrPos++ ] = sal_uInt8(255); in getData()
265 *pScan++ = (sal_uInt8)pWriteAccess->GetBestPaletteIndex( in setData()
273 *pAScan++ = static_cast<sal_uInt8>(255 - in setData()
274 … static_cast<sal_uInt8>(data[ nCurrPos++ ])); in setData()
295 *pAScan++ = static_cast<sal_uInt8>(255 - in setData()
296 … static_cast<sal_uInt8>(data[ nCurrPos++ ])); in setData()
317 *pAScan++ = static_cast<sal_uInt8>(255 - in setData()
318 … static_cast<sal_uInt8>(data[ nCurrPos++ ])); in setData()
337 static_cast<sal_uInt8>(255 - in setData()
358 *pScan++ = (sal_uInt8)pWriteAccess->GetBestPaletteIndex( in setData()
[all …]
/trunk/main/registry/source/
H A Dregimpl.cxx1014 sal_uInt8* pBuffer; in loadAndSaveValue()
1063 sal_uInt8 type = *((sal_uInt8*)pBuffer); in loadAndSaveValue()
1069 pBuffer = (sal_uInt8*)rtl_allocateMemory(nSize); in loadAndSaveValue()
1137 sal_uInt8* pSrcBuffer, in checkBlop()
1147 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in checkBlop()
1156 sal_uInt8 type = *((sal_uInt8*)pBuffer); in checkBlop()
1309 const sal_uInt8* pBlop = writer.getBlop(); in mergeModuleValue()
1312 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_BINARY; in mergeModuleValue()
1313 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + aBlopSize); in mergeModuleValue()
1462 sal_uInt8* pBuffer; in dumpValue()
[all …]

Completed in 151 milliseconds

12345678910>>...72