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

/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp35 fSetupMsg(msg)
41 fSetupMsg->FindInt32("first_page", &firstPage);
44 fSetupMsg->FindInt32("last_page", &lastPage);
133 fSetupMsg->RemoveName("copies");
134 fSetupMsg->AddInt32("copies", copies);
136 fSetupMsg->RemoveName("first_page");
137 fSetupMsg->AddInt32("first_page", from);
139 fSetupMsg->RemoveName("last_page");
140 fSetupMsg->AddInt32("last_page", to);
H A DPageSetupWindow.cpp101 fSetupMsg(msg),
108 if (fSetupMsg->FindInt32("orientation", &fCurrentOrientation) != B_OK)
115 if (fSetupMsg->FindRect("preview:paper_rect", &page) == B_OK) {
123 if (fSetupMsg->FindString("preview:paper_size", &label) != B_OK)
128 if (fSetupMsg->FindInt32("units", &units) != B_OK)
133 if (fSetupMsg->FindRect("preview:printable_rect", &margin) == B_OK) {
182 if (fSetupMsg->FindFloat("scale", &scale0) == B_OK)
247 SetInt32(fSetupMsg, "xres", 300);
248 SetInt32(fSetupMsg, "yres", 300);
249 SetInt32(fSetupMsg, "orientatio
[all...]
H A DJobSetupWindow.h46 BMessage *fSetupMsg; member in class:JobSetupWindow
H A DPageSetupWindow.h46 BMessage * fSetupMsg; member in class:PageSetupWindow

Completed in 90 milliseconds