Searched refs:fAll (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.h47 BRadioButton *fAll; member in class:JobSetupWindow
H A DJobSetupWindow.cpp47 fAll = new BRadioButton("allPages", "Print all pages",
49 fAll->SetValue(allPages);
99 .Add(fAll)
125 if (fAll->Value() == B_CONTROL_OFF) {
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp152 fAll(NULL),
216 fAll = new BRadioButton("all", "Print all Pages", new BMessage(kMsgRangeAll));
233 fAll->SetValue(B_CONTROL_ON);
250 fAll->SetTarget(this);
384 pageRangeGroupLayout->AddView(fAll);
788 bool pageRangeEnabled = fAll->Value() != B_CONTROL_ON;
931 if (B_CONTROL_ON == fAll->Value()) {
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h165 BRadioButton* fAll; member in class:JobSetupView

Completed in 90 milliseconds