/aoo4110/main/framework/source/uielement/ |
H A D | fontsizemenucontroller.cxx | 104 rtl::OUString aPrinterName; in retrievePrinterName() local 119 aPrinterSeq[i].Value >>= aPrinterName; in retrievePrinterName() 127 return aPrinterName; in retrievePrinterName() 170 rtl::OUString aPrinterName; in fillPopupMenu() local 175 aPrinterName = retrievePrinterName( m_xFrame ); in fillPopupMenu() 176 if ( aPrinterName.getLength() > 0 ) in fillPopupMenu() 178 pInfoPrinter = new Printer( aPrinterName ); in fillPopupMenu()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 387 OUString aPrinterName; in initialize() local 404 aPrinter.m_aInfo.m_aPrinterName = aPrinterName; in initialize() 471 aDefaultPrinter = aPrinterName; in initialize() 551 m_aPrinters.find( aPrinterName ); in initialize() 557 m_aPrinters[ aPrinterName ] = aPrinter; in initialize() 599 String aPrinterName( RTL_CONSTASCII_USTRINGPARAM( "<" ) ); in initialize() local 600 aPrinterName += String( it->m_aQueue ); in initialize() 601 aPrinterName.Append( '>' ); in initialize() 603 if( m_aPrinters.find( aPrinterName ) != m_aPrinters.end() ) in initialize() 614 aPrinter.m_aInfo.m_aPrinterName = aPrinterName; in initialize() [all …]
|
H A D | cupsmgr.cxx | 545 OUString aPrinterName = OStringToOUString( pDest->name, aEncoding ); in initialize() local 549 aBuf.append( aPrinterName ); in initialize() 552 aPrinterName = aBuf.makeStringAndClear(); in initialize() 556 bool bSetToGlobalDefaults = m_aPrinters.find( aPrinterName ) == m_aPrinters.end(); in initialize() 557 Printer aPrinter = m_aPrinters[ aPrinterName ]; in initialize() 560 aPrinter.m_aInfo.m_aPrinterName = aPrinterName; in initialize() 562 m_aDefaultPrinter = aPrinterName; in initialize() 575 aBuf.append( aPrinterName ); in initialize() 585 …UString, PPDContext, OUStringHash >::const_iterator c_it = m_aDefaultContexts.find( aPrinterName ); in initialize()
|
/aoo4110/main/padmin/source/ |
H A D | newppdlg.cxx | 139 String aPrinterName = PPDParser::getPPDPrinterName( aPath.PathToFileName() ); in Import() local 142 if( ! aPrinterName.Len() ) in Import() 151 sal_uInt16 nPos = m_aDriverLB.InsertEntry( aPrinterName ); in Import()
|
/aoo4110/main/desktop/source/app/ |
H A D | dispatchwatcher.hxx | 80 …aRequestType( aType ), aURL( aFile ), aCwdUrl( cwdUrl ), aPrinterName( aPrinter ), aPreselectedFac… in DispatchRequest() 85 rtl::OUString aPrinterName; member
|
H A D | dispatchwatcher.cxx | 140 String aPrinterName; in executeDispatchRequests() local 369 aPrinterArgs[0].Value <<= ::rtl::OUString( aDispatchRequest.aPrinterName ); in executeDispatchRequests()
|
H A D | officeipcthread.hxx | 63 ::rtl::OUString aPrinterName; // The printer name that should be used for printing
|
H A D | officeipcthread.cxx | 777 aCmdLineArgs->GetPrinterName( pRequest->aPrinterName ) ); in run() 968 …rl, aRequest.aPrintToList, DispatchWatcher::REQUEST_PRINTTO, aRequest.aPrinterName, aRequest.aModu… in ExecuteCmdLineRequests()
|
H A D | app.cxx | 3160 pArgs->GetPrinterName( aRequest.aPrinterName ); in OpenClients() 3170 ( aRequest.aPrintToList.getLength() > 0 && aRequest.aPrinterName.getLength() > 0 )) in OpenClients()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewprt.cxx | 194 SfxStringItem aPrinterName(SID_PRINTER_NAME, sFaxName); in ExecutePrint() local 198 &aPrinterName, &aSilent, 0L ); in ExecutePrint()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | UnoDocumentSettings.cxx | 667 OUString aPrinterName; in _setPropertyValues() local 668 if( *pValues >>= aPrinterName ) in _setPropertyValues() 671 if( aPrinterName.getLength() && pDocSh->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) in _setPropertyValues() 676 … SfxPrinter *pNewPrinter = new SfxPrinter( pTempPrinter->GetOptions().Clone(), aPrinterName ); in _setPropertyValues()
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewsh.cxx | 841 rtl::OUString aPrinterName; in GetState_Impl() local 843 aPrinterName = pPrinter->GetName(); in GetState_Impl() 845 aPrinterName = Printer::GetDefaultPrinterName(); in GetState_Impl() 846 if ( aPrinterName.getLength() > 0 ) in GetState_Impl() 855 aBuffer.append( aPrinterName ); in GetState_Impl()
|
H A D | viewprn.cxx | 632 rtl::OUString aPrinterName; in ExecPrint() local 633 pVal[i].Value >>= aPrinterName; in ExecPrint() 634 aPrt.reset( new Printer( aPrinterName ) ); in ExecPrint()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 349 String aPrinterName( sTemp ) ; in impl_setPrinter() local 350 if ( aPrinterName != pPrinter->GetName() ) in impl_setPrinter() 352 pPrinter = new SfxPrinter( pPrinter->GetOptions().Clone(), aPrinterName ); in impl_setPrinter()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 242 ByteString aPrinterName( pPrqInfo->pszPrinters); in GetPrinterQueueInfo() local 247 pInfo->mpSysData = new ImplQueueSalSysData( aPrinterName, aName, in GetPrinterQueueInfo()
|
/aoo4110/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 135 private String aPrinterName = "\\\\so-print\\xml3sof"; field in TextDocuments 500 printerDesc[0].Value = aPrinterName; in printDocComponent()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | print3.cxx | 337 rtl::OUString aPrinterName( i_rInitSetup.GetPrinterName() ); in ImplPrintJob() local 338 boost::shared_ptr<Printer> pPrinter( new Printer( aPrinterName ) ); in ImplPrintJob()
|