Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:lineLimit

46     int lineLimit = 100 - fIndent - 7; // 7: , space //!< space
48 lineLimit -= 3; // space = space
50 if (length->fCurName + length->fCurValue + (int) comment.length() < lineLimit) {