Lines Matching refs:PrinterJob

97 PrinterJob::CreateSpoolFile (const rtl::OUString& rName, const rtl::OUString& rExtension)  in CreateSpoolFile()
127 PrinterJob::GetScale (double &rXScale, double &rYScale) const in GetScale()
134 PrinterJob::GetDepth () const in GetDepth()
143 PrinterJob::GetPostscriptLevel (const JobData *pJobData) const in GetPostscriptLevel()
160 PrinterJob::IsColorPrinter () const in IsColorPrinter()
173 PrinterJob::GetDocumentHeader () in GetDocumentHeader()
179 PrinterJob::GetDocumentTrailer () in GetDocumentTrailer()
185 PrinterJob::GetCurrentPageHeader () in GetCurrentPageHeader()
191 PrinterJob::GetCurrentPageBody () in GetCurrentPageBody()
200 PrinterJob::PrinterJob () : in PrinterJob() function in PrinterJob
321 PrinterJob::~PrinterJob () in ~PrinterJob()
373 PrinterJob::StartJob ( in StartJob()
493 PrinterJob::EndJob () in EndJob()
624 PrinterJob::AbortJob () in AbortJob()
631 PrinterJob::InitPaperSize (const JobData& rJobSetup) in InitPaperSize()
665 PrinterJob::StartPage (const JobData& rJobSetup) in StartPage()
738 PrinterJob::EndPage () in EndPage()
766 PrinterJob::GetErrorCode () in GetErrorCode()
805 bool PrinterJob::writeFeatureList( osl::File* pFile, const JobData& rJob, bool bDocumentSetup ) in writeFeatureList()
869 bool PrinterJob::writePageSetup( osl::File* pFile, const JobData& rJob, bool bWriteFeatures ) in writePageSetup()
915 void PrinterJob::writeJobPatch( osl::File* pFile, const JobData& rJobData ) in writeJobPatch()
959 bool PrinterJob::writeProlog (osl::File* pFile, const JobData& rJobData ) in writeProlog()
1145 bool PrinterJob::writeSetup( osl::File* pFile, const JobData& rJob ) in writeSetup()