Lines Matching refs:pKey
635 …const PPDKey* pKey = rContext.getParser()->getKey( OStringToOUString( pOption->keyword, aEncoding … in updatePrinterContextInfo() local
636 if( pKey ) in updatePrinterContextInfo()
638 … const PPDValue* pValue = pKey->getValue( OStringToOUString( pChoice->choice, aEncoding ) ); in updatePrinterContextInfo()
641 if( pValue != pKey->getDefaultValue() ) in updatePrinterContextInfo()
643 rContext.setValue( pKey, pValue, true ); in updatePrinterContextInfo()
877 const PPDKey* pKey = aKeys[i]; in getOptionsFromDocumentSetup() local
878 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in getOptionsFromDocumentSetup()
881 OString aKey = OUStringToOString( pKey->getKey(), RTL_TEXTENCODING_ASCII_US ); in getOptionsFromDocumentSetup()
1096 const PPDKey* pKey = rInfo.m_aContext.getModifiedKey( i ); in writePrinterConfig() local
1097 const PPDValue* pValue = rInfo.m_aContext.getValue( pKey ); in writePrinterConfig()
1098 if( pKey && pValue ) // sanity check in writePrinterConfig()
1100 OString aName = OUStringToOString( pKey->getKey(), aEncoding ); in writePrinterConfig()