Lines Matching refs:PPDValue

758             const PPDValue* pValue = pKey->getValue( j );  in PPDParser()
1097 PPDValue* pValue = pKey->insertValue( aOption ); in parse()
1133 const PPDValue* pDefValue = pKey->getValue( aOption ); in parse()
1144 PPDValue* pNewValue = pKey->insertValue( aOption ); in parse()
1441 const PPDValue* pValue = m_pInputSlots->getValue( i ); in getSlotCommand()
1481 const PPDValue* pValue = m_pPaperDimensions->getValue( i ); in getPaperDimensionCommand()
1602 const PPDValue* pValue = m_pDuplexTypes->getValue( i ); in getDuplexCommand()
1699 const PPDValue* PPDKey::getValue( int n ) const in getValue()
1706 const PPDValue* PPDKey::getValue( const String& rOption ) const in getValue()
1714 const PPDValue* PPDKey::getValueCaseInsensitive( const String& rOption ) const in getValueCaseInsensitive()
1716 const PPDValue* pValue = getValue( rOption ); in getValueCaseInsensitive()
1748 PPDValue* PPDKey::insertValue( const String& rOption ) in insertValue()
1753 PPDValue aValue; in insertValue()
1756 PPDValue* pValue = &m_aValues[rOption]; in insertValue()
1810 const PPDValue* PPDContext::getValue( const PPDKey* pKey ) const in getValue()
1823 const PPDValue* pValue = pKey->getDefaultValue(); in getValue()
1832 const PPDValue* PPDContext::setValue( const PPDKey* pKey, const PPDValue* pValue, bool bDontCareFor… in setValue()
1883 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pValue ) in checkConstraints()
1896 const PPDValue* pDefValue = pKey->getDefaultValue(); in checkConstraints()
1912 const PPDValue* pResetValue = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in resetValue()
1925 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pNewValue, bool bDoReset ) in checkConstraints()
1952 const PPDValue* pOtherKeyOption = pKey == pLeft ? it->m_pOption2 : it->m_pOption1; in checkConstraints()
1953 const PPDValue* pKeyOption = pKey == pLeft ? it->m_pOption1 : it->m_pOption2; in checkConstraints()
2000 const PPDValue* pOtherValue = getValue( pOtherKey ); in checkConstraints()
2013 void PPDContext::getUnconstrainedValues( const PPDKey* pKey, ::std::list< const PPDValue* >& rValue… in getUnconstrainedValues()
2023 const PPDValue* pValue = pKey->getValue( i ); in getUnconstrainedValues()
2095 const PPDValue* pValue = NULL; in rebuildFromStreamBuffer()
2122 const PPDValue* pValue = getValue( pKey ); in getRenderResolution()
2149 const PPDValue* pValue = getValue( pKey ); in getPageSize()