Searched refs:rJob (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/vcl/unx/generic/printergfx/ |
| H A D | printerjob.cxx | 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() [all …]
|
| /AOO42X/main/vcl/unx/generic/printer/ |
| H A D | cupsmgr.cxx | 857 void CUPSManager::getOptionsFromDocumentSetup( const JobData& rJob, bool bBanner, int& rNumOptions,… in getOptionsFromDocumentSetup() argument 867 if( rJob.m_pParser == rJob.m_aContext.getParser() && rJob.m_pParser ) in getOptionsFromDocumentSetup() 869 int nKeys = rJob.m_aContext.countValuesModified(); in getOptionsFromDocumentSetup() 872 aKeys[i] = rJob.m_aContext.getModifiedKey( i ); in getOptionsFromDocumentSetup() 878 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in getOptionsFromDocumentSetup() 888 if( rJob.m_nPDFDevice > 0 && rJob.m_nCopies > 1 ) in getOptionsFromDocumentSetup() 890 rtl::OString aVal( rtl::OString::valueOf( sal_Int32( rJob.m_nCopies ) ) ); in getOptionsFromDocumentSetup()
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | jobset.hxx | 55 JobSetup( const JobSetup& rJob ); 69 JobSetup& operator=( const JobSetup& rJob );
|
| /AOO42X/main/vcl/inc/ |
| H A D | cupsmgr.hxx | 69 …void getOptionsFromDocumentSetup( const JobData& rJob, bool bBanner, int& rNumOptions, void** rOpt…
|
| /AOO42X/main/sfx2/source/inc/ |
| H A D | tplcomp.hxx | 163 …OpenEvt( const ::com::sun::star::uno::Reference< ::com::sun::star::chaos::XStatusCallback > & rJob,
|