Lines Matching refs:aSize

112 …Size aSize( pBorder->GetOutputSizePixel() );    // the size of the border window, i.e., the whole …  in ImplDrawNativeSpinfield()  local
114 Rectangle aNatRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
119 aSize = aContent.GetSize(); in ImplDrawNativeSpinfield()
122 Rectangle aRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
675 Size aSize = rOutSz; in ImplCalcButtonAreas() local
682 aDropDownSize = Size( CalcZoom( nW ), aSize.Height() ); in ImplCalcButtonAreas()
683 aSize.Width() -= aDropDownSize.Width(); in ImplCalcButtonAreas()
684 rDDArea = Rectangle( Point( aSize.Width(), 0 ), aDropDownSize ); in ImplCalcButtonAreas()
693 long nBottom1 = aSize.Height()/2; in ImplCalcButtonAreas()
694 long nBottom2 = aSize.Height()-1; in ImplCalcButtonAreas()
697 if ( !(aSize.Height() & 0x01) ) in ImplCalcButtonAreas()
741 aSize.Width() -= CalcZoom( GetDrawPixel( pDev, rStyleSettings.GetSpinSize() ) ); in ImplCalcButtonAreas()
743 … rSpinUpArea = Rectangle( aSize.Width(), nTop1, rOutSz.Width()-aDropDownSize.Width()-1, nBottom1 ); in ImplCalcButtonAreas()
761 Size aSize = GetOutputSizePixel(); in Resize() local
766 ImplCalcButtonAreas( this, aSize, maDropDownRect, maUpperRect, maLowerRect ); in Resize()
787 aSize = aContent.GetSize(); in Resize()
794 aSize.Width() = maDropDownRect.Left(); in Resize()
797 aSize.Width() = maUpperRect.Left(); in Resize()
806 mpEdit->SetSizePixel( aSize ); in Resize()
1039 Size aSize = pDev->LogicToPixel( rSize ); in Draw() local
1057 ImplCalcButtonAreas( pDev, aSize, aDD, aUp, aDown ); in Draw()