Home
last modified time | relevance | path

Searched refs:m_pInputSlots (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/unx/generic/printer/
H A Dppdparser.cxx670 m_pInputSlots( NULL ), in PPDParser()
812 m_pInputSlots = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" ) ) ); in PPDParser()
813 if( m_pInputSlots ) in PPDParser()
814 m_pDefaultInputSlot = m_pInputSlots->getDefaultValue(); in PPDParser()
1410 if( ! m_pInputSlots ) in getSlot()
1413 if( nSlot > 0 && nSlot < m_pInputSlots->countValues() ) in getSlot()
1414 return m_pInputSlots->getValue( nSlot )->m_aOption; in getSlot()
1415 else if( m_pInputSlots->countValues() > 0 ) in getSlot()
1416 return m_pInputSlots->getValue( (sal_uLong)0 )->m_aOption; in getSlot()
1423 if( ! m_pInputSlots ) in getSlotCommand()
[all …]
/AOO42X/main/vcl/inc/vcl/
H A Dppdparser.hxx171 const PPDKey* m_pInputSlots; member in psp::PPDParser
248 { return m_pInputSlots ? m_pInputSlots->countValues() : 0; } in getInputSlots()