Home
last modified time | relevance | path

Searched refs:aPrinterOutputRB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx59 aPrinterOutputRB( this, SfxResId( RB_PRINTEROUTPUT ) ), in SfxCommonPrintOptionsTabPage()
87 aPrinterOutputRB.Check( sal_True ); in SfxCommonPrintOptionsTabPage()
88 aOutputGB.SetText( OutputDevice::GetNonMnemonicString( aPrinterOutputRB.GetText() ) ); in SfxCommonPrintOptionsTabPage()
96aPrinterOutputRB.SetToggleHdl( LINK( this, SfxCommonPrintOptionsTabPage, ToggleOutputPrinterRBHdl … in SfxCommonPrintOptionsTabPage()
178 ImplSaveControls( aPrinterOutputRB.IsChecked() ? &maPrinterOptions : &maPrintFileOptions ); in FillItemSet()
206 ImplUpdateControls( aPrinterOutputRB.IsChecked() ? &maPrinterOptions : &maPrintFileOptions ); in Reset()
288 sAccessibleName += aPrinterOutputRB.GetDisplayText(); in ImplSetAccessibleNames()
289 aPrinterOutputRB.SetAccessibleName( sAccessibleName ); in ImplSetAccessibleNames()
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx56 RadioButton aPrinterOutputRB; member in SfxCommonPrintOptionsTabPage