Lines Matching refs:PPDKey

737         const PPDKey* pKey = it->second;  in PPDParser()
741 case PPDKey::ExitServer: pSetupType = "ExitServer";break; in PPDParser()
742 case PPDKey::Prolog: pSetupType = "Prolog";break; in PPDParser()
743 case PPDKey::DocumentSetup: pSetupType = "DocumentSetup";break; in PPDParser()
744 case PPDKey::PageSetup: pSetupType = "PageSetup";break; in PPDParser()
745 case PPDKey::JCLSetup: pSetupType = "JCLSetup";break; in PPDParser()
746 case PPDKey::AnySetup: pSetupType = "AnySetup";break; in PPDParser()
792 const PPDKey* pKey; in PPDParser()
846 void PPDParser::insertKey( const String& rKey, PPDKey* pKey ) in insertKey()
852 const PPDKey* PPDParser::getKey( int n ) const in getKey()
857 const PPDKey* PPDParser::getKey( const String& rKey ) const in getKey()
863 bool PPDParser::hasKey( const PPDKey* pKey ) const in hasKey()
1084 PPDKey* pKey = NULL; in parse()
1088 pKey = new PPDKey( aUniKey ); in parse()
1132 PPDKey* pKey = keyit->second; in parse()
1143 PPDKey* pKey = new PPDKey( aKey ); in parse()
1176 PPDKey* pKey; in parseOpenUI()
1179 pKey = new PPDKey( aUniKey ); in parseOpenUI()
1190 pKey->m_eUIType = PPDKey::Boolean; in parseOpenUI()
1192 pKey->m_eUIType = PPDKey::PickMany; in parseOpenUI()
1194 pKey->m_eUIType = PPDKey::PickOne; in parseOpenUI()
1211 PPDKey* pKey; in parseOrderDependency()
1215 pKey = new PPDKey( aKey ); in parseOrderDependency()
1223 pKey->m_eSetupType = PPDKey::ExitServer; in parseOrderDependency()
1225 pKey->m_eSetupType = PPDKey::Prolog; in parseOrderDependency()
1227 pKey->m_eSetupType = PPDKey::DocumentSetup; in parseOrderDependency()
1229 pKey->m_eSetupType = PPDKey::PageSetup; in parseOrderDependency()
1231 pKey->m_eSetupType = PPDKey::JCLSetup; in parseOrderDependency()
1233 pKey->m_eSetupType = PPDKey::AnySetup; in parseOrderDependency()
1680 PPDKey::PPDKey( const String& rKey ) : in PPDKey() function in PPDKey
1693 PPDKey::~PPDKey() in ~PPDKey()
1699 const PPDValue* PPDKey::getValue( int n ) const in getValue()
1706 const PPDValue* PPDKey::getValue( const String& rOption ) const in getValue()
1708 PPDKey::hash_type::const_iterator it = m_aValues.find( rOption ); in getValue()
1714 const PPDValue* PPDKey::getValueCaseInsensitive( const String& rOption ) const in getValueCaseInsensitive()
1729 void PPDKey::eraseValue( const String& rOption ) in eraseValue()
1731 PPDKey::hash_type::iterator it = m_aValues.find( rOption ); in eraseValue()
1735 …for( PPDKey::value_type::iterator vit = m_aOrderedValues.begin(); vit != m_aOrderedValues.end(); +… in eraseValue()
1748 PPDValue* PPDKey::insertValue( const String& rOption ) in insertValue()
1789 const PPDKey* PPDContext::getModifiedKey( int n ) const in getModifiedKey()
1810 const PPDValue* PPDContext::getValue( const PPDKey* pKey ) const 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()
1907 bool PPDContext::resetValue( const PPDKey* pKey, bool bDefaultable ) in resetValue()
1925 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pNewValue, bool bDoReset ) in checkConstraints()
1946 const PPDKey* pLeft = it->m_pKey1; in checkConstraints()
1947 const PPDKey* pRight = it->m_pKey2; in checkConstraints()
1951 const PPDKey* pOtherKey = pKey == pLeft ? pRight : pLeft; in checkConstraints()
2013 void PPDContext::getUnconstrainedValues( const PPDKey* pKey, ::std::list< const PPDValue* >& rValue… in getUnconstrainedValues()
2092 …const PPDKey* pKey = m_pParser->getKey( String( aLine.Copy( 0, nPos ), RTL_TEXTENCODING_MS_1252 ) … in rebuildFromStreamBuffer()
2119 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ) ); in getRenderResolution()
2146 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in getPageSize()