Lines Matching refs:aRect
262 Rectangle aRect( LogicToPixel( rRect )); in Paint() local
266 mpPgPrevwLayout->Paint( PixelToLogic( aRect ) ); in Paint()
1545 Rectangle aRect( rOfst, rSize ); in InnerResizePixel() local
1546 aRect += aBorder; in InnerResizePixel()
1547 ViewResizePixel( *pViewWin, aRect.TopLeft(), aRect.GetSize(), in InnerResizePixel()
1663 Rectangle aRect; in IMPL_LINK() local
1664 aRect.Left() = aPos.X() -8; in IMPL_LINK()
1665 aRect.Right() = aRect.Left(); in IMPL_LINK()
1666 aRect.Top() = aPos.Y(); in IMPL_LINK()
1667 aRect.Bottom() = aRect.Top(); in IMPL_LINK()
1669 Help::ShowQuickHelp(pScrollbar, aRect, sStateStr, in IMPL_LINK()