| 486 | } |
| 487 | |
| 488 | void DocViewNative::clearSelection() |
| 489 | { |
| 490 | _docview->clearSelection(); |
| 491 | } |
| 492 | |
| 493 | bool DocViewNative::findText( lString16 pattern, int origin, bool reverse, bool caseInsensitive ) |
| 494 | { |
no outgoing calls
no test coverage detected