Searched refs:WordEndCnt (Results 1 – 1 of 1) sorted by relevance
819 sal_uInt16 WordEndCnt; // Justieren und Trennen in FormatLine() local834 WordEndCnt=0; in FormatLine()849 WordEndCnt++; in FormatLine()854 WordEndCnt++; in FormatLine()863 } while (!(AbsEnd || (Border && ((WordEndCnt>0) || WordEnd || Trenn)))); in FormatLine()879 if (WordEnd && (!Border0 || (WordEndCnt==0))) { in FormatLine()880 WordEndCnt++; in FormatLine()885 if (Trenn && (!Border || (WordEndCnt==0))) { in FormatLine()886 WordEndCnt++; // merken, dass man hier trennen kann in FormatLine()894 } while (!(AbsEnd || (Border && ((WordEndCnt>0) || WordEnd || Trenn)))); in FormatLine()
Completed in 18 milliseconds