Searched refs:fJobData (Results 1 – 4 of 4) sorted by relevance
60 , fJobData(job_data) in PageSetupView()80 if (fJobData->GetOrientation() == orientation) { in AddOrientationItem()95 MarginUnit units = fJobData->GetMarginUnit(); in AttachedToWindow()96 BRect paper = fJobData->GetPaperRect(); in AttachedToWindow()97 BRect margin = fJobData->GetPrintableRect(); in AttachedToWindow()122 if ((*paper_cap)->fPaper == fJobData->GetPaper()) { in AttachedToWindow()161 if (((*resolution_cap)->fXResolution == fJobData->GetXres()) && in AttachedToWindow()162 ((*resolution_cap)->fYResolution == fJobData->GetYres())) { in AttachedToWindow()174 scale << (int)fJobData->GetScaling(); in AttachedToWindow()263 fJobData->SetOrientation(GetOrientation()); in UpdateJobData()[all …]
144 fJobData(jobData), in JobSetupView()172 if (fJobData->GetPageSelection() == pageSelection) { in CreatePageSelectionItem()204 fJobData->GetColor()); in AttachedToWindow()229 int first_page = fJobData->GetFirstPage(); in AttachedToWindow()230 int last_page = fJobData->GetLastPage(); in AttachedToWindow()257 fJobData->GetPaperSource()); in AttachedToWindow()265 sizeof(gNups) / sizeof(gNups[0]), (int)fJobData->GetNup()); in AttachedToWindow()273 if (fJobData->GetPrintStyle() != JobData::kSimplex) { in AttachedToWindow()286 copies << fJobData->GetCopies(); in AttachedToWindow()292 if (fJobData->GetCollate()) { in AttachedToWindow()[all …]
35 JobData *fJobData; variable
155 JobData* fJobData; variable