Lines Matching refs:i_pParent
60 PrintDialog::PrintPreviewWindow::PrintPreviewWindow( Window* i_pParent, const ResId& i_rId ) in PrintPreviewWindow() argument
61 : Window( i_pParent, i_rId ) in PrintPreviewWindow()
390 PrintDialog::ShowNupOrderWindow::ShowNupOrderWindow( Window* i_pParent ) in ShowNupOrderWindow() argument
391 : Window( i_pParent, WB_NOBORDER ) in ShowNupOrderWindow()
462 PrintDialog::NUpTabPage::NUpTabPage( Window* i_pParent, const ResId& rResId ) in NUpTabPage() argument
463 : TabPage( i_pParent, rResId ) in NUpTabPage()
642 PrintDialog::JobTabPage::JobTabPage( Window* i_pParent, const ResId& rResId ) in JobTabPage() argument
643 : TabPage( i_pParent, rResId ) in JobTabPage()
784 PrintDialog::OutputOptPage::OutputOptPage( Window* i_pParent, const ResId& i_rResId ) in OutputOptPage() argument
785 : TabPage( i_pParent, i_rResId ) in OutputOptPage()
834 PrintDialog::PrintDialog( Window* i_pParent, const boost::shared_ptr<PrinterController>& i_rControl… in PrintDialog() argument
835 : ModalDialog( i_pParent, VclResId( SV_DLG_PRINT ) ) in PrintDialog()
2526 PrintProgressDialog::PrintProgressDialog( Window* i_pParent, int i_nMax ) : in PrintProgressDialog() argument
2527 ModelessDialog( i_pParent, VclResId( SV_DLG_PRINT_PROGRESS ) ), in PrintProgressDialog()