Lines Matching refs:i_bShow
537 void PrintDialog::NUpTabPage::showAdvancedControls( bool i_bShow ) in showAdvancedControls() argument
539 maNupNumPagesTxt.Show( i_bShow ); in showAdvancedControls()
540 maNupColEdt.Show( i_bShow ); in showAdvancedControls()
541 maNupTimesTxt.Show( i_bShow ); in showAdvancedControls()
542 maNupRowsEdt.Show( i_bShow ); in showAdvancedControls()
543 maPageMarginTxt1.Show( i_bShow ); in showAdvancedControls()
544 maPageMarginEdt.Show( i_bShow ); in showAdvancedControls()
545 maPageMarginTxt2.Show( i_bShow ); in showAdvancedControls()
546 maSheetMarginTxt1.Show( i_bShow ); in showAdvancedControls()
547 maSheetMarginEdt.Show( i_bShow ); in showAdvancedControls()
548 maSheetMarginTxt2.Show( i_bShow ); in showAdvancedControls()
549 maNupOrientationTxt.Show( i_bShow ); in showAdvancedControls()
550 maNupOrientationBox.Show( i_bShow ); in showAdvancedControls()