Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx73 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()
268aReduceBitmapsResolutionLB.SetText( aReduceBitmapsResolutionLB.GetEntry( aReduceBitmapsResolutionL… in ImplUpdateControls()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx74 ListBox aReduceBitmapsResolutionLB; member in SfxCommonPrintOptionsTabPage