| 1474 | } |
| 1475 | |
| 1476 | DWORD CRichEditUI::GetParaFormat(PARAFORMAT2 &pf) const |
| 1477 | { |
| 1478 | pf.cbSize = sizeof(PARAFORMAT2); |
| 1479 | LRESULT lResult; |
| 1480 | TxSendMessage(EM_GETPARAFORMAT, 0, (LPARAM)&pf, &lResult); |
| 1481 | return (DWORD)lResult; |
| 1482 | } |
| 1483 | |
| 1484 | bool CRichEditUI::SetParaFormat(PARAFORMAT2 &pf) |
| 1485 | { |
nothing calls this directly
no outgoing calls
no test coverage detected