Lines Matching refs:bAllChars
330 bool bAllChars = m_iAlignment == CFX_RTFLineAlignment::Justified || in EndBreak() local
333 if (!EndBreak_SplitLine(pNextLine, bAllChars, dwStatus)) { in EndBreak()
337 EndBreak_Alignment(tpos, bAllChars, dwStatus); in EndBreak()
348 bool bAllChars, in EndBreak_SplitLine() argument
360 SplitTextLine(m_pCurLine.Get(), pNextLine, !m_bPagination && bAllChars); in EndBreak_SplitLine()
367 if (bAllChars && !bDone) { in EndBreak_SplitLine()
369 GetBreakPos(m_pCurLine->m_LineChars, bAllChars, true, &endPos); in EndBreak_SplitLine()
508 bool bAllChars, in EndBreak_Alignment() argument
525 if (!bFind || !bAllChars) { in EndBreak_Alignment()
531 if (bAllChars && iCharWidth > 0) in EndBreak_Alignment()
536 if (!bAllChars) in EndBreak_Alignment()
542 if (!bAllChars && bFind) in EndBreak_Alignment()
586 bool bAllChars, in GetBreakPos() argument
600 if (!bAllChars) in GetBreakPos()
610 if (bAllChars) in GetBreakPos()
636 if (bAllChars) in GetBreakPos()
645 if (!bAllChars) in GetBreakPos()
682 bool bAllChars) { in SplitTextLine() argument
691 int32_t iCharPos = GetBreakPos(curChars, bAllChars, false, &iEndPos); in SplitTextLine()