Searched refs:lastPage (Results 1 - 11 of 11) sorted by last modified time

/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1501 // first/lastPage is unused for now
1503 int32 lastPage = printJob.LastPage(); local
1508 if (lastPage < firstPage)
1509 lastPage = firstPage;
/haiku/src/system/kernel/vm/
H A Dvm.cpp4404 void* lastPage = (void*)ROUNDDOWN(~(addr_t)0, B_PAGE_SIZE); local
4405 vm_block_address_range("overflow protection", lastPage, B_PAGE_SIZE);
/haiku/src/system/kernel/
H A Dheap.cpp862 heap_page *lastPage = NULL; local
875 if (page->prev != lastPage)
881 lastPage = page;
936 heap_page *lastPage = NULL; local
963 if (page->prev != lastPage) {
965 "%lu)\n", page->prev, lastPage, i);
1005 lastPage = page;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1010 int32 lastPage = printJob.LastPage(); local
1029 if (pagesInDocument == lastPage)
1039 if (lastPage > pagesInDocument - 1) {
1040 lastPage = pagesInDocument - 1;
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp197 int32 lastPage = -1; local
198 fJobSettings.FindInt32("last_page", &lastPage);
199 return lastPage;
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp492 heap_page *lastPage = NULL; local
505 if (page->prev != lastPage)
511 lastPage = page;
569 heap_page *lastPage = NULL; local
599 if (page->prev != lastPage) {
601 "%" B_PRIu32 ")\n", page->prev, lastPage, i);
641 lastPage = page;
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp43 int32 lastPage; local
44 fSetupMsg->FindInt32("last_page", &lastPage);
45 bool allPages = firstPage == 1 && lastPage == INT32_MAX;
68 buffer << lastPage; local
/haiku/src/kits/print/
H A DJobSetupPanel.cpp180 BJobSetupPanel::SetPageRange(int32 firstPage, int32 lastPage) argument
188 text << lastPage; local
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestApp.cpp94 int32 lastPage = job.LastPage(); local
101 if (lastPage > your_document_last_page)
102 lastPage = your_document_last_page;
104 int32 nbPages = lastPage - firstPage + 1;
116 for (int i=firstPage ; can_continue && i<=lastPage ; i++) {
/haiku/headers/libs/print/libprint/
H A DJobData.h325 void SetLastPage(int32 lastPage);
637 JobData::SetLastPage(int32 lastPage) argument
639 fLastPage = lastPage;
/haiku/headers/private/print/
H A DJobSetupPanel.h69 void SetPageRange(int32 firstPage, int32 lastPage);

Completed in 98 milliseconds