Lines Matching refs:Rectangle

82     std::map< sal_uInt16, Rectangle >		m_aVisibleItemBoundRects;
498 Rectangle ImplGetItemRect( sal_uInt16 nPos );
511 virtual void Paint( const Rectangle& rRect );
646 Rectangle aSrcRect( Point(0,0), maImage.GetSizePixel() ); in SetImages()
647 Rectangle aDestRect( Point((lastSize - maImage.GetSizePixel().Width())/2, in SetImages()
699 Rectangle ImplGetItemRect( sal_uInt16 nPos );
724 virtual void Paint( const Rectangle& rRect );
745 Rectangle GetMenuBarButtonRectPixel( sal_uInt16 nId );
761 Rectangle aRect( aPt, pThis->GetOutputSizePixel() ); in ImplAddNWFSeparator()
788 …Menu* pMenu, sal_uInt16 nHighlightedItem, const HelpEvent& rHEvt, const Rectangle &rHighlightRect ) in ImplHandleHelpEvent()
811 Rectangle aRect( aPos, Size() ); in ImplHandleHelpEvent()
827 Rectangle aRect( aPos, Size() ); in ImplHandleHelpEvent()
1826 … pWin->Invalidate( Rectangle( Point( nX, 0 ), Size( pData->aSz.Width(), pData->aSz.Height() ) ) ); in EnableItem()
2303 Rectangle aNativeBounds; in ImplGetNativeCheckAndRadioSize()
2304 Rectangle aNativeContent; in ImplGetNativeCheckAndRadioSize()
2306 Rectangle aCtrlRegion( Rectangle( tmp, Size( 100, 15 ) ) ); in ImplGetNativeCheckAndRadioSize()
2520 Rectangle aDispRect( Application::GetScreenPosSizePixel( nScreenNumber ) ); in ImplCalcSize()
2561 Rectangle aNativeBounds; in ImplCalcSize()
2562 Rectangle aNativeContent; in ImplCalcSize()
2564 Rectangle aCtrlRegion( tmp, Size( 100, 15 ) ); in ImplCalcSize()
2594 static void ImplPaintCheckBackground( Window* i_pWindow, const Rectangle& i_rRect, bool i_bHighligh… in ImplPaintCheckBackground()
2600 Rectangle aCtrlRegion( i_rRect ); in ImplPaintCheckBackground()
2712 Rectangle aItemRect( aPos, aSz ); in ImplPaint()
2733Rectangle aOuterCheckRect( Point( aPos.X()+nCheckPos, aPos.Y() ), Size( pData->aSz.Height(), pData… in ImplPaint()
2774 Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in ImplPaint()
2775 … MenupopupValue aVal( nTextPos-GUTTERBORDER, Rectangle( aPos, pData->aSz ) ); in ImplPaint()
2800 Rectangle aRect( aTmpPos, aSymbolSize ); in ImplPaint()
2894Rectangle( aTmpPos2, Size( nFontHeight+nFontHeight/4, pData->aSz.Height() ) ), FRAME_DRAW_GROUP ); in ImplPaint()
2897 Rectangle( aTmpPos, Size( nFontHeight/2, nFontHeight/2 ) ), in ImplPaint()
2914 …mpLayoutData->m_aVisibleItemBoundRects[ n ] = Rectangle( aTopLeft, Size( aOutSz.Width(), pData->aS… in ImplPaint()
2916 mpLayoutData->m_aVisibleItemBoundRects[ n ] = Rectangle( aTopLeft, pData->aSz ); in ImplPaint()
2934 Rectangle aRect( Point( 0, 0 ), Point( aLogoSz.Width()-1, aOutSz.Height() ) ); in ImplPaint()
3119 Rectangle Menu::GetCharacterBounds( sal_uInt16 nItemID, long nIndex ) const in GetCharacterBounds()
3135 …outData && nItemIndex != -1) ? mpLayoutData->GetCharacterBounds( nItemIndex+nIndex ) : Rectangle(); in GetCharacterBounds()
3211 Rectangle Menu::GetBoundingRectangle( sal_uInt16 nPos ) const in GetBoundingRectangle()
3213 Rectangle aRet; in GetBoundingRectangle()
3219 …std::map< sal_uInt16, Rectangle >::const_iterator it = mpLayoutData->m_aVisibleItemBoundRects.find… in GetBoundingRectangle()
3553 Rectangle MenuBar::GetMenuBarButtonRectPixel( sal_uInt16 nId ) in GetMenuBarButtonRectPixel()
3555 …urn pWindow ? static_cast<MenuBarWindow*>(pWindow)->GetMenuBarButtonRectPixel( nId ) : Rectangle(); in GetMenuBarButtonRectPixel()
3651 return Execute( pExecWindow, Rectangle( rPopupPos, rPopupPos ), POPUPMENU_EXECUTE_DOWN ); in Execute()
3654 sal_uInt16 PopupMenu::Execute( Window* pExecWindow, const Rectangle& rRect, sal_uInt16 nFlags ) in Execute()
3677 sal_uInt16 PopupMenu::ImplExecute( Window* pW, const Rectangle& rRect, sal_uLong nPopupModeFlags, M… in ImplExecute()
3706 Rectangle aRect( rRect ); in ImplExecute()
3788 Application::GetBestScreen( Rectangle( aDesktopTL, aRect.GetSize() ) ) in ImplExecute()
4069 Rectangle aInvRect( GetWindowExtentsRelative( GetParent() ) ); in doShutdown()
4102 Rectangle aRect( aPos, aOutSz ); in ImplCalcClipRegion()
4111 …aRegion.Union( Rectangle( Point(), Size( pMenu->pLogo->aBitmap.GetSizePixel().Width(), aOutSz.Heig… in ImplCalcClipRegion()
4314 …sal_uInt16 nRet = pActivePopup->ImplExecute( this, Rectangle( aItemTopLeft, aItemBottomRight ), FL… in IMPL_LINK()
4759Rectangle aItemRect( Point( nX+nOuterSpace, nY ), Size( aSz.Width()-2*nOuterSpace, pData->aSz.Heig… in HighlightItem()
4770 … IntersectClipRegion( Rectangle( Point( nX, nY ), Size( aSz.Width(), pData->aSz.Height() ) ) ); in HighlightItem()
4771Rectangle aCtrlRect( Point( nX, 0 ), Size( aPxSize.Width()-nX, aPxSize.Height() ) ); in HighlightItem()
4825 Rectangle MenuFloatingWindow::ImplGetItemRect( sal_uInt16 nPos ) in ImplGetItemRect()
4828 return Rectangle(); in ImplGetItemRect()
4830 Rectangle aRect; in ImplGetItemRect()
4848 aRect = Rectangle( Point( nX, nY ), Size( aSz.Width(), pData->aSz.Height() ) ); in ImplGetItemRect()
5111 void MenuFloatingWindow::Paint( const Rectangle& ) in Paint() argument
5124 Rectangle( Point( nX, 0 ), aPxSize ), in Paint()
5151 Rectangle aRect( Point( nX, nY ), Size( aOutSz.Width()-nX, nScrollerHeight ) ); in ImplDrawScroller()
5172 Rectangle aHighlightRect( ImplGetItemRect( nHighlightedItem ) ); in RequestHelp()
5442 …pActivePopup->ImplExecute( this, Rectangle( aItemTopLeft, aItemBottomRight ), FLOATWIN_POPUPMODE_D… in ImplCreatePopup()
5630Rectangle aRect = Rectangle( Point( nX, 1 ), Size( pData->aSz.Width(), GetOutputSizePixel().Height… in HighlightItem()
5643 Rectangle aBgRegion( tmp, GetOutputSizePixel() ); in HighlightItem()
5675 Rectangle aCtrlRect( aPt, GetOutputSizePixel() ); in HighlightItem()
5693 Rectangle MenuBarWindow::ImplGetItemRect( sal_uInt16 nPos ) in ImplGetItemRect()
5695 Rectangle aRect; in ImplGetItemRect()
5707 … aRect = Rectangle( Point( nX, 1 ), Size( pData->aSz.Width(), GetOutputSizePixel().Height()-2 ) ); in ImplGetItemRect()
5893 void MenuBarWindow::Paint( const Rectangle& ) in Paint() argument
5908 Rectangle aCtrlRegion( aPt, GetOutputSizePixel() ); in Paint()
5997 Rectangle aHighlightRect( ImplGetItemRect( nHighlightedItem ) ); in RequestHelp()
6132 Rectangle MenuBarWindow::GetMenuBarButtonRectPixel( sal_uInt16 nId ) in GetMenuBarButtonRectPixel()
6134 Rectangle aRect; in GetMenuBarButtonRectPixel()
6140 if( aRect == Rectangle( Point( -1, -1 ), Size( 1, 1 ) ) ) in GetMenuBarButtonRectPixel()
6143 return Rectangle(); in GetMenuBarButtonRectPixel()