Home
last modified time | relevance | path

Searched refs:rJobData (Results 1 – 5 of 5) sorted by path

/trunk/main/padmin/source/
H A Dprtsetup.cxx84 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 Dprtsetup.hxx83 …RTSDialog( const ::psp::PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* pPa…
/trunk/main/vcl/inc/vcl/
H A Djobdata.hxx79 static bool constructFromStreamBuffer( void* pData, int bytes, JobData& rJobData );
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx209 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/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx915 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()

Completed in 24 milliseconds