Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx783 BSTRING( cit->m_pKey1->getKey() ).GetBuffer(), in PPDParser()
1250 if( aConstraint.m_pKey1 ) in parseConstraint()
1253 aConstraint.m_pKey1 = getKey( aToken ); in parseConstraint()
1262 else if( aConstraint.m_pKey1 ) in parseConstraint()
1264 if( ! ( aConstraint.m_pOption1 = aConstraint.m_pKey1->getValue( aToken ) ) ) in parseConstraint()
1274 if( ! aConstraint.m_pKey1 || ! aConstraint.m_pKey2 || bFailed ) in parseConstraint()
1946 const PPDKey* pLeft = it->m_pKey1; in checkConstraints()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx133 const PPDKey* m_pKey1; member
138 … PPDConstraint() : m_pKey1( NULL ), m_pOption1( NULL ), m_pKey2( NULL ), m_pOption2( NULL ) {} in PPDConstraint()