Home
last modified time | relevance | path

Searched refs:pDefValue (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1133 const PPDValue* pDefValue = pKey->getValue( aOption ); in parse() local
1135 pKey->m_pDefaultValue = pDefValue; in parse()
1896 const PPDValue* pDefValue = pKey->getDefaultValue(); in checkConstraints() local
1897 m_aCurrentValues[ pKey ] = pDefValue; in checkConstraints()
H A Dprinterinfomanager.cxx428 … const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in initialize() local
433 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() local
591 … const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : NULL; in initialize()
844 const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in addPrinter() local
849 if( pDefValue ) in addPrinter()
851 const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in addPrinter()

Completed in 26 milliseconds