Lines Matching refs:bPaint

615 void CPWL_EditImpl::SetAlignmentH(int32_t nFormat, bool bPaint) {  in SetAlignmentH()  argument
617 if (bPaint) in SetAlignmentH()
621 void CPWL_EditImpl::SetAlignmentV(int32_t nFormat, bool bPaint) { in SetAlignmentV() argument
623 if (bPaint) in SetAlignmentV()
627 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar() argument
629 if (bPaint) in SetPasswordChar()
648 void CPWL_EditImpl::SetMultiLine(bool bMultiLine, bool bPaint) { in SetMultiLine() argument
650 if (bPaint) in SetMultiLine()
654 void CPWL_EditImpl::SetAutoReturn(bool bAuto, bool bPaint) { in SetAutoReturn() argument
656 if (bPaint) in SetAutoReturn()
660 void CPWL_EditImpl::SetAutoFontSize(bool bAuto, bool bPaint) { in SetAutoFontSize() argument
662 if (bPaint) in SetAutoFontSize()
671 void CPWL_EditImpl::SetAutoScroll(bool bAuto, bool bPaint) { in SetAutoScroll() argument
673 if (bPaint) in SetAutoScroll()
677 void CPWL_EditImpl::SetTextOverflow(bool bAllowed, bool bPaint) { in SetTextOverflow() argument
679 if (bPaint) in SetTextOverflow()
1533 bool bPaint) { in InsertWord() argument
1548 if (bPaint) in InsertWord()
1557 bool CPWL_EditImpl::InsertReturn(bool bAddUndo, bool bPaint) { in InsertReturn() argument
1571 if (bPaint) { in InsertReturn()
1584 bool CPWL_EditImpl::Backspace(bool bAddUndo, bool bPaint) { in Backspace() argument
1604 if (bPaint) { in Backspace()
1617 bool CPWL_EditImpl::Delete(bool bAddUndo, bool bPaint) { in Delete() argument
1640 if (bPaint) { in Delete()
1664 bool CPWL_EditImpl::Clear(bool bAddUndo, bool bPaint) { in Clear() argument
1677 if (bPaint) { in Clear()
1693 bool bPaint) { in InsertText() argument
1707 if (bPaint) in InsertText()