Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx66 #define TextEnd 0 /* ^@ Ende der Zeichenkette */ macro
481 nc==' ' || nc==AbsatzEnd || nc==TextEnd) c='-'; in GetTextChar()
547 AbsEnd=(c==TextEnd || c==AbsatzEnd); in GetLineFeed()
772 AbsEnd=(c==AbsatzEnd || c==TextEnd); in ProcessChar()
839 AbsEnd=(c==AbsatzEnd || c==TextEnd); in FormatLine()
874 AbsEnd=(ct==AbsatzEnd) || (ct==TextEnd) || (nChars>=MaxLineChars); in FormatLine()
922 if (c!=' ' && c!=AbsatzEnd && c!=TextEnd) { in FormatLine()
932 if (TBuf[R->Index-1]!=AbsatzEnd && TBuf[R->Index-1]!=TextEnd) { in FormatLine()
953 while (re>=1 && (cLine[re]==' ' || cLine[re]==TextEnd || cLine[re]==AbsatzEnd)) re--; in FormatLine()
1042 UCHAR c = TextEnd; in Draw()
[all …]

Completed in 27 milliseconds