| 10406 | } |
| 10407 | |
| 10408 | void DocumentViewport::clearTextBoxCache() |
| 10409 | { |
| 10410 | m_textBoxCache.clear(); |
| 10411 | m_textBoxCachePageIndex = -1; |
| 10412 | m_lastHitBoxIndex = -1; // Reset locality hint |
| 10413 | } |
| 10414 | |
| 10415 | // ============================================================================ |
| 10416 | // PDF Link Support (Phase D.1) |