Lines Matching refs:bSavePieces
645 bool bSavePieces) { in Loader() argument
657 LoadRichText(pXMLContainer, szText, fLinePos, pRootStyle, bSavePieces, in Loader()
661 LoadText(m_pTextDataNode, szText, fLinePos, bSavePieces); in Loader()
669 bool bSavePieces) { in LoadText() argument
692 bool bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces); in LoadText()
696 EndBreak(CFX_RTFBreakType::Paragraph, fLinePos, bSavePieces); in LoadText()
704 bool bSavePieces, in LoadRichText() argument
825 if (AppendChar(wsText, fLinePos, 0, bSavePieces)) { in LoadRichText()
828 if (IsEnd(bSavePieces)) { in LoadRichText()
849 pContext ? pStyle : pParentStyle, bSavePieces, in LoadRichText()
859 EndBreak(CFX_RTFBreakType::Line, fLinePos, bSavePieces); in LoadRichText()
870 EndBreak(dwStatus, fLinePos, bSavePieces); in LoadRichText()
876 if (IsEnd(bSavePieces)) { in LoadRichText()
892 bool bSavePieces) { in AppendChar() argument
907 AppendTextLine(dwStatus, fLinePos, bSavePieces); in AppendChar()
908 if (IsEnd(bSavePieces)) { in AppendChar()
923 bool CXFA_TextLayout::IsEnd(bool bSavePieces) { in IsEnd() argument
924 if (!bSavePieces) in IsEnd()
955 bool bSavePieces) { in EndBreak() argument
958 AppendTextLine(dwStatus, fLinePos, bSavePieces, true); in EndBreak()
1019 bool bSavePieces, in AppendTextLine() argument
1026 if (bSavePieces) { in AppendTextLine()