Lines Matching refs:m_pParser

276 	if( m_pParent->m_aJobData.m_pParser &&  in update()
277 …(pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) )… in update()
279 m_pParent->insertAllPPDValues( m_aDuplexBox, m_pParent->m_aJobData.m_pParser, pKey ); in update()
288 if( m_pParent->m_aJobData.m_pParser && in update()
289 …(pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" )… in update()
291 m_pParent->insertAllPPDValues( m_aPaperBox, m_pParent->m_aJobData.m_pParser, pKey ); in update()
300 if( m_pParent->m_aJobData.m_pParser && in update()
301 (pKey = m_pParent->m_aJobData.m_pParser->getKey( String::CreateFromAscii( "InputSlot" ) )) ) in update()
303 m_pParent->insertAllPPDValues( m_aSlotBox, m_pParent->m_aJobData.m_pParser, pKey ); in update()
319 if( m_pParent->m_aJobData.m_pParser ) in IMPL_LINK()
320 …pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) … in IMPL_LINK()
324 if( m_pParent->m_aJobData.m_pParser ) in IMPL_LINK()
325 …pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) ) … in IMPL_LINK()
329 if( m_pParent->m_aJobData.m_pParser ) in IMPL_LINK()
330 …pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" )… in IMPL_LINK()
402 if( m_pParent->m_aJobData.m_pParser ) in RTSDevicePage()
404 for( int i = 0; i < m_pParent->m_aJobData.m_pParser->getKeys(); i++ ) in RTSDevicePage()
406 const PPDKey* pKey = m_pParent->m_aJobData.m_pParser->getKey( i ); in RTSDevicePage()
414 String aEntry( m_pParent->m_aJobData.m_pParser->translateKey( pKey->getKey() ) ); in RTSDevicePage()
486 m_pParent->m_aJobData.m_pParser ) in FillValueBox()
488 …String aEntry( m_pParent->m_aJobData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption… in FillValueBox()
545 if( m_pParent->m_aJobData.m_pParser ) in initValues()
547 m_pParent->m_aJobData.m_pParser-> in initValues()
548 getMargins( m_pParent->m_aJobData.m_pParser->getDefaultPaperDimension(), in initValues()
576 if( m_pParent->m_aJobData.m_pParser ) in save()
578 m_pParent->m_aJobData.m_pParser-> in save()
579 getMargins( m_pParent->m_aJobData.m_pParser->getDefaultPaperDimension(), in save()
633 rFontManager.getFontListWithFastInfo( aFonts, m_pParent->m_aJobData.m_pParser, false ); in RTSFontSubstPage()