Lines Matching defs:pKey
737 const PPDKey* pKey = it->second; in PPDParser() local
792 const PPDKey* pKey; in PPDParser() local
846 void PPDParser::insertKey( const String& rKey, PPDKey* pKey ) in insertKey()
1084 PPDKey* pKey = NULL; in parse() local
1132 PPDKey* pKey = keyit->second; in parse() local
1143 PPDKey* pKey = new PPDKey( aKey ); in parse() local
1176 PPDKey* pKey; in parseOpenUI() local
1211 PPDKey* pKey; in parseOrderDependency() local
1832 const PPDValue* PPDContext::setValue( const PPDKey* pKey, const PPDValue* pValue, bool bDontCareFor… in setValue()
1883 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pValue ) in checkConstraints()
1907 bool PPDContext::resetValue( const PPDKey* pKey, bool bDefaultable ) in resetValue()
1925 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pNewValue, bool bDoReset ) in checkConstraints()
2013 void PPDContext::getUnconstrainedValues( const PPDKey* pKey, ::std::list< const PPDValue* >& rValue… in getUnconstrainedValues()
2092 …const PPDKey* pKey = m_pParser->getKey( String( aLine.Copy( 0, nPos ), RTL_TEXTENCODING_MS_1252 ) … in rebuildFromStreamBuffer() local
2119 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ) ); in getRenderResolution() local
2146 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in getPageSize() local