Searched refs:DeviceKind (Results 1 – 2 of 2) sorted by relevance
315 eKind == DeviceKind::Printer ? RID_ADDP_NAME_TXT_NAME : in APNamePage()322 eKind == DeviceKind::Printer ? RID_ADDP_NAME_EDT_NAME : in APNamePage()330 if( eKind != DeviceKind::Printer ) in APNamePage()334 if( eKind != DeviceKind::Fax ) in APNamePage()371 if( m_eKind == DeviceKind::Printer ) in APCommandPage()378 if( m_eKind != DeviceKind::Pdf ) in APCommandPage()411 if( m_eKind != DeviceKind::Printer ) in APCommandPage()858 m_pCommandPage = new APCommandPage( this, DeviceKind::Printer ); in advance()882 m_pFaxCommandPage = new APCommandPage( this, DeviceKind::Fax ); in advance()889 m_pFaxCommandPage = new APCommandPage( this, DeviceKind::Fax ); in advance()[all …]
42 namespace DeviceKind { enum type { Printer, Fax, Pdf }; } namespace108 APNamePage( AddPrinterDialog* pParent, const String& rInitName, DeviceKind::type eKind );130 DeviceKind::type m_eKind;136 APCommandPage( AddPrinterDialog* pParent, DeviceKind::type eKind );
Completed in 14 milliseconds