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() 267 rIStm >> cByte; in ReadExtension() 272 rIStm >> cByte; in ReadExtension() 273 nLoops = cByte; in ReadExtension() 274 rIStm >> cByte; in ReadExtension() 276 rIStm >> cByte; in ReadExtension() 294 rIStm >> cByte; in ReadExtension() 300 rIStm >> cByte; in ReadExtension() 632 sal_uInt8 cByte; in ProcessGIF() local [all …]
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter2.cxx | 238 sal_uInt8 cByte; in ImpDetectGIF() local 265 rStm >> cByte; in ImpDetectGIF() 482 sal_uInt8 cByte; in ImpDetectPCD() local 487 rStm >> cByte; in ImpDetectPCD() 516 sal_uInt8 cByte; in ImpDetectPCX() local 520 rStm >> cByte; in ImpDetectPCX() 541 rStm >> cByte; in ImpDetectPCX() 544 bRet = (cByte==0 || cByte ==1); in ImpDetectPCX() 547 rStm >> cByte; in ImpDetectPCX() 578 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()
|
Completed in 126 milliseconds