Lines Matching refs:pButton
447 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleReduceGradientsStripesRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
449 (void)pButton; //unused in IMPL_LINK()
459 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleReduceBitmapsResolutionRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
461 (void)pButton; //unused in IMPL_LINK()
471 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleOutputPrinterRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
473 if( pButton->IsChecked() ) in IMPL_LINK()
475 aOutputGB.SetText( OutputDevice::GetNonMnemonicString( pButton->GetText() ) ); in IMPL_LINK()
490 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleOutputPrintFileRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
492 if( pButton->IsChecked() ) in IMPL_LINK()
494 aOutputGB.SetText( OutputDevice::GetNonMnemonicString( pButton->GetText() ) ); in IMPL_LINK()
536 IMPL_LINK( TransparencyPrintWarningBox, ClickNoBtn, PushButton*, pButton ) in IMPL_LINK() argument
538 (void)pButton; //unused in IMPL_LINK()