Lines Matching refs:Rectangle

57 	Rectangle			maRect;
75 std::vector< Rectangle > maTabRectangles;
301 Rectangle aCtrlRegion( Point( 0, 0 ), aSize ); in ImplGetItemSize()
302 Rectangle aBoundingRgn, aContentRgn; in ImplGetItemSize()
350 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect()
363 ? Rectangle( Point( TAB_OFFSET, TAB_OFFSET ), Size( nW, nH ) ) in ImplGetTabRect()
364 : Rectangle(); in ImplGetTabRect()
375 Rectangle aRect = ImplGetTabRect( nLastPos, nWidth, nHeight ); in ImplGetTabRect()
379 ? Rectangle( Point( TAB_OFFSET, aRect.Bottom()+TAB_OFFSET ), Size( nW, nH ) ) in ImplGetTabRect()
380 : Rectangle(); in ImplGetTabRect()
387 return Rectangle(); in ImplGetTabRect()
445 Rectangle aNewRect( Point( nX, nY ), aSize ); in ImplGetTabRect()
547 …Pos) < mpTabCtrlData->maItemList.size() ? mpTabCtrlData->maItemList[nItemPos].maRect : Rectangle(); in ImplGetTabRect()
565 Rectangle aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
591 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplChangeTabPage()
660 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPosCurTabPage()
703 Rectangle aRect = ImplGetTabRect( nCurPos ); in ImplShowFocus()
751 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem()
768 Rectangle aRect = pItem->maRect; in ImplDrawItem()
815 Rectangle aCtrlRegion( pItem->maRect ); in ImplDrawItem()
1051 void TabControl::Paint( const Rectangle& rRect ) in Paint()
1058 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint()
1064 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPaint()
1080 Rectangle aCurRect; in ImplPaint()
1279 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in Resize()
1338 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1370 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1395 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1505 Rectangle* TabControl::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
1535 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
1536 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify()
1545 Rectangle aRect(*pLastRect); in PreNotify()
1556 Rectangle aRect(*pRect); in PreNotify()
1609 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT, in SetTabPageSizePixel()
1619 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
2072 Rectangle TabControl::GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const in GetCharacterBounds()
2074 Rectangle aRet; in GetCharacterBounds()
2132 const_cast<TabControl*>(this)->ImplPaint( Rectangle(), true ); in FillLayoutData()
2137 Rectangle TabControl::GetTabPageBounds( sal_uInt16 nPage ) const in GetTabPageBounds()
2139 Rectangle aRet; in GetTabPageBounds()
2162 Rectangle TabControl::GetTabBounds( sal_uInt16 nPageId ) const in GetTabBounds()
2164 Rectangle aRet; in GetTabBounds()