Lines Matching refs:bAllChars
275 bool bAllChars = m_iAlignment == CFX_RTFLineAlignment::Justified || in EndBreak() local
278 if (!EndBreak_SplitLine(pNextLine, bAllChars, dwStatus)) { in EndBreak()
282 EndBreak_Alignment(tpos, bAllChars, dwStatus); in EndBreak()
293 bool bAllChars, in EndBreak_SplitLine() argument
304 SplitTextLine(m_pCurLine, pNextLine, !m_bPagination && bAllChars); in EndBreak_SplitLine()
311 if (bAllChars && !bDone) { in EndBreak_SplitLine()
313 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true); in EndBreak_SplitLine()
454 bool bAllChars, in EndBreak_Alignment() argument
471 if (!bFind || !bAllChars) { in EndBreak_Alignment()
477 if (bAllChars && iCharWidth > 0) in EndBreak_Alignment()
482 if (!bAllChars) in EndBreak_Alignment()
488 if (!bAllChars && bFind) in EndBreak_Alignment()
532 bool bAllChars, in GetBreakPos() argument
545 if (!bAllChars) in GetBreakPos()
555 if (bAllChars) in GetBreakPos()
583 if (bAllChars) in GetBreakPos()
592 if (!bAllChars) in GetBreakPos()
629 bool bAllChars) { in SplitTextLine() argument
637 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false); in SplitTextLine()