| /AOO41X/main/vcl/source/window/ |
| H A D | decoview.cxx | 426 Rectangle aTempRect = aRect; in ImplDrawSymbol() local 427 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol() 428 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol() 429 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() 430 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol() 431 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol() 432 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() 433 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 434 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol() 435 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() [all …]
|
| H A D | brdwin.cxx | 117 Rectangle aTempRect = rRect; in ImplDrawBrdWinSymbol() local 118 Window::ImplCalcSymbolRect( aTempRect ); in ImplDrawBrdWinSymbol() 119 aDecoView.DrawSymbol( aTempRect, eSymbol, in ImplDrawBrdWinSymbol() 132 Rectangle aTempRect; in ImplDrawBrdWinSymbolButton() local 145 aTempRect = rRect; in ImplDrawBrdWinSymbolButton() 146 aTempRect.nLeft+=3; in ImplDrawBrdWinSymbolButton() 147 aTempRect.nRight-=4; in ImplDrawBrdWinSymbolButton() 148 aTempRect.nTop+=3; in ImplDrawBrdWinSymbolButton() 149 aTempRect.nBottom-=4; in ImplDrawBrdWinSymbolButton() 154 aTempRect = aDecoView.DrawButton( rRect, nState|BUTTON_DRAW_FLAT ); in ImplDrawBrdWinSymbolButton() [all …]
|
| H A D | toolbox.cxx | 1284 Rectangle aTempRect( aPos, pBox->GetSizePixel() ); in FindToolBox() local 1285 if ( aTempRect.IsOver( rRect ) ) in FindToolBox() 3529 Rectangle aTempRect( pItem->maRect.Left()+1, pItem->maRect.Top()+1, in ImplDrawItem() local 3531 Region aTempRegion( aTempRect ); in ImplDrawItem() 4859 Rectangle aTempRect = GetItemRect( nItemId ); in RequestHelp() local 4860 Point aPt = OutputToScreenPixel( aTempRect.TopLeft() ); in RequestHelp() 4861 aTempRect.Left() = aPt.X(); in RequestHelp() 4862 aTempRect.Top() = aPt.Y(); in RequestHelp() 4863 aPt = OutputToScreenPixel( aTempRect.BottomRight() ); in RequestHelp() 4864 aTempRect.Right() = aPt.X(); in RequestHelp() [all …]
|
| H A D | splitwin.cxx | 1948 Rectangle aTempRect; in ImplDrawAutoHide() local 1949 ImplGetAutoHideRect( aTempRect ); in ImplDrawAutoHide() 1952 Erase( aTempRect ); in ImplDrawAutoHide() 2007 Point aPos( aTempRect.Left()+((aTempRect.GetWidth()-aImageSize.Width())/2), in ImplDrawAutoHide() 2008 aTempRect.Top()+((aTempRect.GetHeight()-aImageSize.Height())/2) ); in ImplDrawAutoHide() 2014 ImplDrawButtonRect( aTempRect, nSize ); in ImplDrawAutoHide() 2137 Rectangle aTempRect; in ImplDrawFadeIn() local 2139 ImplGetFadeInRect( aTempRect ); in ImplDrawFadeIn() 2154 Erase( aTempRect ); in ImplDrawFadeIn() 2156 … ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeIn() [all …]
|
| H A D | status.cxx | 419 Rectangle aTempRect = aTextRect; in ImplDrawText() local 420 aTempRect.SetPos( Point( 0, 0 ) ); in ImplDrawText() 421 …mpImplData->mpVirDev->DrawText( aTempRect, aStr, TEXT_DRAW_LEFT | TEXT_DRAW_TOP | TEXT_DRAW_CLIP |… in ImplDrawText()
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salgdi2.cxx | 137 RECTL aTempRect; in copyArea() local 166 aTempRect.xLeft = -31999; in copyArea() 167 aTempRect.yBottom = 0; in copyArea() 168 aTempRect.xRight = 0; in copyArea() 169 aTempRect.yTop = 31999; in copyArea() 170 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea() 178 aTempRect.xLeft = 0; in copyArea() 179 aTempRect.yBottom = -31999; in copyArea() 180 aTempRect.xRight = 31999; in copyArea() 181 aTempRect.yTop = 0; in copyArea() [all …]
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | transfrm.cxx | 271 Rectangle aTempRect(pView->GetAllMarkedRect()); in Construct() local 272 pView->GetSdrPageView()->LogicToPagePos(aTempRect); in Construct() 273 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in Construct() 550 Rectangle aTempRect(pView->GetAllMarkedRect()); in Construct() local 551 pView->GetSdrPageView()->LogicToPagePos(aTempRect); in Construct() 552 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in Construct() 679 const Rectangle aTempRect(pRectItem->GetValue()); in ActivatePage() local 680 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in ActivatePage() 796 Rectangle aTempRect(mpView->GetAllMarkedRect()); in Construct() local 797 mpView->GetSdrPageView()->LogicToPagePos(aTempRect); in Construct() [all …]
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salgdi2.cxx | 164 RECT aTempRect; in copyArea() local 207 GetClientRect( hWndTopWindow, &aTempRect ); in copyArea() 212 aTempRect.left += aPt2.x; in copyArea() 213 aTempRect.top += aPt2.y; in copyArea() 214 aTempRect.right += aPt2.x; in copyArea() 215 aTempRect.bottom += aPt2.y; in copyArea() 216 IntersectRect( &aTempRect3, &aTempRect3, &aTempRect ); in copyArea() 238 GetWindowRect( hWnd, &aTempRect ); in copyArea() 239 if ( IntersectRect( &aTempRect2, &aSrcRect, &aTempRect ) ) in copyArea() 246 hTempRgn = CreateRectRgnIndirect( &aTempRect ); in copyArea() [all …]
|
| /AOO41X/main/sc/source/ui/cctrl/ |
| H A D | cbuttonw.cxx | 144 Rectangle aTempRect = aPixRect; in ImpDrawArrow() local 151 aTempRect.Left() = aCenter.X() - aSize4.Width(); in ImpDrawArrow() 152 aTempRect.Right() = aCenter.X() + aSize4.Width(); in ImpDrawArrow() 153 aTempRect.Top() = aCenter.Y() - aSize3.Height(); in ImpDrawArrow() 154 aTempRect.Bottom() = aCenter.Y() - 1; in ImpDrawArrow() 156 pOut->DrawRect( aTempRect ); in ImpDrawArrow()
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | TableConnection.cxx | 221 Rectangle aTempRect; in GetBoundingRect() local 225 aTempRect = (*aIter)->GetBoundingRect(); in GetBoundingRect() 229 if( (aTempRect.GetWidth()!=1) && (aTempRect.GetHeight()!=1) ) in GetBoundingRect() 232 aBoundingRect = aTempRect; in GetBoundingRect() 234 aBoundingRect.Union( aTempRect ); in GetBoundingRect()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | scrbar.cxx | 714 Rectangle aTempRect; in ImplDraw() local 740 aTempRect = aDecoView.DrawButton( maBtn1Rect, nStyle ); in ImplDraw() 741 ImplCalcSymbolRect( aTempRect ); in ImplDraw() 759 aDecoView.DrawSymbol( aTempRect, eSymbolType, rStyleSettings.GetButtonTextColor(), nStyle ); in ImplDraw() 767 aTempRect = aDecoView.DrawButton( maBtn2Rect, nStyle ); in ImplDraw() 768 ImplCalcSymbolRect( aTempRect ); in ImplDraw() 786 aDecoView.DrawSymbol( aTempRect, eSymbolType, rStyleSettings.GetButtonTextColor(), nStyle ); in ImplDraw() 798 aTempRect = aDecoView.DrawButton( maThumbRect, nStyle ); in ImplDraw()
|
| H A D | button.cxx | 1244 Rectangle aTempRect( aInRect ); in ImplDrawPushButton() local 1246 ImplDrawPushButtonFrame( this, aTempRect, nButtonStyle ); in ImplDrawPushButton()
|
| /AOO41X/main/svtools/source/control/ |
| H A D | ruler.cxx | 437 Rectangle aTempRect = aRect; in ImplInvertLines() local 439 aTempRect.Bottom() = RULER_OFF-1; in ImplInvertLines() 441 aTempRect.Right() = RULER_OFF-1; in ImplInvertLines() 442 Erase( aTempRect ); in ImplInvertLines() 445 aTempRect.Bottom() = aRect.Bottom(); in ImplInvertLines() 446 aTempRect.Top() = aTempRect.Bottom()-RULER_OFF+1; in ImplInvertLines() 450 aTempRect.Right() = aRect.Right(); in ImplInvertLines() 451 aTempRect.Left() = aTempRect.Right()-RULER_OFF+1; in ImplInvertLines() 453 Erase( aTempRect ); in ImplInvertLines()
|
| H A D | calendar.cxx | 996 Rectangle aTempRect( 1, aTitleRect.Top()+TITLE_BORDERY, in ImplDraw() local 1001 aTempRect.Left() = maPrevRect.Right()+1; in ImplDraw() 1002 aTempRect.Right() = maNextRect.Left()-1; in ImplDraw() 1004 DrawRect( aTempRect ); in ImplDraw()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | printfun.cxx | 1992 Rectangle aTempRect = Rectangle( Point(), aPageSize ); in PrintNotes() local 1995 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintNotes() 1996 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintNotes() 2000 aPageRect.Left() = ( aTempRect.Left() + nLeftMargin ) * 100 / nZoom; in PrintNotes() 2001 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintNotes() 2064 Rectangle aTempRect = Rectangle( Point(), aPageSize ); in PrintPage() local 2067 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintPage() 2068 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintPage() 2072 aPageRect.Left() = ( aTempRect.Left() + nLeftMargin ) * 100 / nZoom; in PrintPage() 2073 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintPage() [all …]
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editview.cxx | 1196 Rectangle aTempRect = PIMPEE->PaMtoEditCursor( aPaM, GETCRSR_TXTONLY ); in ExecuteSpellPopup() local 1197 Point aScreenPos = pImpEditView->GetWindowPos( aTempRect.TopLeft() ); in ExecuteSpellPopup() 1199 … aTempRect = pImpEditView->GetWindow()->LogicToPixel( Rectangle(aScreenPos, aTempRect.GetSize() )); in ExecuteSpellPopup() 1201 …sal_uInt16 nId = aPopupMenu.Execute( pImpEditView->GetWindow(), aTempRect, POPUPMENU_NOMOUSEUPCLOS… in ExecuteSpellPopup()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | imivctl1.cxx | 916 Rectangle aTempRect( aDocPos, Size(1,1)); in MouseButtonDown() local 917 aRect.Union( aTempRect ); in MouseButtonDown()
|