Lines Matching defs:toPage
1465 int toPage = printer->toPage();1468 if (fromPage == 0 && toPage == 0) {1470 toPage = printContext.pageCount();1474 toPage = qMin(static_cast<int>(printContext.pageCount()), toPage);1475 if (toPage < fromPage) {1483 fromPage = toPage;1484 toPage = tmp;1505 if (page == toPage)