Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx63 aReduceTransparencyAutoRB( this, SfxResId( RB_REDUCETRANSPARENCY_AUTO ) ), in SfxCommonPrintOptionsTabPage()
230 aReduceTransparencyAutoRB.Check( sal_True ); in ImplUpdateControls()
307 sAccessibleName += aReduceTransparencyAutoRB.GetDisplayText(); in ImplSetAccessibleNames()
308 aReduceTransparencyAutoRB.SetAccessibleName( sAccessibleName ); in ImplSetAccessibleNames()
383 …pCurrentOptions->SetReducedTransparencyMode( aReduceTransparencyAutoRB.IsChecked() ? PRINTER_TRANS… in ImplSaveControls()
403 aReduceTransparencyAutoRB.Enable( bReduceTransparency ); in IMPL_LINK()
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx62 RadioButton aReduceTransparencyAutoRB; member in SfxCommonPrintOptionsTabPage