Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/printer/
H A Dppdparser.cxx674 m_pDuplexTypes( NULL ), in PPDParser()
818 m_pDuplexTypes = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) ) ); in PPDParser()
819 if( m_pDuplexTypes ) in PPDParser()
820 m_pDefaultDuplexType = m_pDuplexTypes->getDefaultValue(); in PPDParser()
1571 if( ! m_pDuplexTypes ) in getDuplex()
1574 if( nDuplex > 0 && nDuplex < m_pDuplexTypes->countValues() ) in getDuplex()
1575 return m_pDuplexTypes->getValue( nDuplex )->m_aOption; in getDuplex()
1576 else if( m_pDuplexTypes->countValues() > 0 ) in getDuplex()
1577 return m_pDuplexTypes->getValue( (sal_uLong)0 )->m_aOption; in getDuplex()
1584 if( ! m_pDuplexTypes ) in getDuplexCommand()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dppdparser.hxx177 const PPDKey* m_pDuplexTypes; member in psp::PPDParser
263 { return m_pDuplexTypes ? m_pDuplexTypes->countValues() : 0; } in getDuplexTypes()