Lines Matching refs:pKey
322 …const PPDKey* pKey = m_aGlobalDefaults.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING… in initialize() local
323 if( pKey ) in initialize()
326 setValue( pKey, in initialize()
327 … aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue, RTL_TEXTENCODING_ISO_8859_1 ) ), in initialize()
527 …const PPDKey* pKey = aPrinter.m_aInfo.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING_… in initialize() local
528 if( pKey ) in initialize()
531 setValue( pKey, in initialize()
532 … aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue, RTL_TEXTENCODING_ISO_8859_1 ) ), in initialize()
793 const PPDKey* pKey = it->second.m_aInfo.m_aContext.getModifiedKey( i ); in writePrinterConfig() local
795 aKey += ByteString( pKey->getKey(), RTL_TEXTENCODING_ISO_8859_1 ); in writePrinterConfig()
797 const PPDValue* pValue = it->second.m_aInfo.m_aContext.getValue( pKey ); in writePrinterConfig()