Lines Matching refs:UCHAR

151 #define  EscStr         (UCHAR[MaxEscLen+1]);
288 UCHAR ConvertTextChar(UCHAR c) in ConvertTextChar()
305 sal_uInt16 GetSchnittBit(UCHAR c) in GetSchnittBit()
329 long ChgValue(long Def, long Min, long Max, UCHAR FlgVal, long NumVal) in ChgValue()
349 UCHAR FlgVal, sal_uInt16 Schnitt0, sal_uInt16& Schnitt) in ChgSchnittBit()
366 UCHAR GetNextChar(UCHAR* TBuf, sal_uInt16 Index) in GetNextChar()
381 UCHAR ProcessOne(UCHAR* TBuf, sal_uInt16& Index, in ProcessOne()
385 UCHAR c; in ProcessOne()
386 UCHAR Ident; in ProcessOne()
389 UCHAR FlgVal; in ProcessOne()
469 UCHAR GetTextChar(UCHAR* TBuf, sal_uInt16& Index, in GetTextChar()
473 UCHAR c,c0,nc; in GetTextChar()
506 UCHAR GetTextCharConv(UCHAR* TBuf, sal_uInt16& Index, in GetTextCharConv()
510 UCHAR c; in GetTextCharConv()
529 sal_uInt16 GetLineFeed(UCHAR* TBuf, sal_uInt16 Index, ObjTextType Atr0, ObjTextType AktAtr, in GetLineFeed()
532 UCHAR c=0; in GetLineFeed()
703 UCHAR OutCh;
717 sal_Bool UpcasePossible(UCHAR c) in UpcasePossible()
723 UCHAR Upcase(UCHAR c) in Upcase()
725 if ((c>=(UCHAR)'a' && c<=(UCHAR)'z')) c=(c-(UCHAR)'a')+(UCHAR)'A'; in Upcase()
732 sal_uInt16 GetCharWidth(OutputDevice& rOut, UCHAR c) in GetCharWidth()
734 UCHAR c1; in GetCharWidth()
760 UCHAR ProcessChar(OutputDevice& rOut, UCHAR* TBuf, ProcChrSta& R, ObjTextType& Atr0, in ProcessChar()
762 short* Line, UCHAR* cLine) in ProcessChar()
766 UCHAR c; in ProcessChar()
767 UCHAR c1; in ProcessChar()
796 void FormatLine(UCHAR* TBuf, sal_uInt16& Index, ObjTextType& Atr0, ObjTextType& AktAtr, in FormatLine()
800 UCHAR* cLine, sal_Bool TextFit) in FormatLine()
803 UCHAR c,c0; in FormatLine()
804 UCHAR ct; in FormatLine()
1017 void DrawChar(OutputDevice& rOut, UCHAR c, ObjTextType T, PointType Pos, sal_uInt16 DrehWink, in DrawChar()
1042 UCHAR c = TextEnd; in Draw()
1060 UCHAR* cLine; // Buffer fuer FormatLine in Draw()
1066 UCHAR* Buf=Buffer; // Zeiger auf die Buchstaben in Draw()
1070 cLine=new UCHAR[CharLineSize]; in Draw()