Searched refs:OldStylePrintAdaptor (Results 1 – 6 of 6) sorted by relevance
53 OldStylePrintAdaptor::OldStylePrintAdaptor( const boost::shared_ptr< Printer >& i_pPrinter ) in OldStylePrintAdaptor() function in OldStylePrintAdaptor59 OldStylePrintAdaptor::~OldStylePrintAdaptor() in ~OldStylePrintAdaptor()63 void OldStylePrintAdaptor::StartPage() in StartPage()80 void OldStylePrintAdaptor::EndPage() in EndPage()86 int OldStylePrintAdaptor::getPageCount() const in getPageCount()91 Sequence< PropertyValue > OldStylePrintAdaptor::getPageParameters( int i_nPage ) const in getPageParameters()105 void OldStylePrintAdaptor::printPage( int i_nPage ) const in printPage()
32 class VCL_DLLPUBLIC OldStylePrintAdaptor : public PrinterController class36 OldStylePrintAdaptor( const boost::shared_ptr< Printer >& );37 virtual ~OldStylePrintAdaptor();
770 vcl::OldStylePrintAdaptor* pAdaptor = new vcl::OldStylePrintAdaptor( pPrinter ); in Print()
89 class OldStylePrintAdaptor;
294 mpListener.reset( new vcl::OldStylePrintAdaptor( mpPrinter ) ); in start()
114 boost::shared_ptr<vcl::OldStylePrintAdaptor> mpListener;
Completed in 44 milliseconds