Lines Matching refs:m_aPrinter
864 m_pNamePage = new APNamePage( this, m_aPrinter.m_aPrinterName, DeviceKind::Printer ); in advance()
866 m_pNamePage->setText( m_aPrinter.m_aPrinterName ); in advance()
1004 m_aPrinter.m_aPrinterName = uniquePrinterName( m_aPrinter.m_aPrinterName ); in addPrinter()
1005 if( rManager.addPrinter( m_aPrinter.m_aPrinterName, m_aPrinter.m_aDriverName ) ) in addPrinter()
1007 PrinterInfo aInfo( rManager.getPrinterInfo( m_aPrinter.m_aPrinterName ) ); in addPrinter()
1008 aInfo.m_aCommand = m_aPrinter.m_aCommand; in addPrinter()
1012 rManager.setDefaultPrinter( m_aPrinter.m_aPrinterName ); in addPrinter()
1026 rManager.changePrinterInfo( m_aPrinter.m_aPrinterName, aInfo ); in addPrinter()
1039 m_pCurrentPage->fill( m_aPrinter ); in IMPL_LINK()
1046 m_pCurrentPage->fill( m_aPrinter ); in IMPL_LINK()
1053 m_pCurrentPage->fill( m_aPrinter ); in IMPL_LINK()