Lines Matching refs:bAllChars
433 bool bAllChars = m_iAlignment == CFX_RTFLineAlignment::Justified || in EndBreak() local
436 if (!EndBreak_SplitLine(pNextLine, bAllChars, dwStatus)) { in EndBreak()
440 EndBreak_Alignment(tpos, bAllChars, dwStatus); in EndBreak()
451 bool bAllChars, in EndBreak_SplitLine() argument
462 SplitTextLine(m_pCurLine, pNextLine, !m_bPagination && bAllChars); in EndBreak_SplitLine()
469 if (bAllChars && !bDone) { in EndBreak_SplitLine()
471 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true); in EndBreak_SplitLine()
614 bool bAllChars, in EndBreak_Alignment() argument
639 if (!bFind || !bAllChars) { in EndBreak_Alignment()
645 if (bAllChars && iCharWidth > 0) in EndBreak_Alignment()
650 if (!bAllChars) in EndBreak_Alignment()
656 if (!bAllChars && bFind) in EndBreak_Alignment()
703 bool bAllChars, in GetBreakPos() argument
716 if (!bAllChars) in GetBreakPos()
726 if (bAllChars) in GetBreakPos()
752 if (bAllChars) in GetBreakPos()
761 if (!bAllChars) in GetBreakPos()
798 bool bAllChars) { in SplitTextLine() argument
806 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false); in SplitTextLine()