Lines Matching refs:aReduceBitmapsResolutionLB
73 aReduceBitmapsResolutionLB( this, SfxResId( LB_REDUCEBITMAPS_RESOLUTION ) ), in SfxCommonPrintOptionsTabPage()
115 Point aPos = aReduceBitmapsResolutionLB.GetPosPixel(); in SfxCommonPrintOptionsTabPage()
117 aOldSize = aReduceBitmapsResolutionLB.GetSizePixel(); in SfxCommonPrintOptionsTabPage()
118 aNewSize = aReduceBitmapsResolutionLB.GetOptimalSize( WINDOWSIZE_PREFERRED ); in SfxCommonPrintOptionsTabPage()
121 aReduceBitmapsResolutionLB.SetPosSizePixel( aPos, aNewSize ); in SfxCommonPrintOptionsTabPage()
144 else if ( pWindow == (Window *)&aReduceBitmapsResolutionLB ) in GetParentLabeledBy()
155 return (Window *)&aReduceBitmapsResolutionLB; in GetParentLabelFor()
255 aReduceBitmapsResolutionLB.SelectEntryPos( 0 ); in ImplUpdateControls()
262 aReduceBitmapsResolutionLB.SelectEntryPos( (sal_uInt16) i ); in ImplUpdateControls()
268 …aReduceBitmapsResolutionLB.SetText( aReduceBitmapsResolutionLB.GetEntry( aReduceBitmapsResolutionL… in ImplUpdateControls()
352 aReduceBitmapsResolutionLB.SetAccessibleName( sAccessibleName ); in ImplSetAccessibleNames()
390 …ions->SetReducedBitmapResolution( aDPIArray[ Min( (sal_uInt16) aReduceBitmapsResolutionLB.GetSelec… in ImplSaveControls()
438 aReduceBitmapsResolutionLB.Enable( bEnable ); in IMPL_LINK()
464 aReduceBitmapsResolutionLB.Enable( bEnable ); in IMPL_LINK()