Lines Matching refs:aRect

751 	Rectangle aRect( Point( rRect.Left()+(nWidth/2)-(nLines/2),  in ImplDrawSpinArrow()  local
756 aRect.Left() += nLines; in ImplDrawSpinArrow()
757 aRect.Right() += nLines; in ImplDrawSpinArrow()
760 pDev->DrawRect( aRect ); in ImplDrawSpinArrow()
765 aRect.Left()++; in ImplDrawSpinArrow()
766 aRect.Right()++; in ImplDrawSpinArrow()
770 aRect.Left()--; in ImplDrawSpinArrow()
771 aRect.Right()--; in ImplDrawSpinArrow()
773 aRect.Top()--; in ImplDrawSpinArrow()
774 aRect.Bottom()++; in ImplDrawSpinArrow()
775 pDev->DrawRect( aRect ); in ImplDrawSpinArrow()
1399 Rectangle aRect = GetDateRect( maDropDate );//this is one Pixel to width and one to heigh in ImplInvertDropPos() local
1400 aRect.Bottom() = aRect.Top()+mnDayHeight-1; in ImplInvertDropPos()
1401 aRect.Right() = aRect.Left()+mnDayWidth-1; in ImplInvertDropPos()
1402 Invert( aRect ); in ImplInvertDropPos()
2248 Rectangle aRect; in GetDateRect() local
2251 return aRect; in GetDateRect()
2261 aRect = GetDateRect( aDate ); in GetDateRect()
2264 aRect.Left() -= nX; in GetDateRect()
2265 aRect.Right() -= nX; in GetDateRect()
2266 return aRect; in GetDateRect()
2276 aRect = GetDateRect( aLastDate ); in GetDateRect()
2283 aRect.Left() += nDayIndex*mnDayWidth; in GetDateRect()
2284 aRect.Right() = aRect.Left()+mnDayWidth; in GetDateRect()
2285 return aRect; in GetDateRect()
2290 aRect.Top() += mnDayHeight; in GetDateRect()
2291 aRect.Bottom() += mnDayHeight; in GetDateRect()
2320 aRect.Left() = nDayX + (nDayIndex*mnDayWidth); in GetDateRect()
2321 aRect.Top() = nDayY; in GetDateRect()
2322 aRect.Right() = aRect.Left()+mnDayWidth; in GetDateRect()
2323 aRect.Bottom() = aRect.Top()+mnDayHeight; in GetDateRect()
2343 return aRect; in GetDateRect()
2968 Rectangle aRect( aPos, GetSizePixel() ); in ShowDropDown() local
2969 aRect.Bottom() -= 1; in ShowDropDown()
2984 mpFloatWin->StartPopupMode( aRect, FLOATWIN_POPUPMODE_NOFOCUSCLOSE|FLOATWIN_POPUPMODE_DOWN ); in ShowDropDown()