Searched refs:pOtherKeyOption (Results 1 – 1 of 1) sorted by relevance
1952 const PPDValue* pOtherKeyOption = pKey == pLeft ? it->m_pOption2 : it->m_pOption1; in checkConstraints() local1956 if( pKeyOption && pOtherKeyOption ) in checkConstraints()1960 if( pOtherKeyOption == getValue( pOtherKey ) ) in checkConstraints()1966 else if( pOtherKeyOption || pKeyOption ) in checkConstraints()1970 if( ! ( pOtherKeyOption = getValue( pOtherKey ) ) ) in checkConstraints()1974 ! pOtherKeyOption->m_aOption.EqualsAscii( "None" ) && in checkConstraints()1975 ! pOtherKeyOption->m_aOption.EqualsAscii( "False" ) ) in checkConstraints()1985 else if( pOtherKeyOption ) in checkConstraints()1987 if( getValue( pOtherKey ) == pOtherKeyOption && in checkConstraints()
Completed in 23 milliseconds