Home
last modified time | relevance | path

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

/trunk/main/padmin/source/
H A Dadddlg.cxx310 APNamePage::APNamePage( AddPrinterDialog* pParent, const String& rInitName, DeviceKind::type eKind ) in APNamePage()
315 eKind == DeviceKind::Printer ? RID_ADDP_NAME_TXT_NAME : in APNamePage()
316 … eKind == DeviceKind::Fax ? RID_ADDP_NAME_TXT_FAXNAME : RID_ADDP_NAME_TXT_PDFNAME in APNamePage()
322 eKind == DeviceKind::Printer ? RID_ADDP_NAME_EDT_NAME : in APNamePage()
323 … eKind == DeviceKind::Fax ? RID_ADDP_NAME_EDT_FAXNAME : RID_ADDP_NAME_EDT_PDFNAME in APNamePage()
330 if( eKind != DeviceKind::Printer ) in APNamePage()
334 if( eKind != DeviceKind::Fax ) in APNamePage()
358 APCommandPage::APCommandPage( AddPrinterDialog* pParent, DeviceKind::type eKind ) in APCommandPage()
361 …m_aCommandBox( this, PaResId( eKind == DeviceKind::Pdf ? RID_ADDP_CMD_BOX_PDFCOMMAND : RID_ADDP_CM… in APCommandPage()
363 …m_aHelpTxt( PaResId( eKind == DeviceKind::Fax ? RID_ADDP_CMD_STR_FAXHELP : RID_ADDP_CMD_STR_PDFHEL… in APCommandPage()
[all …]
H A Dadddlg.hxx42 namespace DeviceKind { enum type { Printer, Fax, Pdf }; } namespace
108 APNamePage( AddPrinterDialog* pParent, const String& rInitName, DeviceKind::type eKind );
130 DeviceKind::type m_eKind;
136 APCommandPage( AddPrinterDialog* pParent, DeviceKind::type eKind );