Lines Matching refs:Printer

229 void Printer::SetPrinterOptions( const PrinterOptions& i_rOptions )  in SetPrinterOptions()
399 const std::vector<rtl::OUString>& Printer::GetPrinterQueues() in GetPrinterQueues()
408 const QueueInfo* Printer::GetQueueInfo( const String& rPrinterName, bool bStatusUpdate ) in GetQueueInfo()
437 XubString Printer::GetDefaultPrinterName() in GetDefaultPrinterName()
451 void Printer::ImplInitData() in ImplInitData()
486 void Printer::ImplInit( SalPrinterQueueInfo* pInfo ) in ImplInit()
541 void Printer::ImplInitDisplay( const Window* pWindow ) in ImplInitDisplay()
561 SalPrinterQueueInfo* Printer::ImplGetQueueInfo( const XubString& rPrinterName, in ImplGetQueueInfo()
607 void Printer::ImplUpdatePageData() in ImplUpdatePageData()
642 void Printer::ImplUpdateFontList() in ImplUpdateFontList()
649 Printer::Printer() in Printer() function in Printer
665 Printer::Printer( const Window* pWindow ) in Printer() function in Printer
673 Printer::Printer( const JobSetup& rJobSetup ) : in Printer() function in Printer
693 Printer::Printer( const QueueInfo& rQueueInfo ) in Printer() function in Printer
706 Printer::Printer( const XubString& rPrinterName ) in Printer() function in Printer
718 Printer::~Printer() in ~Printer()
768 void Printer::Compat_OldPrinterMetrics( bool bSet ) in Compat_OldPrinterMetrics()
780 sal_uLong Printer::GetCapabilities( sal_uInt16 nType ) const in GetCapabilities()
793 sal_Bool Printer::HasSupport( PrinterSupport eFeature ) const in HasSupport()
822 sal_Bool Printer::SetJobSetup( const JobSetup& rSetup ) in SetJobSetup()
846 sal_Bool Printer::Setup( Window* pWindow ) in Setup()
883 sal_Bool Printer::SetPrinterProps( const Printer* pPrinter ) in SetPrinterProps()
992 sal_Bool Printer::SetOrientation( Orientation eOrientation ) in SetOrientation()
1029 Orientation Printer::GetOrientation() const in GetOrientation()
1036 sal_Bool Printer::SetPaperBin( sal_uInt16 nPaperBin ) in SetPaperBin()
1074 sal_uInt16 Printer::GetPaperBin() const in GetPaperBin()
1082 void Printer::ImplFindPaperFormatForUserSize( JobSetup& aJobSetup, bool bMatchNearest ) in ImplFindPaperFormatForUserSize()
1172 sal_Bool Printer::SetPaper( Paper ePaper ) in SetPaper()
1217 sal_Bool Printer::SetPaperSizeUser( const Size& rSize ) in SetPaperSizeUser()
1222 sal_Bool Printer::SetPaperSizeUser( const Size& rSize, bool bMatchNearest ) in SetPaperSizeUser()
1268 int Printer::GetPaperInfoCount() const in GetPaperInfoCount()
1279 rtl::OUString Printer::GetPaperName( Paper ePaper ) in GetPaperName()
1310 rtl::OUString Printer::GetPaperName( bool i_bPaperUser ) const in GetPaperName()
1321 const PaperInfo& Printer::GetPaperInfo( int nPaper ) const in GetPaperInfo()
1334 DuplexMode Printer::GetDuplexMode() const in GetDuplexMode()
1341 sal_Bool Printer::SetDuplexMode( DuplexMode eDuplex ) in SetDuplexMode()
1378 int Printer::GetLandscapeAngle() const in GetLandscapeAngle()
1385 Paper Printer::GetPaper() const in GetPaper()
1392 sal_uInt16 Printer::GetPaperBinCount() const in GetPaperBinCount()
1402 XubString Printer::GetPaperBinName( sal_uInt16 nPaperBin ) const in GetPaperBinName()
1415 sal_Bool Printer::SetCopyCount( sal_uInt16 nCopy, sal_Bool bCollate ) in SetCopyCount()
1424 void Printer::Error() in Error()
1432 sal_uLong Printer::ImplSalPrinterErrorCodeToVCL( sal_uLong nError ) in ImplSalPrinterErrorCodeToVCL()
1453 void Printer::ImplEndPrint() in ImplEndPrint()
1462 IMPL_LINK( Printer, ImplDestroyPrinterAsync, void*, pSalPrinter ) in IMPL_LINK() argument
1472 sal_Bool Printer::EndJob() in EndJob()
1508 sal_Bool Printer::AbortJob() in AbortJob()
1529 Application::PostUserEvent( LINK( this, Printer, ImplDestroyPrinterAsync ), mpPrinter ); in AbortJob()
1540 void Printer::ImplStartPage() in ImplStartPage()
1567 void Printer::ImplEndPage() in ImplEndPage()
1587 void Printer::updatePrinters() in updatePrinters()