Lines Matching refs:maRect

59     Rectangle           maRect;  member
448 if ( mbSmallInvalidate && (it->maRect != aNewRect) ) in ImplGetTabRect()
450 it->maRect = aNewRect; in ImplGetTabRect()
471 long nIH = mpTabCtrlData->maItemList[0].maRect.Bottom()-2; in ImplGetTabRect()
509 it->maRect.Left() += nIDX; in ImplGetTabRect()
510 it->maRect.Right() += nIDX+nDX; in ImplGetTabRect()
511 it->maRect.Top() = nLineHeightAry[n-1]; in ImplGetTabRect()
512 it->maRect.Bottom() = nLineHeightAry[n-1]+nIH; in ImplGetTabRect()
518 it->maRect.Right()++; in ImplGetTabRect()
533 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect()
538 it->maRect.Left()+=(int) (nRightSpace/2); in ImplGetTabRect()
539 it->maRect.Right()+=(int) (nRightSpace/2); in ImplGetTabRect()
549 …Pos) < mpTabCtrlData->maItemList.size() ? mpTabCtrlData->maItemList[nItemPos].maRect : Rectangle(); in ImplGetTabRect()
755 if ( pItem->maRect.IsEmpty() ) in ImplDrawItem()
770 Rectangle aRect = pItem->maRect; in ImplDrawItem()
817 Rectangle aCtrlRegion( pItem->maRect ); in ImplDrawItem()
829 if( IsMouseOver() && pItem->maRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawItem()
835 if( (&(*it) != pItem) && (it->maRect.IsInside( GetPointerPosPixel() ) ) ) in ImplDrawItem()
844 if(pItem->maRect.Left() < 5) in ImplDrawItem()
846 if(pItem->maRect.Right() > mnLastWidth - 5) in ImplDrawItem()
1129 if ( pCurItem && !pCurItem->maRect.IsEmpty() ) in ImplPaint()
1131 aCurRect = pCurItem->maRect; in ImplPaint()
1209 aClipRgn.Intersect( pItem->maRect ); in ImplPaint()
1225 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint()
1272 (it->maRect.Right()-2 >= nNewWidth) ) in Resize()
1514 if ( it->maRect.IsInside( rPt ) ) in ImplFindPartRect()
1522 return nFound == 1 ? &pFoundItem->maRect : NULL; in ImplFindPartRect()
2170 aRet = pItem->maRect; in GetTabBounds()