Home
last modified time | relevance | path

Searched refs:pOtherKeyOption (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1952 const PPDValue* pOtherKeyOption = pKey == pLeft ? it->m_pOption2 : it->m_pOption1; in checkConstraints() local
1956 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 25 milliseconds