| 854 | } |
| 855 | |
| 856 | void CTxtWinHost::SetDefaultLeftIndent(LONG lNewIndent) |
| 857 | { |
| 858 | pf.dxOffset = lNewIndent; |
| 859 | |
| 860 | pserv->OnTxPropertyBitsChange(TXTBIT_PARAFORMATCHANGE, 0); |
| 861 | } |
| 862 | |
| 863 | void CTxtWinHost::SetClientRect(RECT *prc) |
| 864 | { |
nothing calls this directly
no outgoing calls
no test coverage detected