Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1569 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()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1656 sal_Int16 nDuplex = view::DuplexMode::UNKNOWN; in pushPropertiesToPrinter() local
1657 pVal->Value >>= nDuplex; in pushPropertiesToPrinter()
1658 switch( nDuplex ) in pushPropertiesToPrinter()

Completed in 31 milliseconds