Home
last modified time | relevance | path

Searched refs:cByte (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx213 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 …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx238 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 …]
/trunk/main/sal/textenc/
H A Dconverter.c31 sal_Bool bUndefined, sal_Bool bMultiByte, sal_Char cByte, sal_uInt32 nFlags, in ImplHandleBadInputTextToUnicodeConversion() argument
61 | ((sal_uChar) cByte); in ImplHandleBadInputTextToUnicodeConversion()
H A Dconverter.h42 sal_Bool bUndefined, sal_Bool bMultiByte, sal_Char cByte, sal_uInt32 nFlags,
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx177 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 Dcompiler.cxx3571 aToken.sbyte.cByte = (sal_uInt8) ( nSpaces > 255 ? 255 : nSpaces ); in NextNewToken()
/trunk/main/sc/inc/
H A Dcompiler.hxx129 sal_uInt8 cByte; member
149 sal_uInt8 cByte; member
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx905 sal_uInt8 cByte = rColor.GetLuminance(); in appendColor() local
906 appendDouble( (double)cByte / 255.0, rBuffer ); in appendColor()

Completed in 181 milliseconds