Lines Matching refs:aRect

1906         Rectangle aRect( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) );  in ImplCalcItem()  local
1907 Rectangle aReg( aRect ); in ImplCalcItem()
1918 aRect = aNativeBounds; in ImplCalcItem()
1919 if( aRect.GetWidth() > nMinWidth ) in ImplCalcItem()
1920 nMinWidth = aRect.GetWidth(); in ImplCalcItem()
1921 if( aRect.GetHeight() > nMinHeight ) in ImplCalcItem()
1922 nMinHeight = aRect.GetHeight(); in ImplCalcItem()
1935 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1936 aReg = aRect; in ImplCalcItem()
1943 aRect = aNativeBounds; in ImplCalcItem()
1944 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1945 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
1947 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1948 aReg = aRect; in ImplCalcItem()
1955 aRect = aNativeBounds; in ImplCalcItem()
1956 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1957 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
1959 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1960 aReg = aRect; in ImplCalcItem()
1967 aRect = aNativeBounds; in ImplCalcItem()
1968 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1969 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
3283 Rectangle aRect( aInnerRect ); in ImplDrawMenubutton() local
3285 aRect.Top() = aRect.Bottom() - aRect.getHeight()/3; in ImplDrawMenubutton()
3287 aRect.Left() = aRect.Right() - aRect.getWidth()/3; in ImplDrawMenubutton()
3290 ImplDrawDropdownArrow( pThis, aRect, sal_True, !pThis->mbHorz ); in ImplDrawMenubutton()
3294 aRect = aInnerRect; in ImplDrawMenubutton()
3296 aRect.Bottom() = aRect.Top() + aRect.getHeight()/3; in ImplDrawMenubutton()
3298 aRect.Right() = aRect.Left() + aRect.getWidth()/3; in ImplDrawMenubutton()
3300 ImplDrawMoreIndicator( pThis, aRect, sal_True, !pThis->mbHorz ); in ImplDrawMenubutton()
3865 Rectangle aRect( mpFloatWin->ImplGetItemEdgeClipRect() ); in ImplDrawFloatwinBorder() local
3866 aRect.SetPos( AbsoluteScreenToOutputPixel( aRect.TopLeft() ) ); in ImplDrawFloatwinBorder()
4847 Rectangle aRect( GetItemRect( nItemId ) ); in RequestHelp() local
4848 if( aRect.IsEmpty() ) in RequestHelp()
4851 aHelpPos = OutputToScreenPixel( aRect.Center() ); in RequestHelp()
5513 Rectangle aRect( aPos.X(), aPos.Y(), in StartCustomize() local
5519 pMgr->StartDragging( this, aMousePos, aRect, 0, sal_False, pData ); in StartCustomize()