Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx72 #define AbsatzEnd 13 /* ^M Neuer Absatz =CR */ macro
293 case AbsatzEnd : c=' '; break; in ConvertTextChar()
481 nc==' ' || nc==AbsatzEnd || nc==TextEnd) c='-'; in GetTextChar()
516 case AbsatzEnd : c=' '; break; in GetTextCharConv()
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()
[all …]

Completed in 18 milliseconds