Searched refs:cByte (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/svtools/source/filter/igif/ |
| H A D | gifread.cxx | 213 sal_uInt8 cByte; in ReadExtension() local 234 rIStm >> cByte; in ReadExtension() 240 bStatus = ( cSize == 4 ) && ( cByte == 0 ); in ReadExtension() 267 rIStm >> cByte; in ReadExtension() 270 if ( cByte == 0x01 ) in ReadExtension() 272 rIStm >> cByte; in ReadExtension() 273 nLoops = cByte; in ReadExtension() 274 rIStm >> cByte; in ReadExtension() 275 nLoops |= ( (sal_uInt16) cByte << 8 ); in ReadExtension() 276 rIStm >> cByte; in ReadExtension() [all …]
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | filter2.cxx | 238 sal_uInt8 cByte; in ImpDetectGIF() local 265 rStm >> cByte; in ImpDetectGIF() 266 nBitsPerPixel = ( ( cByte & 112 ) >> 4 ) + 1; in ImpDetectGIF() 482 sal_uInt8 cByte; in ImpDetectPCD() local 487 rStm >> cByte; in ImpDetectPCD() 491 ( cByte == 0x49 ) ) in ImpDetectPCD() 516 sal_uInt8 cByte; in ImpDetectPCX() local 520 rStm >> cByte; in ImpDetectPCX() 522 if ( cByte == 0x0a ) in ImpDetectPCX() 541 rStm >> cByte; in ImpDetectPCX() [all …]
|
| /AOO41X/main/sal/textenc/ |
| H A D | converter.c | 31 sal_Bool bUndefined, sal_Bool bMultiByte, sal_Char cByte, sal_uInt32 nFlags, in ImplHandleBadInputTextToUnicodeConversion() argument 61 | ((sal_uChar) cByte); in ImplHandleBadInputTextToUnicodeConversion()
|
| H A D | converter.h | 42 sal_Bool bUndefined, sal_Bool bMultiByte, sal_Char cByte, sal_uInt32 nFlags,
|
| /AOO41X/main/sc/inc/ |
| H A D | compiler.hxx | 125 sal_uInt8 cByte; member 145 sal_uInt8 cByte; member
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | token.cxx | 177 sbyte.cByte = 0; in SetOpCode() 394 return new FormulaByteToken( eOp, sbyte.cByte, sbyte.bHasForceArray ); in CreateToken() 436 return new FormulaExternalToken( eOp, sbyte.cByte, String( cStr+1 ) ); in CreateToken() 438 return new FormulaFAPToken( eOp, sbyte.cByte, NULL ); in CreateToken()
|
| H A D | compiler.cxx | 3571 aToken.sbyte.cByte = (sal_uInt8) ( nSpaces > 255 ? 255 : nSpaces ); in NextNewToken()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 905 sal_uInt8 cByte = rColor.GetLuminance(); in appendColor() local 906 appendDouble( (double)cByte / 255.0, rBuffer ); in appendColor()
|