Lines Matching refs:PrinterController

62         PrinterController::PageSize aSize;
97 …void insert( sal_Int32 i_nPageNo, const GDIMetaFile& i_rPage, const PrinterController::PageSize& i… in insert()
111 bool get( sal_Int32 i_nPageNo, GDIMetaFile& o_rPageFile, PrinterController::PageSize& o_rSize ) in get()
165 vcl::PrinterController::MultiPageSetup maMultiPage;
198PrinterController::PageSize modifyJobSetup( const Sequence< PropertyValue >& i_rProps, bool bNoNUP…
201 PrinterController::PrinterController() in PrinterController() function in PrinterController
206 PrinterController::PrinterController( const boost::shared_ptr<Printer>& i_pPrinter ) in PrinterController() function in PrinterController
271 boost::shared_ptr<PrinterController> mpController;
274 PrintJobAsync( const boost::shared_ptr<PrinterController>& i_pController, in PrintJobAsync()
293 void Printer::PrintJob( const boost::shared_ptr<PrinterController>& i_pController, in PrintJob()
311 void Printer::ImplPrintJob( const boost::shared_ptr<PrinterController>& i_pController, in ImplPrintJob()
315 boost::shared_ptr<PrinterController> pController( i_pController ); in ImplPrintJob()
423 PrinterController::MultiPageSetup aMPS; in ImplPrintJob()
445 …aMPS.nOrder = static_cast<PrinterController::NupOrderType>(i_pController->getIntProperty( rtl::OUS… in ImplPrintJob()
523 bool Printer::StartJob( const rtl::OUString& i_rJobName, boost::shared_ptr<vcl::PrinterController>&… in StartJob()
745 PrinterController::~PrinterController() in ~PrinterController()
750 view::PrintableState PrinterController::getJobState() const in getJobState()
755 void PrinterController::setJobState( view::PrintableState i_eState ) in setJobState()
760 const boost::shared_ptr<Printer>& PrinterController::getPrinter() const in getPrinter()
765 void PrinterController::setPrinter( const boost::shared_ptr<Printer>& i_rPrinter ) in setPrinter()
774 void PrinterController:: resetPrinterOptions( bool i_bFileOutput ) in resetPrinterOptions()
781 bool PrinterController::setupPrinter( Window* i_pParent ) in setupPrinter()
815 PrinterController::PageSize vcl::ImplPrinterControllerData::modifyJobSetup( const Sequence< Propert… in modifyJobSetup()
817 PrinterController::PageSize aPageSize; in modifyJobSetup()
871 int PrinterController::getPageCountProtected() const in getPageCountProtected()
882 Sequence< beans::PropertyValue > PrinterController::getPageParametersProtected( int i_nPage ) const in getPageParametersProtected()
893 PrinterController::PageSize PrinterController::getPageFile( int i_nUnfilteredPage, GDIMetaFile& o_r… in getPageFile()
900 return PrinterController::PageSize(); in getPageFile()
907 PrinterController::PageSize aPageSize; in getPageFile()
926 PrinterController::PageSize aPageSize = mpImplData->modifyJobSetup( aPageParm, true ); in getPageFile()
986 PrinterController::PageSize PrinterController::getFilteredPageFile( int i_nFilteredPage, GDIMetaFil… in getFilteredPageFile()
1007PrinterController::PageSize aPageSize = getPageFile( i_nFilteredPage, o_rMtf, i_bMayUseCache ); in getFilteredPageFile()
1065 PrinterController::PageSize aPageSize = getPageFile( nPage, aPageFile, i_bMayUseCache ); in getFilteredPageFile()
1071 case PrinterController::LRTB: in getFilteredPageFile()
1075 case PrinterController::TBLR: in getFilteredPageFile()
1079 case PrinterController::RLTB: in getFilteredPageFile()
1083 case PrinterController::TBRL: in getFilteredPageFile()
1118 return PrinterController::PageSize( aPaperSize, true ); in getFilteredPageFile()
1121 int PrinterController::getFilteredPageCount() in getFilteredPageCount()
1129 sal_uLong PrinterController::removeTransparencies( GDIMetaFile& i_rIn, GDIMetaFile& o_rOut ) in removeTransparencies()
1192 void PrinterController::printFilteredPage( int i_nPage ) in printFilteredPage()
1198 PrinterController::PageSize aPageSize = getFilteredPageFile( i_nPage, aPageFile ); in printFilteredPage()
1246 void PrinterController::jobStarted() in jobStarted()
1250 void PrinterController::jobFinished( view::PrintableState ) in jobFinished()
1254 void PrinterController::triggerAppToFreeResources() in triggerAppToFreeResources()
1266 void PrinterController::abortJob() in abortJob()
1273 void PrinterController::setLastPage( sal_Bool i_bLastPage ) in setLastPage()
1278 void PrinterController::setReversePrint( sal_Bool i_bReverse ) in setReversePrint()
1283 bool PrinterController::getReversePrint() const in getReversePrint()
1288 Sequence< PropertyValue > PrinterController::getJobProperties( const Sequence< PropertyValue >& i_r… in getJobProperties()
1332 const Sequence< beans::PropertyValue >& PrinterController::getUIOptions() const in getUIOptions()
1337 beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) in getValue()
1344 const beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) const in getValue()
1351 Sequence< beans::PropertyValue > PrinterController::getValues( const Sequence< rtl::OUString >& i_r… in getValues()
1365 void PrinterController::setValue( const rtl::OUString& i_rName, const Any& i_rValue ) in setValue()
1374 void PrinterController::setValue( const beans::PropertyValue& i_rValue ) in setValue()
1389 void PrinterController::setUIOptions( const Sequence< beans::PropertyValue >& i_rOptions ) in setUIOptions()
1453 void PrinterController::enableUIOption( const rtl::OUString& i_rProperty, bool i_bEnable ) in enableUIOption()
1470 bool PrinterController::isUIOptionEnabled( const rtl::OUString& i_rProperty ) const in isUIOptionEnabled()
1524 bool PrinterController::isUIChoiceEnabled( const rtl::OUString& i_rProperty, sal_Int32 i_nValue ) c… in isUIChoiceEnabled()
1538 rtl::OUString PrinterController::getDependency( const rtl::OUString& i_rProperty ) const in getDependency()
1550 rtl::OUString PrinterController::makeEnabled( const rtl::OUString& i_rProperty ) in makeEnabled()
1590 void PrinterController::setOptionChangeHdl( const Link& i_rHdl ) in setOptionChangeHdl()
1595 void PrinterController::createProgressDialog() in createProgressDialog()
1624 bool PrinterController::isProgressCanceled() const in isProgressCanceled()
1629 void PrinterController::setMultipage( const MultiPageSetup& i_rMPS ) in setMultipage()
1634 const PrinterController::MultiPageSetup& PrinterController::getMultipage() const in getMultipage()
1639 void PrinterController::pushPropertiesToPrinter() in pushPropertiesToPrinter()
1667 bool PrinterController::isShowDialogs() const in isShowDialogs()
1673 bool PrinterController::isDirectPrint() const in isDirectPrint()
1679 sal_Bool PrinterController::getBoolProperty( const rtl::OUString& i_rProperty, sal_Bool i_bFallback… in getBoolProperty()
1688 sal_Int32 PrinterController::getIntProperty( const rtl::OUString& i_rProperty, sal_Int32 i_nFallbac… in getIntProperty()