FirstPage
int32 FirstPage() const;
int32 FirstPage(); // TODO: const
int32 FirstPage() const;
printf("PrintJobReader::FirstPage(): %" B_PRId32 "\n", reader.FirstPage());
if (curPage >= print.FirstPage() && curPage <= print.LastPage()) {
bool FirstPage();
int32 firstPage = printJob.FirstPage();
if (_ClosePrompt() && fNavigator.FirstPage())
int32 firstPage = printJob.FirstPage();
int32 firstPage = job.FirstPage();
void FirstPage();
fpimageView->FirstPage();