| 41 | ITextServices* GetTextServices(void) { return pserv; } |
| 42 | void SetClientRect(RECT *prc); |
| 43 | RECT* GetClientRect() { return &rcClient; } |
| 44 | BOOL GetWordWrap(void) { return fWordWrap; } |
| 45 | void SetWordWrap(BOOL fWordWrap); |
| 46 | BOOL GetReadOnly(); |
nothing calls this directly
no outgoing calls
no test coverage detected