Lines Matching refs:pKey
66 const PPDKey* pKey = pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Collate" ) ) ); in setCollate() local
67 if( pKey ) in setCollate()
71 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ); in setCollate()
74 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "False" ) ) ); in setCollate()
76 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in setCollate()
78 m_aContext.setValue( pKey, pVal ); in setCollate()
90 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in setPaper() local
91 const PPDValue* pValue = pKey ? pKey->getValueCaseInsensitive( aPaper ) : NULL; in setPaper()
93 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaper()
103 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" ) ) ); in setPaperBin() local
104 const PPDValue* pValue = pKey ? pKey->getValue( i_nPaperBin ) : NULL; in setPaperBin()
106 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaperBin()