Lines Matching refs:dwStatus
854 CFX_BreakType dwStatus = (eDisplay == CFX_CSSDisplay::Block) in LoadRichText() local
857 EndBreak(dwStatus, pLinePos, bSavePieces); in LoadRichText()
879 CFX_BreakType dwStatus = CFX_BreakType::None; in AppendChar() local
890 dwStatus = m_pBreak->AppendChar(wch); in AppendChar()
891 if (dwStatus != CFX_BreakType::None && dwStatus != CFX_BreakType::Piece) { in AppendChar()
892 AppendTextLine(dwStatus, pLinePos, bSavePieces, false); in AppendChar()
898 if (dwStatus == CFX_BreakType::Paragraph && m_bRichText) in AppendChar()
916 void CXFA_TextLayout::EndBreak(CFX_BreakType dwStatus, in EndBreak() argument
919 dwStatus = m_pBreak->EndBreak(dwStatus); in EndBreak()
920 if (dwStatus != CFX_BreakType::None && dwStatus != CFX_BreakType::Piece) in EndBreak()
921 AppendTextLine(dwStatus, pLinePos, bSavePieces, true); in EndBreak()
979 void CXFA_TextLayout::AppendTextLine(CFX_BreakType dwStatus, in AppendTextLine() argument
1079 if (dwStatus == CFX_BreakType::Paragraph) { in AppendTextLine()