Lines Matching refs:aData

561 	JobData aData;  in SetData()  local
562 JobData::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, aData ); in SetData()
564 if( aData.m_pParser ) in SetData()
586 aPaper = aData.m_pParser->matchPaper( in SetData()
592 pKey = aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in SetData()
594 if( ! ( pKey && pValue && aData.m_aContext.setValue( pKey, pValue, false ) == pValue ) ) in SetData()
601 pKey = aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" ) ) ); in SetData()
612 aData.m_aContext.setValue( pKey, pValue ); in SetData()
620aData.m_eOrientation = pJobSetup->meOrientation == ORIENTATION_LANDSCAPE ? orientation::Landscape … in SetData()
625 pKey = aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) ) ); in SetData()
649 aData.m_aContext.setValue( pKey, pValue ); in SetData()
653 m_aJobData = aData; in SetData()
654 copyJobDataToJobSetup( pJobSetup, aData ); in SetData()
672 JobData aData; in GetPageInfo() local
673 JobData::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, aData ); in GetPageInfo()
676 if( aData.m_pParser ) in GetPageInfo()
682 int nDPI = aData.m_aContext.getRenderResolution(); in GetPageInfo()
685 if( aData.m_eOrientation == psp::orientation::Portrait ) in GetPageInfo()
687 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo()
688 aData.m_pParser->getMargins( aPaper, left, right, top, bottom ); in GetPageInfo()
692 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
693 aData.m_pParser->getMargins( aPaper, top, bottom, right, left ); in GetPageInfo()
712 JobData aData; in GetPaperBinCount() local
713 JobData::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, aData ); in GetPaperBinCount()
715 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetPaperBinCount()
723 JobData aData; in GetPaperBinName() local
724 JobData::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, aData ); in GetPaperBinName()
727 if( aData.m_pParser ) in GetPaperBinName()
729 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetPaperBinName()
731 aRet = aData.m_pParser->getDefaultInputSlot(); in GetPaperBinName()
736 aRet = aData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ); in GetPaperBinName()
756 JobData aData; in GetCapabilities() local
757 … JobData::constructFromStreamBuffer( pJobSetup->mpDriverData, pJobSetup->mnDriverDataLen, aData ); in GetCapabilities()
759 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetCapabilities()