fPhysicalRect
BRect fPhysicalRect;
return fPhysicalRect;
fPhysicalRect = rect;
BRect fPhysicalRect;
fPhysicalRect = jobData.fPhysicalRect;
fPrintableRect = paperCap->fPhysicalRect;
fPhysicalRect = message->FindRect(kJDPhysicalRect);
fPhysicalRect = paperCap->fPhysicalRect;
fScaledPhysicalRect = fPhysicalRect;
message->AddRect(kJDPhysicalRect, fPhysicalRect);
BRect physical_rect = paperCap->fPhysicalRect;