Lines Matching refs:aPaper
78 String aPaper; in copyJobDataToJobSetup() local
81 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup()
82 …pJobSetup->mePaperFormat = PaperInfo::fromPSName(OUStringToOString( aPaper, RTL_TEXTENCODING_ISO_8… in copyJobDataToJobSetup()
583 String aPaper; in SetData() local
586 aPaper = aData.m_pParser->matchPaper( in SetData()
590 …aPaper = rtl::OStringToOUString(PaperInfo::toPSName(pJobSetup->mePaperFormat), RTL_TEXTENCODING_IS… in SetData()
593 pValue = pKey ? pKey->getValue( aPaper ) : NULL; in SetData()
679 String aPaper; in GetPageInfo() local
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()