Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx135 const PPDKey* m_pKey2; member
138 … PPDConstraint() : m_pKey1( NULL ), m_pOption1( NULL ), m_pKey2( NULL ), m_pOption2( NULL ) {} in PPDConstraint()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx785 BSTRING( cit->m_pKey2->getKey() ).GetBuffer(), in PPDParser()
1251 aConstraint.m_pKey2 = getKey( aToken ); in parseConstraint()
1257 if( aConstraint.m_pKey2 ) in parseConstraint()
1259 if( ! ( aConstraint.m_pOption2 = aConstraint.m_pKey2->getValue( aToken ) ) ) in parseConstraint()
1274 if( ! aConstraint.m_pKey1 || ! aConstraint.m_pKey2 || bFailed ) in parseConstraint()
1947 const PPDKey* pRight = it->m_pKey2; in checkConstraints()

Completed in 33 milliseconds