Home
last modified time | relevance | path

Searched refs:m_aJobData (Results 1 – 7 of 7) sorted by relevance

/trunk/main/padmin/source/
H A Dprtsetup.cxx54 if( m_aJobData.m_aContext.checkConstraints( pKey, pValue ) ) in insertAllPPDValues()
68 pValue = m_aJobData.m_aContext.getValue( pKey ); in insertAllPPDValues()
86 m_aJobData( rJobData ), in RTSDialog()
102 …aTitle.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "%s" ) ), m_aJobData.m_aPrinterName … in RTSDialog()
111 …else if( m_aJobData.m_aDriverName.compareToAscii( "CUPS:", 5 ) == 0 && ! PrinterInfoManager::get()… in RTSDialog()
190m_aJobData.m_eOrientation = m_pPaperPage->getOrientation().Equals( LSCAPE_STRING ) ? orientation::… in IMPL_LINK()
194 m_aJobData.m_nColorDepth = m_pDevicePage->getDepth(); in IMPL_LINK()
195 m_aJobData.m_nColorDevice = m_pDevicePage->getColorDevice(); in IMPL_LINK()
196 m_aJobData.m_nPSLevel = m_pDevicePage->getLevel(); in IMPL_LINK()
197 m_aJobData.m_nPDFDevice = m_pDevicePage->getPDFDevice(); in IMPL_LINK()
[all …]
H A Dcmddlg.cxx273 m_aCommandsCB.SetText( m_pParent->m_aJobData.m_aCommand ); in RTSCommandPage()
274 m_aQuickCB.SetText( m_pParent->m_aJobData.m_aQuickCommand ); in RTSCommandPage()
282 OUString aToken( m_pParent->m_aJobData.m_aFeatures.getToken( 0, ',', nIndex ) ); in RTSCommandPage()
311 aString += String( m_pParent->m_aJobData.m_aCommand ); in RTSCommandPage()
337 OUString aToken( m_pParent->m_aJobData.m_aFeatures.getToken( 0, ',', nIndex ) ); in save()
396 if( aCommand != String( m_pParent->m_aJobData.m_aCommand ) || in save()
397 aQuickCommand != String( m_pParent->m_aJobData.m_aQuickCommand ) || in save()
408 m_pParent->m_aJobData.m_aCommand = aCommand; in save()
409 m_pParent->m_aJobData.m_aQuickCommand = aQuickCommand; in save()
410 m_pParent->m_aJobData.m_aFeatures = aFeatures; in save()
[all …]
H A Dprtsetup.hxx58 ::psp::PrinterInfo m_aJobData;
86 const ::psp::PrinterInfo& getSetup() const { return m_aJobData; } in getSetup()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx385 pPrinter->m_aJobData = aInfo; in CreateInfoPrinter()
386 pPrinter->m_aPrinterGfx.Init( pPrinter->m_aJobData ); in CreateInfoPrinter()
427 pPrinter->m_aJobData = static_cast<PspSalInfoPrinter*>(pInfoPrinter)->m_aJobData; in CreatePrinter()
529 if( m_aJobData.m_pParser ) in InitPaperFormats()
531 …const PPDKey* pKey = m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize"… in InitPaperFormats()
539 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats()
565 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics()
618 …Data::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, m_aJobData ); in Setup()
648 copyJobDataToJobSetup( pJobSetup, m_aJobData ); in SetPrinterData()
767 m_aJobData = aData; in SetData()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx322 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()
[all …]
H A Dsvpprn.hxx41 psp::JobData m_aJobData; member in PspSalInfoPrinter
75 psp::JobData m_aJobData; member in PspSalPrinter
/trunk/main/vcl/inc/unx/
H A Dsalprn.h39 psp::JobData m_aJobData; variable
74 psp::JobData m_aJobData; variable