Searched refs:rJobData (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 209 rJobData.m_nCopies = aLine.Copy( 7 ).ToInt32(); in constructFromStreamBuffer() 215 rJobData.m_nLeftMarginAdjust = aValues.GetToken( 0, ',' ).ToInt32(); in constructFromStreamBuffer() 216 rJobData.m_nRightMarginAdjust = aValues.GetToken( 1, ',' ).ToInt32(); in constructFromStreamBuffer() 217 rJobData.m_nTopMarginAdjust = aValues.GetToken( 2, ',' ).ToInt32(); in constructFromStreamBuffer() 223 rJobData.m_nColorDepth = aLine.Copy( 11 ).ToInt32(); in constructFromStreamBuffer() 228 rJobData.m_nColorDevice = aLine.Copy( 12 ).ToInt32(); in constructFromStreamBuffer() 233 rJobData.m_nPSLevel = aLine.Copy( 8 ).ToInt32(); in constructFromStreamBuffer() 238 rJobData.m_nPDFDevice = aLine.Copy( 10 ).ToInt32(); in constructFromStreamBuffer() 246 rJobData.m_pParser = PPDParser::getParser( rInfo.m_aDriverName ); in constructFromStreamBuffer() 247 if( rJobData.m_pParser ) in constructFromStreamBuffer() [all …]
|
/trunk/main/padmin/source/ |
H A D | prtsetup.cxx | 84 RTSDialog::RTSDialog( const PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* … in RTSDialog() argument 86 m_aJobData( rJobData ), in RTSDialog() 801 int SPA_DLLPUBLIC Sal_SetupPrinterDriver( ::psp::PrinterInfo& rJobData ) in Sal_SetupPrinterDriver() argument 804 RTSDialog aDialog( rJobData, rJobData.m_aPrinterName, false ); in Sal_SetupPrinterDriver() 808 rJobData = aDialog.getSetup(); in Sal_SetupPrinterDriver()
|
H A D | prtsetup.hxx | 83 …RTSDialog( const ::psp::PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* pPa…
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 915 void PrinterJob::writeJobPatch( osl::File* pFile, const JobData& rJobData ) in writeJobPatch() argument 922 if( rJobData.m_pParser ) in writeJobPatch() 923 … pKey = rJobData.m_pParser->getKey( OUString( RTL_CONSTASCII_USTRINGPARAM( "JobPatchFile" ) ) ); in writeJobPatch() 959 bool PrinterJob::writeProlog (osl::File* pFile, const JobData& rJobData ) in writeProlog() argument 964 writeJobPatch( pFile, rJobData ); in writeProlog()
|
/trunk/main/vcl/inc/vcl/ |
H A D | jobdata.hxx | 79 static bool constructFromStreamBuffer( void* pData, int bytes, JobData& rJobData );
|
Completed in 34 milliseconds