Lines Matching refs:SfxPrinterController
66 class SfxPrinterController : public vcl::PrinterController, public SfxListener class
85 SfxPrinterController( const boost::shared_ptr<Printer>& i_rPrinter,
95 virtual ~SfxPrinterController();
105 SfxPrinterController::SfxPrinterController( const boost::shared_ptr<Printer>& i_rPrinter, in SfxPrinterController() function in SfxPrinterController
177 void SfxPrinterController::Notify( SfxBroadcaster& , const SfxHint& rHint ) in Notify()
191 SfxPrinterController::~SfxPrinterController() in ~SfxPrinterController()
195 const Any& SfxPrinterController::getSelectionObject() const in getSelectionObject()
212 Sequence< beans::PropertyValue > SfxPrinterController::getMergedOptions() const in getMergedOptions()
231 int SfxPrinterController::getPageCount() const in getPageCount()
243 Sequence< beans::PropertyValue > SfxPrinterController::getPageParameters( int i_nPage ) const in getPageParameters()
262 void SfxPrinterController::printPage( int i_nPage ) const in printPage()
280 void SfxPrinterController::jobStarted() in jobStarted()
319 void SfxPrinterController::jobFinished( com::sun::star::view::PrintableState nState ) in jobFinished()
639 boost::shared_ptr<vcl::PrinterController> pController( new SfxPrinterController( in ExecPrint()