Lines Matching refs:aRect

1914         Rectangle aRect( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) );  in ImplCalcItem()  local
1915 Rectangle aReg( aRect ); in ImplCalcItem()
1926 aRect = aNativeBounds; in ImplCalcItem()
1927 if( aRect.GetWidth() > nMinWidth ) in ImplCalcItem()
1928 nMinWidth = aRect.GetWidth(); in ImplCalcItem()
1929 if( aRect.GetHeight() > nMinHeight ) in ImplCalcItem()
1930 nMinHeight = aRect.GetHeight(); in ImplCalcItem()
1943 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1944 aReg = aRect; in ImplCalcItem()
1951 aRect = aNativeBounds; in ImplCalcItem()
1952 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1953 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
1955 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1956 aReg = aRect; in ImplCalcItem()
1963 aRect = aNativeBounds; in ImplCalcItem()
1964 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1965 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
1967 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1968 aReg = aRect; in ImplCalcItem()
1975 aRect = aNativeBounds; in ImplCalcItem()
1976 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1977 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
3291 Rectangle aRect( aInnerRect ); in ImplDrawMenubutton() local
3293 aRect.Top() = aRect.Bottom() - aRect.getHeight()/3; in ImplDrawMenubutton()
3295 aRect.Left() = aRect.Right() - aRect.getWidth()/3; in ImplDrawMenubutton()
3298 ImplDrawDropdownArrow( pThis, aRect, sal_True, !pThis->mbHorz ); in ImplDrawMenubutton()
3302 aRect = aInnerRect; in ImplDrawMenubutton()
3304 aRect.Bottom() = aRect.Top() + aRect.getHeight()/3; in ImplDrawMenubutton()
3306 aRect.Right() = aRect.Left() + aRect.getWidth()/3; in ImplDrawMenubutton()
3308 ImplDrawMoreIndicator( pThis, aRect, sal_True, !pThis->mbHorz ); in ImplDrawMenubutton()
3873 Rectangle aRect( mpFloatWin->ImplGetItemEdgeClipRect() ); in ImplDrawFloatwinBorder() local
3874 aRect.SetPos( AbsoluteScreenToOutputPixel( aRect.TopLeft() ) ); in ImplDrawFloatwinBorder()
4855 Rectangle aRect( GetItemRect( nItemId ) ); in RequestHelp() local
4856 if( aRect.IsEmpty() ) in RequestHelp()
4859 aHelpPos = OutputToScreenPixel( aRect.Center() ); in RequestHelp()
5521 Rectangle aRect( aPos.X(), aPos.Y(), in StartCustomize() local
5527 pMgr->StartDragging( this, aMousePos, aRect, 0, sal_False, pData ); in StartCustomize()