Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx72 aReduceBitmapsResolutionRB( this, SfxResId( RB_REDUCEBITMAPS_RESOLUTION ) ), in SfxCommonPrintOptionsTabPage()
104aReduceBitmapsResolutionRB.SetToggleHdl( LINK( this, SfxCommonPrintOptionsTabPage, ToggleReduceBit… in SfxCommonPrintOptionsTabPage()
109 Size aOldSize = aReduceBitmapsResolutionRB.GetSizePixel(); in SfxCommonPrintOptionsTabPage()
110 Size aNewSize = aReduceBitmapsResolutionRB.GetOptimalSize( WINDOWSIZE_PREFERRED ); in SfxCommonPrintOptionsTabPage()
114 aReduceBitmapsResolutionRB.SetSizePixel( aNewSize ); in SfxCommonPrintOptionsTabPage()
145 return (Window *)&aReduceBitmapsResolutionRB; in GetParentLabeledBy()
154 else if ( pWindow == (Window *)&aReduceBitmapsResolutionRB ) in GetParentLabelFor()
250 aReduceBitmapsResolutionRB.Check( sal_True ); in ImplUpdateControls()
348 sAccessibleName += aReduceBitmapsResolutionRB.GetDisplayText(); in ImplSetAccessibleNames()
349 aReduceBitmapsResolutionRB.SetAccessibleName( sAccessibleName ); in ImplSetAccessibleNames()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx73 RadioButton aReduceBitmapsResolutionRB; member in SfxCommonPrintOptionsTabPage