Lines Matching refs:maRect

57 	Rectangle			maRect;  member
446 if ( mbSmallInvalidate && (it->maRect != aNewRect) ) in ImplGetTabRect()
448 it->maRect = aNewRect; in ImplGetTabRect()
469 long nIH = mpTabCtrlData->maItemList[0].maRect.Bottom()-2; in ImplGetTabRect()
507 it->maRect.Left() += nIDX; in ImplGetTabRect()
508 it->maRect.Right() += nIDX+nDX; in ImplGetTabRect()
509 it->maRect.Top() = nLineHeightAry[n-1]; in ImplGetTabRect()
510 it->maRect.Bottom() = nLineHeightAry[n-1]+nIH; in ImplGetTabRect()
516 it->maRect.Right()++; in ImplGetTabRect()
531 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect()
536 it->maRect.Left()+=(int) (nRightSpace/2); in ImplGetTabRect()
537 it->maRect.Right()+=(int) (nRightSpace/2); in ImplGetTabRect()
547 …Pos) < mpTabCtrlData->maItemList.size() ? mpTabCtrlData->maItemList[nItemPos].maRect : Rectangle(); in ImplGetTabRect()
753 if ( pItem->maRect.IsEmpty() ) in ImplDrawItem()
768 Rectangle aRect = pItem->maRect; in ImplDrawItem()
815 Rectangle aCtrlRegion( pItem->maRect ); in ImplDrawItem()
827 if( IsMouseOver() && pItem->maRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawItem()
833 if( (&(*it) != pItem) && (it->maRect.IsInside( GetPointerPosPixel() ) ) ) in ImplDrawItem()
842 if(pItem->maRect.Left() < 5) in ImplDrawItem()
844 if(pItem->maRect.Right() > mnLastWidth - 5) in ImplDrawItem()
1127 if ( pCurItem && !pCurItem->maRect.IsEmpty() ) in ImplPaint()
1129 aCurRect = pCurItem->maRect; in ImplPaint()
1207 aClipRgn.Intersect( pItem->maRect ); in ImplPaint()
1223 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint()
1270 (it->maRect.Right()-2 >= nNewWidth) ) in Resize()
1512 if ( it->maRect.IsInside( rPt ) ) in ImplFindPartRect()
1520 return nFound == 1 ? &pFoundItem->maRect : NULL; in ImplFindPartRect()
2168 aRet = pItem->maRect; in GetTabBounds()