Home
last modified time | relevance | path

Searched refs:paper_cap (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp115 PaperCap **paper_cap = (PaperCap **)fPrinterCap->GetCaps(PrinterCap::kPaper); in AttachedToWindow() local
118 msg->AddPointer("paperCap", *paper_cap); in AttachedToWindow()
119 item = new BMenuItem((*paper_cap)->fLabel.c_str(), msg); in AttachedToWindow()
122 if ((*paper_cap)->fPaper == fJobData->GetPaper()) { in AttachedToWindow()
126 paper_cap++; in AttachedToWindow()