| 239 | } |
| 240 | |
| 241 | void TextEdit::setAllowedCharacters(const UString &allowedCharacters) |
| 242 | { |
| 243 | this->allowedCharacters = to_u32string(allowedCharacters); |
| 244 | this->setDirty(); |
| 245 | } |
| 246 | |
| 247 | void TextEdit::raiseEvent(FormEventType Type) |
| 248 | { |
no test coverage detected