Searched refs:nDuplex (Results 1 – 2 of 2) sorted by relevance
1569 String PPDParser::getDuplex( int nDuplex ) const in getDuplex()1574 if( nDuplex > 0 && nDuplex < m_pDuplexTypes->countValues() ) in getDuplex()1575 return m_pDuplexTypes->getValue( nDuplex )->m_aOption; in getDuplex()1582 String PPDParser::getDuplexCommand( int nDuplex ) const in getDuplexCommand()1587 if( nDuplex > 0 && nDuplex < m_pDuplexTypes->countValues() ) in getDuplexCommand()1588 return m_pDuplexTypes->getValue( nDuplex )->m_aValue; in getDuplexCommand()
1656 sal_Int16 nDuplex = view::DuplexMode::UNKNOWN; in pushPropertiesToPrinter() local1657 pVal->Value >>= nDuplex; in pushPropertiesToPrinter()1658 switch( nDuplex ) in pushPropertiesToPrinter()
Completed in 39 milliseconds