Lines Matching refs:rJob
805 bool PrinterJob::writeFeatureList( osl::File* pFile, const JobData& rJob, bool bDocumentSetup ) in writeFeatureList() argument
814 if( rJob.m_pParser == rJob.m_aContext.getParser() && in writeFeatureList()
815 rJob.m_pParser && in writeFeatureList()
816 ( m_aLastJobData.m_pParser == rJob.m_pParser || m_aLastJobData.m_pParser == NULL ) in writeFeatureList()
819 int nKeys = rJob.m_aContext.countValuesModified(); in writeFeatureList()
822 aKeys[i] = rJob.m_aContext.getModifiedKey( i ); in writeFeatureList()
839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList()
849 if( GetPostscriptLevel( &rJob ) == 1 ) in writeFeatureList()
869 bool PrinterJob::writePageSetup( osl::File* pFile, const JobData& rJob, bool bWriteFeatures ) in writePageSetup() argument
875 bSuccess = writeFeatureList( pFile, rJob, false ); in writePageSetup()
881 if( rJob.m_eOrientation == orientation::Portrait ) in writePageSetup()
1145 bool PrinterJob::writeSetup( osl::File* pFile, const JobData& rJob ) in writeSetup() argument
1181 if( ! bExternalDialog && rJob.m_nCopies > 1 ) in writeSetup()
1185 aLine += ByteString::CreateFromInt32( rJob.m_nCopies ); in writeSetup()
1191 if( bSuccess && GetPostscriptLevel( &rJob ) >= 2 ) in writeSetup()
1195 bool bFeatureSuccess = writeFeatureList( pFile, rJob, true ); in writeSetup()