Lines Matching refs:dwStatus
853 CFX_BreakType dwStatus = (eDisplay == CFX_CSSDisplay::Block) in LoadRichText() local
856 EndBreak(dwStatus, fLinePos, 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, fLinePos, bSavePieces); in AppendChar()
898 if (dwStatus == CFX_BreakType::Paragraph && m_bRichText) in AppendChar()
938 void CXFA_TextLayout::EndBreak(CFX_BreakType dwStatus, in EndBreak() argument
941 dwStatus = m_pBreak->EndBreak(dwStatus); in EndBreak()
942 if (dwStatus != CFX_BreakType::None && dwStatus != CFX_BreakType::Piece) in EndBreak()
943 AppendTextLine(dwStatus, fLinePos, bSavePieces, true); in EndBreak()
1001 void CXFA_TextLayout::AppendTextLine(CFX_BreakType dwStatus, in AppendTextLine() argument
1102 if (dwStatus == CFX_BreakType::Paragraph) { in AppendTextLine()