/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/ |
H A D | vclxprinter.cxx | 50 VCLXPrinterPropertySet::VCLXPrinterPropertySet( const OUString& rPrinterName ) in IMPLEMENT_FORWARD_XINTERFACE2() 52 , mxPrinter(VclPtrInstance< Printer >(rPrinterName)) in IMPLEMENT_FORWARD_XINTERFACE2() 239 VCLXPrinter::VCLXPrinter( const OUString& rPrinterName ) in VCLXPrinter() argument 240 : VCLXPrinter_Base( rPrinterName ) in VCLXPrinter() 305 VCLXInfoPrinter::VCLXInfoPrinter( const OUString& rPrinterName ) in VCLXInfoPrinter() argument 306 : VCLXInfoPrinter_Base( rPrinterName ) in VCLXInfoPrinter() 344 …o::Reference< css::awt::XPrinter > VCLXPrinterServer::createPrinter( const OUString& rPrinterName ) in createPrinter() argument 346 css::uno::Reference< css::awt::XPrinter > xP = new VCLXPrinter( rPrinterName ); in createPrinter() 350 …ence< css::awt::XInfoPrinter > VCLXPrinterServer::createInfoPrinter( const OUString& rPrinterName ) in createInfoPrinter() argument 352 css::uno::Reference< css::awt::XInfoPrinter > xP = new VCLXInfoPrinter( rPrinterName ); in createInfoPrinter()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/ |
H A D | vclxprinter.cxx | 49 VCLXPrinterPropertySet::VCLXPrinterPropertySet( const OUString& rPrinterName ) in IMPLEMENT_FORWARD_XINTERFACE2() 51 , mxPrinter(VclPtrInstance< Printer >(rPrinterName)) in IMPLEMENT_FORWARD_XINTERFACE2() 241 VCLXPrinter::VCLXPrinter( const OUString& rPrinterName ) in VCLXPrinter() argument 242 : VCLXPrinter_Base( rPrinterName ) in VCLXPrinter() 307 VCLXInfoPrinter::VCLXInfoPrinter( const OUString& rPrinterName ) in VCLXInfoPrinter() argument 308 : VCLXInfoPrinter_Base( rPrinterName ) in VCLXInfoPrinter() 346 …o::Reference< css::awt::XPrinter > VCLXPrinterServer::createPrinter( const OUString& rPrinterName ) in createPrinter() argument 348 css::uno::Reference< css::awt::XPrinter > xP = new VCLXPrinter( rPrinterName ); in createPrinter() 352 …ence< css::awt::XInfoPrinter > VCLXPrinterServer::createInfoPrinter( const OUString& rPrinterName ) in createInfoPrinter() argument 354 css::uno::Reference< css::awt::XInfoPrinter > xP = new VCLXInfoPrinter( rPrinterName ); in createInfoPrinter()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/ |
H A D | printerinfomanager.hxx | 155 virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ); 160 …virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const… 166 bool checkFeatureToken( const OUString& rPrinterName, const char* pToken ) const;
|
H A D | jobset.h | 65 void SetPrinterName(const OUString& rPrinterName);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/ |
H A D | printerinfomanager.hxx | 154 virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ); 159 …virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const… 165 bool checkFeatureToken( const OUString& rPrinterName, const char* pToken ) const;
|
H A D | jobset.h | 65 void SetPrinterName(const OUString& rPrinterName);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/ |
H A D | printer.cxx | 94 const OUString& rPrinterName ) : in SfxPrinter() argument 95 Printer( rPrinterName ), in SfxPrinter() 97 bKnown( GetName() == rPrinterName ) in SfxPrinter()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/ |
H A D | printer.cxx | 111 const OUString& rPrinterName ) : in SfxPrinter() argument 112 Printer( rPrinterName ), in SfxPrinter() 114 bKnown( GetName() == rPrinterName ) in SfxPrinter()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/ |
H A D | cupsmgr.hxx | 78 virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ) override; 79 …virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const…
|
H A D | cpdmgr.hxx | 113 virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ) override; 114 …virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const…
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/ |
H A D | cupsmgr.hxx | 78 virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ) override; 79 …virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const…
|
H A D | cpdmgr.hxx | 113 virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ) override; 114 …virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const…
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/inc/awt/ |
H A D | vclxprinter.hxx | 66 VCLXPrinterPropertySet( const OUString& rPrinterName ); 113 VCLXPrinter( const OUString& rPrinterName ); 149 VCLXInfoPrinter( const OUString& rPrinterName );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/awt/ |
H A D | vclxprinter.hxx | 66 VCLXPrinterPropertySet( const OUString& rPrinterName ); 114 VCLXPrinter( const OUString& rPrinterName ); 151 VCLXInfoPrinter( const OUString& rPrinterName );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/ |
H A D | printer.hxx | 42 const OUString &rPrinterName );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/ |
H A D | printer.hxx | 42 const OUString &rPrinterName );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/app/ |
H A D | dispatchwatcher.cxx | 246 void batchPrint( const OUString &rPrinterName, const Reference< XPrintable > &xDoc, in batchPrint() argument 251 sal_Int32 nPathIndex = rPrinterName.lastIndexOf( ';' ); in batchPrint() 253 aFilterOut=rPrinterName.copy( nPathIndex+1 ); in batchPrint() 255 aPrinterName=rPrinterName.copy( 0, nPathIndex ); in batchPrint()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/app/ |
H A D | dispatchwatcher.cxx | 251 void batchPrint( const OUString &rPrinterName, const Reference< XPrintable > &xDoc, in batchPrint() argument 256 sal_Int32 nPathIndex = rPrinterName.lastIndexOf( ';' ); in batchPrint() 258 aFilterOut=rPrinterName.copy( nPathIndex+1 ); in batchPrint() 260 aPrinterName=rPrinterName.copy( 0, nPathIndex ); in batchPrint()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/ |
H A D | print.cxx | 406 const QueueInfo* Printer::GetQueueInfo( const OUString& rPrinterName, bool bStatusUpdate ) in GetQueueInfo() argument 416 ImplPrnQueueData* pInfo = pSVData->maGDIData.mpPrinterQueueList->Get( rPrinterName ); in GetQueueInfo() 770 SalPrinterQueueInfo* Printer::ImplGetQueueInfo( const OUString& rPrinterName, in ImplGetQueueInfo() argument 781 ImplPrnQueueData* pInfo = pPrnList->Get( rPrinterName ); in ImplGetQueueInfo() 788 if( rQueueInfo.mpSalQueueInfo->maPrinterName.equalsIgnoreAsciiCase( rPrinterName ) ) in ImplGetQueueInfo() 888 Printer::Printer( const OUString& rPrinterName ) in Printer() argument 892 SalPrinterQueueInfo* pInfo = ImplGetQueueInfo( rPrinterName, nullptr ); in Printer()
|
H A D | jobset.cxx | 101 void ImplJobSetup::SetPrinterName(const OUString& rPrinterName) in SetPrinterName() argument 103 maPrinterName = rPrinterName; in SetPrinterName()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/ |
H A D | print.cxx | 497 const QueueInfo* Printer::GetQueueInfo( const OUString& rPrinterName, bool bStatusUpdate ) in GetQueueInfo() argument 507 ImplPrnQueueData* pInfo = pSVData->maGDIData.mpPrinterQueueList->Get( rPrinterName ); in GetQueueInfo() 862 SalPrinterQueueInfo* Printer::ImplGetQueueInfo( const OUString& rPrinterName, in ImplGetQueueInfo() argument 873 ImplPrnQueueData* pInfo = pPrnList->Get( rPrinterName ); in ImplGetQueueInfo() 880 if( rQueueInfo.mpSalQueueInfo->maPrinterName.equalsIgnoreAsciiCase( rPrinterName ) ) in ImplGetQueueInfo() 980 Printer::Printer( const OUString& rPrinterName ) in Printer() argument 984 SalPrinterQueueInfo* pInfo = ImplGetQueueInfo( rPrinterName, nullptr ); in Printer()
|
H A D | jobset.cxx | 105 void ImplJobSetup::SetPrinterName(const OUString& rPrinterName) in SetPrinterName() argument 107 maPrinterName = rPrinterName; in SetPrinterName()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/ |
H A D | print.hxx | 177 … ImplGetQueueInfo( const OUString& rPrinterName, const OUString* pDriver ); 255 Printer( const OUString& rPrinterName ); 263 static const QueueInfo* GetQueueInfo( const OUString& rPrinterName, bool bStatusUpdate );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | print.hxx | 206 … ImplGetQueueInfo( const OUString& rPrinterName, const OUString* pDriver ); 267 Printer( const OUString& rPrinterName ); 273 static const QueueInfo* GetQueueInfo( const OUString& rPrinterName, bool bStatusUpdate );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 559 bool PrinterInfoManager::checkFeatureToken( const OUString& rPrinterName, const char* pToken ) const in checkFeatureToken() argument 561 const PrinterInfo& rPrinterInfo( getPrinterInfo( rPrinterName ) ); in checkFeatureToken()
|