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

/haiku-fatelf/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.cpp54 PrinterDriver::PrintJob(BFile *spoolFile, BMessage *jobMsg) argument
56 if (!spoolFile || !fPrinterNode)
59 fJobFile = spoolFile;
/haiku-fatelf/headers/private/print/
H A DPrinterDriverAddOn.h33 status_t TakeJob(const char* spoolFile,
H A DPrintAddOnServer.h34 status_t TakeJob(const char* spoolFile,
/haiku-fatelf/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-fatelf/src/add-ons/print/drivers/pdf/source/
H A DDriver.cpp49 take_job(BFile *spoolFile, BNode *spoolDir, BMessage *msg) argument
52 status_t status = driver->PrintJob(spoolFile, spoolDir, msg);
/haiku-fatelf/headers/libs/print/libprint/
H A DGraphicsDriver.h31 const JobData* GetJobData(BFile* spoolFile);
32 BMessage* TakeJob(BFile* spoolFile);
/haiku-fatelf/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-fatelf/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-fatelf/src/libs/print/libprint/
H A DGraphicsDriver.cpp86 GraphicsDriver::_SetupData(BFile* spoolFile) argument
98 spoolFile->Seek(0, SEEK_SET);
99 spoolFile->Read(&pfh, sizeof(pfh));
112 msg->Unflatten(spoolFile);
147 fSpoolMetaData = new SpoolMetaData(spoolFile);
650 GraphicsDriver::GetJobData(BFile* spoolFile) argument
652 _SetupData(spoolFile);
658 GraphicsDriver::_PrintJob(BFile* spoolFile) argument
661 if (!_SetupData(spoolFile)) {
673 SpoolData spoolData(spoolFile, fPageCoun
717 TakeJob(BFile* spoolFile) argument
[all...]

Completed in 71 milliseconds