just deletes and creates text container
| 2072 | |
| 2073 | // just deletes and creates text container |
| 2074 | void RecreateTextContainer(STextContainerIndex &TextContainerIndex, CTextCursor *pCursor, const char *pText, int Length = -1) override |
| 2075 | { |
| 2076 | DeleteTextContainer(TextContainerIndex); |
| 2077 | CreateTextContainer(TextContainerIndex, pCursor, pText, Length); |
| 2078 | } |
| 2079 | |
| 2080 | void RecreateTextContainerSoft(STextContainerIndex &TextContainerIndex, CTextCursor *pCursor, const char *pText, int Length = -1) override |
| 2081 | { |
no outgoing calls
no test coverage detected