Lines Matching refs:rIt
2809 ImplToolItem &rIt = mpData->maMenubuttonItem; in ImplFormat() local
2813 rIt.maRect.Left() = nX+TB_MENUBUTTON_OFFSET; in ImplFormat()
2814 rIt.maRect.Top() = nY; in ImplFormat()
2815 rIt.maRect.Right() = rIt.maRect.Left() + mpData->mnMenuButtonWidth; in ImplFormat()
2816 rIt.maRect.Bottom() = nY+nLineSize-1; in ImplFormat()
2817 nX += rIt.maItemSize.Width(); in ImplFormat()
2821 rIt.maRect.Left() = nX; in ImplFormat()
2822 rIt.maRect.Top() = nY+TB_MENUBUTTON_OFFSET; in ImplFormat()
2823 rIt.maRect.Right() = nX+nLineSize-1; in ImplFormat()
2824 rIt.maRect.Bottom() = rIt.maRect.Top() + mpData->mnMenuButtonWidth; in ImplFormat()
2825 nY += rIt.maItemSize.Height(); in ImplFormat()