Lines Matching refs:pNewValue
1144 PPDValue* pNewValue = pKey->insertValue( aOption ); in parse() local
1145 pNewValue->m_eType = eInvocation; // or what ? in parse()
1925 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pNewValue, bool bDoReset ) in checkConstraints() argument
1927 if( ! pNewValue ) in checkConstraints()
1934 if( pKey->getValue( pNewValue->m_aOption ) != pNewValue ) in checkConstraints()
1939 if( pNewValue->m_aOption.EqualsAscii( "None" ) || pNewValue->m_aOption.EqualsAscii( "False" ) || in checkConstraints()
1940 pNewValue == pKey->getDefaultValue() ) in checkConstraints()
1958 if( pNewValue != pKeyOption ) in checkConstraints()
1973 if( pKeyOption == pNewValue && in checkConstraints()
1988 ! pNewValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints()
1989 ! pNewValue->m_aOption.EqualsAscii( "False" ) ) in checkConstraints()
2003 ! pNewValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints()
2004 ! pNewValue->m_aOption.EqualsAscii( "False" ) ) in checkConstraints()