Lines Matching refs:m_aJobData

322 		pPrinter->m_aJobData = aInfo;  in CreateInfoPrinter()
323 pPrinter->m_aPrinterGfx.Init( pPrinter->m_aJobData ); in CreateInfoPrinter()
362 pPrinter->m_aJobData = static_cast<PspSalInfoPrinter*>(pInfoPrinter)->m_aJobData; in CreatePrinter()
461 if( m_aJobData.m_pParser ) in InitPaperFormats()
463 …const PPDKey* pKey = m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize"… in InitPaperFormats()
471 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats()
497 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics()
535 copyJobDataToJobSetup( pJobSetup, m_aJobData ); in SetPrinterData()
653 m_aJobData = aData; in SetData()
859 …Data::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, m_aJobData ); in StartJob()
864 m_aJobData.m_nCopies = m_nCopies; in StartJob()
865 m_aJobData.setCollate( bCollate ); in StartJob()
870 const PrinterInfo& rInfo( PrinterInfoManager::get().getPrinterInfo( m_aJobData.m_aPrinterName ) ); in StartJob()
907 m_aPrinterGfx.Init( m_aJobData ); in StartJob()
920 …_aTmpFile.Len() ? m_aTmpFile : m_aFileName, nMode, rJobName, rAppName, m_aJobData, &m_aPrinterGfx,… in StartJob()
935 … const PrinterInfo& rInfo( PrinterInfoManager::get().getPrinterInfo( m_aJobData.m_aPrinterName ) ); in EndJob()
941 … const PrinterInfo& rInfo( PrinterInfoManager::get().getPrinterInfo( m_aJobData.m_aPrinterName ) ); in EndJob()
962 …Data::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, m_aJobData ); in StartPage()
963 …m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, m_bFax ? &m_aFaxNr : NULL, m_bSwallowF… in StartPage()
969 m_aJobData.m_nCopies = m_nCopies; in StartPage()
970 m_aJobData.setCollate( m_nCopies > 1 && m_bCollate ); in StartPage()
973 m_aPrintJob.StartPage( m_aJobData ); in StartPage()