| 260 | int LineEndTypesSupported() const; |
| 261 | bool SetDBCSCodePage(int dbcsCodePage_); |
| 262 | int GetLineEndTypesAllowed() { return cb.GetLineEndTypes(); } |
| 263 | bool SetLineEndTypesAllowed(int lineEndBitSet_); |
| 264 | int GetLineEndTypesActive() { return cb.GetLineEndTypes(); } |
| 265 | virtual void InsertLine(int line); |
no test coverage detected