Searched refs:pDefValue (Results 1 – 2 of 2) sorted by relevance
428 … const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in initialize() local433 if( pDefValue ) in initialize()435 … const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in initialize()590 const PPDValue* pDefValue = aDefaultInfo.m_aContext.getValue( pDefKey ); in initialize() local591 … const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : NULL; in initialize()844 const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in addPrinter() local849 if( pDefValue ) in addPrinter()851 const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in addPrinter()
1133 const PPDValue* pDefValue = pKey->getValue( aOption ); in parse() local1135 pKey->m_pDefaultValue = pDefValue; in parse()1896 const PPDValue* pDefValue = pKey->getDefaultValue(); in checkConstraints() local1897 m_aCurrentValues[ pKey ] = pDefValue; in checkConstraints()
Completed in 20 milliseconds