Searched refs:LastPage (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/showimage/
H A DImageFileNavigator.h43 bool LastPage();
H A DImageFileNavigator.cpp474 ImageFileNavigator::LastPage() function in class:ImageFileNavigator
H A DShowImageWindow.cpp856 if (_ClosePrompt() && fNavigator.LastPage())
1503 int32 lastPage = printJob.LastPage();
/haiku/src/tools/translation/inspector/
H A DImageView.h59 void LastPage();
H A DImageWindow.cpp162 fpimageView->LastPage();
H A DImageView.cpp647 ImageView::LastPage() function in class:ImageView
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestApp.cpp94 int32 lastPage = job.LastPage();
/haiku/headers/libs/print/libprint/
H A DPrintJobReader.h71 int32 LastPage() const;
/haiku/headers/private/print/
H A DJobSetupPanel.h68 int32 LastPage() const;
/haiku/headers/os/interface/
H A DPrintJob.h61 int32 LastPage(); // TODO: const
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp81 printf("PrintJobReader::LastPage(): %" B_PRId32 "\n", reader.LastPage());
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp195 int32 PrintJobReader::LastPage() const function in class:PrintJobReader
/haiku/src/kits/print/
H A DJobSetupPanel.cpp169 BJobSetupPanel::LastPage() const function in class:BPrivate::Print::BJobSetupPanel
/haiku/src/kits/interface/
H A DPrintJob.cpp492 BPrintJob::LastPage() function in class:BPrintJob
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1010 int32 lastPage = printJob.LastPage();
/haiku/src/apps/mail/
H A DMailWindow.cpp2088 if (curPage >= print.FirstPage() && curPage <= print.LastPage()) {

Completed in 199 milliseconds