Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dppdparser.hxx132 const PPDValue* m_pOption1; member
136 …PPDConstraint() : m_pKey1( nullptr ), m_pOption1( nullptr ), m_pKey2( nullptr ), m_pOption2( nullp… in PPDConstraint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dppdparser.hxx128 const PPDValue* m_pOption1; member
132 …PPDConstraint() : m_pKey1( nullptr ), m_pOption1( nullptr ), m_pKey2( nullptr ), m_pOption2( nullp… in PPDConstraint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/printer/
H A Dppdparser.cxx804 << (constraint.m_pOption1 ? constraint.m_pOption1->m_aOption : "<nil>") in PPDParser()
1376 if( ! ( aConstraint.m_pOption1 = aConstraint.m_pKey1->getValue( aToken ) ) ) in parseConstraint()
1800 … const PPDValue* pOtherKeyOption = pKey == pLeft ? constraint.m_pOption2 : constraint.m_pOption1; in checkConstraints()
1801 const PPDValue* pKeyOption = pKey == pLeft ? constraint.m_pOption1 : constraint.m_pOption2; in checkConstraints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/printer/
H A Dppdparser.cxx802 << (constraint.m_pOption1 ? constraint.m_pOption1->m_aOption : "<nil>") in PPDParser()
1373 if( ! ( aConstraint.m_pOption1 = aConstraint.m_pKey1->getValue( aToken ) ) ) in parseConstraint()
1797 … const PPDValue* pOtherKeyOption = pKey == pLeft ? constraint.m_pOption2 : constraint.m_pOption1; in checkConstraints()
1798 const PPDValue* pKeyOption = pKey == pLeft ? constraint.m_pOption1 : constraint.m_pOption2; in checkConstraints()