Lines Matching refs:aRect

761         Rectangle aRect( aPt, pThis->GetOutputSizePixel() );  in ImplAddNWFSeparator()  local
762 pThis->DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplAddNWFSeparator()
811 Rectangle aRect( aPos, Size() ); in ImplHandleHelpEvent() local
819 Help::ShowQuickHelp( pMenuWindow, aRect, pMenu->GetTipHelpText( nId ) ); in ImplHandleHelpEvent()
827 Rectangle aRect( aPos, Size() ); in ImplHandleHelpEvent() local
831 Help::ShowQuickHelp( pMenuWindow, aRect, pMenu->GetTipHelpText( nId ) ); in ImplHandleHelpEvent()
2800 Rectangle aRect( aTmpPos, aSymbolSize ); in ImplPaint() local
2801 … aDecoView.DrawSymbol( aRect, eSymbol, pWin->GetTextColor(), nSymbolStyle ); in ImplPaint()
2934 Rectangle aRect( Point( 0, 0 ), Point( aLogoSz.Width()-1, aOutSz.Height() ) ); in ImplPaint() local
2940 pWin->DrawGradient( aRect, aGrad ); in ImplPaint()
2945 pWin->DrawRect( aRect ); in ImplPaint()
3706 Rectangle aRect( rRect ); in ImplExecute() local
3707 aRect.SetPos( pW->OutputToScreenPixel( aRect.TopLeft() ) ); in ImplExecute()
3786 Point aDesktopTL( pDeskW->OutputToAbsoluteScreenPixel( aRect.TopLeft() ) ); in ImplExecute()
3788 Application::GetBestScreen( Rectangle( aDesktopTL, aRect.GetSize() ) ) in ImplExecute()
3815 …if( pMenu && bRealExecute && pMenu->ShowNativePopupMenu( pWin, aRect, nPopupModeFlags | FLOATWIN_P… in ImplExecute()
3825 pWin->StartPopupMode( aRect, nPopupModeFlags | FLOATWIN_POPUPMODE_GRABFOCUS ); in ImplExecute()
4102 Rectangle aRect( aPos, aOutSz ); in ImplCalcClipRegion() local
4103 aRect.Top() += nScrollerHeight; in ImplCalcClipRegion()
4104 aRect.Bottom() -= nScrollerHeight; in ImplCalcClipRegion()
4107 aRect.Left() += pMenu->pLogo->aBitmap.GetSizePixel().Width(); in ImplCalcClipRegion()
4109 Region aRegion = aRect; in ImplCalcClipRegion()
4830 Rectangle aRect; in ImplGetItemRect() local
4848 aRect = Rectangle( Point( nX, nY ), Size( aSz.Width(), pData->aSz.Height() ) ); in ImplGetItemRect()
4852 aRect.Right() -= nFontHeight + nFontHeight/4; in ImplGetItemRect()
4859 return aRect; in ImplGetItemRect()
5151 Rectangle aRect( Point( nX, nY ), Size( aOutSz.Width()-nX, nScrollerHeight ) ); in ImplDrawScroller() local
5160 …aDecoView.DrawSymbol( aRect, eSymbol, GetSettings().GetStyleSettings().GetButtonTextColor(), nStyl… in ImplDrawScroller()
5630 …Rectangle aRect = Rectangle( Point( nX, 1 ), Size( pData->aSz.Width(), GetOutputSizePixel().Height… in HighlightItem() local
5632 IntersectClipRegion( aRect ); in HighlightItem()
5653 aRect, in HighlightItem()
5662 DrawRect( aRect ); in HighlightItem()
5681 Erase( aRect ); in HighlightItem()
5695 Rectangle aRect; in ImplGetItemRect() local
5707aRect = Rectangle( Point( nX, 1 ), Size( pData->aSz.Width(), GetOutputSizePixel().Height()-2 ) ); in ImplGetItemRect()
5714 return aRect; in ImplGetItemRect()
6134 Rectangle aRect; in GetMenuBarButtonRectPixel() local
6139aRect = pMenu->mpSalMenu->GetMenuBarButtonRectPixel( nId, ImplGetWindowImpl()->mpFrame ); in GetMenuBarButtonRectPixel()
6140 if( aRect == Rectangle( Point( -1, -1 ), Size( 1, 1 ) ) ) in GetMenuBarButtonRectPixel()
6147 if( aRect.IsEmpty() ) in GetMenuBarButtonRectPixel()
6149 aRect = aCloser.GetItemRect( nId ); in GetMenuBarButtonRectPixel()
6151 aRect.Move( aOffset.X(), aOffset.Y() ); in GetMenuBarButtonRectPixel()
6154 return aRect; in GetMenuBarButtonRectPixel()