Home
last modified time | relevance | path

Searched refs:m_aDriverName (Results 1 – 9 of 9) sorted by relevance

/trunk/main/padmin/source/
H A Dadddlg.cxx130 rInfo.m_aDriverName = *pDriver; in fill()
218 if( aDefInfo.m_aDriverName == aPPD ) in IMPL_LINK()
234 if( aInfo.m_aDriverName == aPPD ) in IMPL_LINK()
261 if( aInfo.m_aDriverName == aPPD ) in IMPL_LINK()
544 aInfo.m_aDriverName = String( aNewDriver, aEncoding ); in APOldPrinterPage()
643 if( ! rManager.addPrinter( pInfo->m_aPrinterName, pInfo->m_aDriverName ) ) in addOldPrinters()
692 rInfo.m_aDriverName = OUString::createFromAscii( "SGENPRT" ); in fill()
725 rInfo.m_aDriverName = OUString::createFromAscii( "SGENPRT" ); in fill()
727 rInfo.m_aDriverName = OUString::createFromAscii( "ADISTILL" ); in fill()
1005 if( rManager.addPrinter( m_aPrinter.m_aPrinterName, m_aPrinter.m_aDriverName ) ) in addPrinter()
H A Dpadialog.cxx287 aDriver += String( rInfo.m_aDriverName ); in UpdateText()
699 if( m_rPIManager.addPrinter( aPrinter, aInfo.m_aDriverName ) ) in RenameDevice()
H A Dprtsetup.cxx111 …else if( m_aJobData.m_aDriverName.compareToAscii( "CUPS:", 5 ) == 0 && ! PrinterInfoManager::get()… in RTSDialog()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx405 … aPrinter.m_aInfo.m_aDriverName = String( aValue.Copy( 0, nNamePos ), RTL_TEXTENCODING_UTF8 ); in initialize()
410 if( aPrinter.m_aInfo.m_aDriverName.compareToAscii( "CUPS:", 5 ) != 0 ) in initialize()
412 … aPrinter.m_aInfo.m_pParser = PPDParser::getParser( aPrinter.m_aInfo.m_aDriverName ); in initialize()
579 aMergeInfo.m_aDriverName = String( RTL_CONSTASCII_USTRINGPARAM( "SGENPRT" ) ); in initialize()
763 ByteString aValue( String( it->second.m_aInfo.m_aDriverName ), RTL_TEXTENCODING_UTF8 ); in writePrinterConfig()
788 if( it->second.m_aInfo.m_aDriverName.compareToAscii( "CUPS:", 5 ) != 0 ) in writePrinterConfig()
834 aPrinter.m_aInfo.m_aDriverName = rDriverName; in addPrinter()
H A Dcupsmgr.cxx593 aPrinter.m_aInfo.m_aDriverName = aBuf.makeStringAndClear(); in initialize()
806 p_it->second.m_aInfo.m_pParser = PPDParser::getParser( p_it->second.m_aInfo.m_aDriverName ); in setupJobContextData()
811 if( p_it->second.m_aInfo.m_aDriverName.compareToAscii( "CUPS:", 5 ) == 0 ) in setupJobContextData()
812 aPrinter = p_it->second.m_aInfo.m_aDriverName.copy( 5 ); in setupJobContextData()
814 aPrinter = p_it->second.m_aInfo.m_aDriverName; in setupJobContextData()
H A Djobdata.cxx246 rJobData.m_pParser = PPDParser::getParser( rInfo.m_aDriverName ); in constructFromStreamBuffer()
/trunk/main/vcl/inc/vcl/
H A Dprinterinfomanager.hxx46 rtl::OUString m_aDriverName; member
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx330 pJobSetup->maDriver = aInfo.m_aDriverName; in CreateInfoPrinter()
394 pInfo->maDriver = rInfo.m_aDriverName; in GetPrinterQueueInfo()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx393 pJobSetup->maDriver = aInfo.m_aDriverName; in CreateInfoPrinter()
460 pInfo->maDriver = rInfo.m_aDriverName; in GetPrinterQueueInfo()

Completed in 61 milliseconds