Searched refs:spoolFile (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/print/drivers/preview/
H A DDriver.cpp24 take_job(BFile *spoolFile, BNode *spoolDir, BMessage *msg) argument
27 status_t status = driver->PrintJob(spoolFile, msg);
H A DPrinterDriver.cpp42 PrinterDriver::PrintJob(BFile *spoolFile, BMessage *jobMsg) argument
44 if (!spoolFile || !fPrinterNode)
47 fJobFile = spoolFile;
/haiku/headers/private/print/
H A DPrinterDriverAddOn.h33 status_t TakeJob(const char* spoolFile,
H A DPrintAddOnServer.h34 status_t TakeJob(const char* spoolFile,
/haiku/src/servers/print_addon/
H A DPrintAddOnServerApplication.h48 const char* spoolFile,
H A DPrintAddOnServerApplication.cpp203 PrintAddOnServerApplication::TakeJob(const char* driver, const char* spoolFile, argument
207 return addOn.TakeJob(spoolFile, spoolFolder);
/haiku/src/kits/print/
H A DPrinterDriverAddOn.cpp131 PrinterDriverAddOn::TakeJob(const char* spoolFile, BDirectory* spoolFolder) argument
136 BFile file(spoolFile, B_READ_WRITE);
H A DPrintAddOnServer.cpp99 PrintAddOnServer::TakeJob(const char* spoolFile, argument
104 message.AddString(kPrintJobFileAttribute, spoolFile);
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h31 const JobData* GetJobData(BFile* spoolFile);
32 BMessage* TakeJob(BFile* spoolFile);
/haiku/src/servers/print/
H A DPrinter.h97 status_t PrintSpooledJob(const char* spoolFile);
H A DPrinter.cpp486 // spoolFile - the path to the spool file.
492 Printer::PrintSpooledJob(const char* spoolFile) argument
500 return addOn.TakeJob(spoolFile, SpoolDir());
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp81 GraphicsDriver::_SetupData(BFile* spoolFile) argument
89 spoolFile->Seek(0, SEEK_SET);
90 spoolFile->Read(&pfh, sizeof(pfh));
103 msg->Unflatten(spoolFile);
138 fSpoolMetaData = new SpoolMetaData(spoolFile);
660 GraphicsDriver::GetJobData(BFile* spoolFile) argument
662 _SetupData(spoolFile);
668 GraphicsDriver::_PrintJob(BFile* spoolFile) argument
671 if (!_SetupData(spoolFile)) {
683 SpoolData spoolData(spoolFile, fPageCoun
727 TakeJob(BFile* spoolFile) argument
[all...]

Completed in 182 milliseconds