Home
last modified time | relevance | path

Searched refs:nByte (Results 1 – 25 of 62) sorted by relevance

123

/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx97 HexEncoder::WriteAscii (sal_uInt8 nByte) in WriteAscii() argument
113 HexEncoder::EncodeByte (sal_uInt8 nByte) in EncodeByte() argument
115 WriteAscii (nByte); in EncodeByte()
166 Ascii85Encoder::PutByte (sal_uInt8 nByte) in PutByte() argument
168 mpByteBuffer [mnByte++] = nByte; in PutByte()
232 PutByte (nByte); in WriteAscii()
248 WriteAscii (nByte); in EncodeByte()
367 mpPrefix = mpTable + nByte; in EncodeByte()
371 nV = nByte; in EncodeByte()
662 sal_uChar nByte = 0; in DrawPS2MonoImage() local
[all …]
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx772 sal_uInt8 nByte; in ReadEOL() local
796 nByte = pByteSwap[ nByte ]; in ReadEOL()
816 sal_uInt8 nByte; in Read2DTag() local
820 *pIStream >> nByte; in Read2DTag()
822 nByte = pByteSwap[ nByte ]; in Read2DTag()
834 sal_uInt8 nByte; in ReadBlackOrWhite() local
840 nByte = pByteSwap[ nByte ]; in ReadBlackOrWhite()
854 sal_uInt8 nByte; in ReadCodeAndDecode() local
860 nByte = pByteSwap[ nByte ]; in ReadCodeAndDecode()
930 sal_uInt8 nByte; in Read1DScanlineData() local
[all …]
H A Ditiff.cxx39 template< typename T > T BYTESWAP(T nByte) { in BYTESWAP() argument
40 return ( nByte << 7 ) | ( ( nByte & 2 ) << 5 ) | ( ( nByte & 4 ) << 3 ) | in BYTESWAP()
41 ( ( nByte & 8 ) << 1 ) | ( ( nByte & 16 ) >> 1 ) | in BYTESWAP()
42 ( ( nByte & 32 ) >> 3 ) | ( ( nByte & 64 ) >> 5 ) | in BYTESWAP()
43 ( ( nByte & 128 ) >> 7 ); in BYTESWAP()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx420 aIn >> nByte; in Convert()
425 switch( nByte ) in Convert()
444 aIn >> nByte; in Convert()
445 if( nByte == 0 ) in Convert()
536 aIn >> nUINT16 >> nByte; in Convert()
671 aIn >> nByte; in Convert()
673 aIn >> nByte; in Convert()
899 sal_uInt8 nByte; in Convert() local
1902 nCols = nByte + 1; in ReadExtensionArray()
1907 nCols = nByte ? nByte : 256; in ReadExtensionArray()
[all …]
H A Dexcform8.cxx95 sal_uInt8 nOp, nLen, nByte; in Convert() local
350 aIn >> nByte; in Convert()
355 switch( nByte ) in Convert()
374 aIn >> nByte; in Convert()
375 if( nByte == 0 ) in Convert()
392 aIn >> nByte >> nUINT16; in Convert()
607 aIn >> nByte; in Convert()
609 aIn >> nByte; in Convert()
611 DoMulArgs( ocPush, nByte + 1 ); in Convert()
1267 rStrm >> nByte; in ConvertExternName()
[all …]
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx91 sal_uInt8 nByte = **pBuf; in ImplGetNumber() local
92 …while ( nSecurityCount && ( nByte != ' ' ) && ( nByte != 0x9 ) && ( nByte != 0xd ) && ( nByte != 0… in ImplGetNumber()
94 switch ( nByte ) in ImplGetNumber()
104 if ( ( nByte < '0' ) || ( nByte > '9' ) ) in ImplGetNumber()
109 nRetValue += nByte - '0'; in ImplGetNumber()
114 nByte = *(++(*pBuf)); in ImplGetNumber()
605 char nByte; in GraphicImport() local
615 rStream >> nByte; in GraphicImport()
616 switch ( nByte ) in GraphicImport()
628 if ( nByte >= '0' ) in GraphicImport()
[all …]
/trunk/main/oox/source/core/
H A Drecordparser.cxx185 sal_uInt8 nByte; in lclReadCompressedInt() local
186 if( !lclReadByte( nByte, rStrm ) ) return false; in lclReadCompressedInt()
187 ornValue = nByte & 0x7F; in lclReadCompressedInt()
188 if( (nByte & 0x80) == 0 ) return true; in lclReadCompressedInt()
189 if( !lclReadByte( nByte, rStrm ) ) return false; in lclReadCompressedInt()
190 ornValue |= sal_Int32( nByte & 0x7F ) << 7; in lclReadCompressedInt()
191 if( (nByte & 0x80) == 0 ) return true; in lclReadCompressedInt()
192 if( !lclReadByte( nByte, rStrm ) ) return false; in lclReadCompressedInt()
193 ornValue |= sal_Int32( nByte & 0x7F ) << 14; in lclReadCompressedInt()
194 if( (nByte & 0x80) == 0 ) return true; in lclReadCompressedInt()
[all …]
/trunk/main/formula/inc/formula/
H A Dtoken.hxx183 sal_uInt8 nByte; member in formula::FormulaByteToken
187 FormulaToken( v,e ), nByte( n ), in FormulaByteToken()
191 FormulaToken( svByte,e ), nByte( n ), in FormulaByteToken()
194 FormulaToken( svByte,e ), nByte( n ), in FormulaByteToken()
197 FormulaToken( svByte,e ), nByte( 0 ), in FormulaByteToken()
200 FormulaToken( r ), nByte( r.nByte ), in FormulaByteToken()
307 sal_uInt8 nByte; member in formula::FormulaExternalToken
311 nByte( n ) {} in FormulaExternalToken()
314 nByte( 0 ) {} in FormulaExternalToken()
317 nByte( r.nByte ) {} in FormulaExternalToken()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx121 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
132 rData.Byte = nByte; in assign()
148 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
328 sal_Int8 nByte; in invoke() local
349 rParams[2] >>= nByte; in invoke()
365 _xLBT->setValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
376 rParams[2] >>= nByte; in invoke()
418 rOutParam[2] <<= nByte; in invoke()
462 rOutParam[2] <<= nByte; in invoke()
506 rOutParam[2] <<= nByte; in invoke()
[all …]
H A Dlanguage_binding.idl88 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
100 test::TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
113 test::TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
153 test::TestData raiseException( [out] boolean bBool, [out] char cChar, [out] byte nByte,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
40 rData.Byte = nByte;
73 def setValues( self, bBool, cChar, nByte, nShort, nUShort, nLong,\ argument
76 self.__dict__["data"] = TestDataElements( bBool, cChar, nByte, nShort, nUShort, nLong,
81 def setValues2( self, bBool, cChar, nByte, nShort, nUShort, nLong, nULong,\ argument
84 self.__dict__["Struct"] = TestData( cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\
88 return bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, nULong, \
/trunk/main/sc/source/filter/inc/
H A Dformel.hxx226 inline void Read( sal_Char& nByte );
227 inline void Read( sal_uInt8& nByte );
255 inline void LotusConverterBase::Read( sal_Char& nByte ) in Read() argument
257 aIn >> nByte; in Read()
261 inline void LotusConverterBase::Read( sal_uInt8& nByte ) in Read() argument
263 aIn >> nByte; in Read()
H A Dlotimpop.hxx100 sal_uInt8 nByte; in Read() local
101 *pIn >> nByte; in Read()
102 rAddr.SetTab( static_cast<SCTAB>(nByte) ); in Read()
103 *pIn >> nByte; in Read()
104 rAddr.SetCol( static_cast<SCCOL>(nByte) ); in Read()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx952 sal_uInt16 nByte = (sal_uInt16)rData.sPar2.ToInt32(); in InsertFld() local
956 nByte = Max(sal_uInt16(1), nByte); in InsertFld()
957 nByte = Min(nByte, sal_uInt16(MAXLEVEL)); in InsertFld()
958 nByte -= 1; in InsertFld()
959 ((SwChapterField*)pFld)->SetLevel((sal_uInt8)nByte); in InsertFld()
1511 sal_uInt16 nByte = (sal_uInt16)rPar2.ToInt32(); in UpdateCurFld() local
1512 nByte = Max(sal_uInt16(1), nByte); in UpdateCurFld()
1513 nByte = Min(nByte, sal_uInt16(MAXLEVEL)); in UpdateCurFld()
1514 nByte -= 1; in UpdateCurFld()
1515 ((SwChapterField*)pTmpFld)->SetLevel((sal_uInt8)nByte); in UpdateCurFld()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx524 sal_uInt8 nByte; in ImplGetPara() local
543 nByte = *pPtr; in ImplGetPara()
547 if ( ( nByte == ' ' ) || ( nByte == 0x09 ) ) in ImplGetPara()
559 if ( ( nByte != ' ' ) && ( nByte != 0x09 ) ) in ImplGetPara()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx78 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
89 rData.Byte = nByte; in assign()
105 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
176 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
555 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
568 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
573 TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
586 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
597 TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx284 sal_uInt8 nByte; in ImpDetectJPG_GetNextMarker() local
289 rStm >> nByte; in ImpDetectJPG_GetNextMarker()
293 while ( nByte != 0xff ); in ImpDetectJPG_GetNextMarker()
296 rStm >> nByte; in ImpDetectJPG_GetNextMarker()
300 while( nByte == 0xff ); in ImpDetectJPG_GetNextMarker()
302 while( nByte == 0 ); // 0xff00 represents 0xff and not a marker, in ImpDetectJPG_GetNextMarker()
304 return nByte; in ImpDetectJPG_GetNextMarker()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1695 BYTE nByte = *pDest; in ImplGetBoundingBox() local
1696 …while ( nSizeLeft && ( nByte != ' ' ) && ( nByte != 0x9 ) && ( nByte != 0xd ) && ( nByte != 0xa ) ) in ImplGetBoundingBox()
1698 switch ( nByte ) in ImplGetBoundingBox()
1710 if ( ( nByte < '0' ) || ( nByte > '9' ) ) in ImplGetBoundingBox()
1717 nNumb[i] += nByte - '0'; in ImplGetBoundingBox()
1722 nByte = *(++pDest); in ImplGetBoundingBox()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx313 sal_uInt8 nByte; in readCompressedInt() local
314 rStrm >> nByte; in readCompressedInt()
315 ornValue = nByte & 0x7F; in readCompressedInt()
316 if( (nByte & 0x80) != 0 ) in readCompressedInt()
318 rStrm >> nByte; in readCompressedInt()
319 ornValue |= sal_Int32( nByte & 0x7F ) << 7; in readCompressedInt()
320 if( (nByte & 0x80) != 0 ) in readCompressedInt()
322 rStrm >> nByte; in readCompressedInt()
323 ornValue |= sal_Int32( nByte & 0x7F ) << 14; in readCompressedInt()
324 if( (nByte & 0x80) != 0 ) in readCompressedInt()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsoleexp.cxx287 for ( int nByte = 0; nByte < 4; nByte++ ) in ExportOLEObject() local
289 aWriteSet[ind*4+nByte] = (sal_Int8) nVal % 0x100; in ExportOLEObject()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx96 sal_Int8 nByte; // getByte member
118 nByte(0), in PropertyValue()
366 GETVALUE_IMPL( sal_Int8, BYTE_VALUE_SET, nByte ); in getByte()
509 aValue <<= rValue.nByte; in getObject()
699 SETVALUE_IMPL( rPropName, BYTE_VALUE_SET, nByte, nValue ); in appendByte()
/trunk/main/basic/source/sbx/
H A Dsbxint.cxx49 nRes = p->nByte; break; in ImpGetInteger()
235 aTmp.pByte = &p->nByte; goto direct; in ImpPutInteger()
408 nRes = p->nByte; break; in ImpGetInt64()
537 aTmp.pByte = &p->nByte; goto direct; in ImpPutInt64()
696 nRes = p->nByte; break; in ImpGetUInt64()
840 aTmp.pByte = &p->nByte; goto direct; in ImpPutUInt64()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx241 sal_uInt8 FormulaByteToken::GetByte() const { return nByte; } in GetByte()
242 void FormulaByteToken::SetByte( sal_uInt8 n ) { nByte = n; } in SetByte()
247 return FormulaToken::operator==( r ) && nByte == r.GetByte() && in operator ==()
1350 sal_uInt8 FormulaExternalToken::GetByte() const { return nByte; } in GetByte()
1351 void FormulaExternalToken::SetByte( sal_uInt8 n ) { nByte = n; } in SetByte()
1354 return FormulaToken::operator==( r ) && nByte == r.GetByte() && in operator ==()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java453 int nByte = aBuffer[nBufPos] & 0xFF; in impl_readAndCheckNextByte() local
455 (nByte < nMinRange) || in impl_readAndCheckNextByte()
456 (nByte > nMaxRange) in impl_readAndCheckNextByte()
462 return nByte; in impl_readAndCheckNextByte()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2766 sal_uInt8 nByte = *pDest; in ImplGetBoundingBox() local
2767 …while ( nSecurityCount && ( nByte != ' ' ) && ( nByte != 0x9 ) && ( nByte != 0xd ) && ( nByte != 0… in ImplGetBoundingBox()
2769 switch ( nByte ) in ImplGetBoundingBox()
2781 if ( ( nByte < '0' ) || ( nByte > '9' ) ) in ImplGetBoundingBox()
2788 nNumb[i] += nByte - '0'; in ImplGetBoundingBox()
2793 nByte = *(++pDest); in ImplGetBoundingBox()

Completed in 154 milliseconds

123