Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx427 … const PPDKey* pDefKey = m_aGlobalDefaults.m_aContext.getModifiedKey( nPPDValueModified ); in initialize() local
428 … const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in initialize()
429 …const PPDKey* pPrinterKey = pDefKey ? aPrinter.m_aInfo.m_pParser->getKey( pDefKey->getKey() ) : NU… in initialize()
430 if( pDefKey && pPrinterKey ) in initialize()
588 …const PPDKey* pDefKey = aDefaultInfo.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPA… in initialize() local
590 const PPDValue* pDefValue = aDefaultInfo.m_aContext.getValue( pDefKey ); in initialize()
843 … const PPDKey* pDefKey = m_aGlobalDefaults.m_aContext.getModifiedKey( nPPDValueModified ); in addPrinter() local
844 const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in addPrinter()
845 …const PPDKey* pPrinterKey = pDefKey ? aPrinter.m_aInfo.m_pParser->getKey( pDefKey->getKey() ) : NU… in addPrinter()
846 if( pDefKey && pPrinterKey ) in addPrinter()

Completed in 27 milliseconds