/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 433 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 514 Rectangle aTempRect = aRect; in ImplDrawSymbol() local 517 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() 520 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() 521 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 523 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() 527 aTempRect = aRect; in ImplDrawSymbol() 530 pDev->DrawRect( aTempRect ); in ImplDrawSymbol() 534 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 551 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() [all …]
|
H A D | toolbox.cxx | 1285 if ( aTempRect.IsOver( rRect ) ) in FindToolBox() 3531 Region aTempRegion( aTempRect ); in ImplDrawItem() 4861 aTempRect.Left() = aPt.X(); in RequestHelp() 4862 aTempRect.Top() = aPt.Y(); in RequestHelp() 4864 aTempRect.Right() = aPt.X(); in RequestHelp() 4865 aTempRect.Bottom() = aPt.Y(); in RequestHelp() 4909 aTempRect.Left() = aPt.X(); in RequestHelp() 4910 aTempRect.Top() = aPt.Y(); in RequestHelp() 4912 aTempRect.Right() = aPt.X(); in RequestHelp() 4913 aTempRect.Bottom() = aPt.Y(); in RequestHelp() [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 | 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() 2137 Rectangle aTempRect; in ImplDrawFadeIn() local 2139 ImplGetFadeInRect( aTempRect ); in ImplDrawFadeIn() 2154 Erase( aTempRect ); in ImplDrawFadeIn() 2166 Rectangle aTempRect; in ImplDrawFadeOut() local 2168 ImplGetFadeOutRect( aTempRect ); in ImplDrawFadeOut() [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()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 137 RECTL aTempRect; in copyArea() local 167 aTempRect.yBottom = 0; in copyArea() 168 aTempRect.xRight = 0; in copyArea() 169 aTempRect.yTop = 31999; in copyArea() 178 aTempRect.xLeft = 0; in copyArea() 181 aTempRect.yTop = 0; in copyArea() 191 aTempRect.yBottom = 0; in copyArea() 193 aTempRect.yTop = 31999; in copyArea() 202 aTempRect.xLeft = 0; in copyArea() 232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea() [all …]
|
/aoo42x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 271 Rectangle aTempRect(pView->GetAllMarkedRect()); in Construct() local 273 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in Construct() 550 Rectangle aTempRect(pView->GetAllMarkedRect()); in Construct() local 552 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in Construct() 680 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in ActivatePage() 796 Rectangle aTempRect(mpView->GetAllMarkedRect()); in Construct() local 798 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in Construct() 802 Rectangle aTempRect(mpView->GetWorkArea()); in Construct() local 804 …maWorkRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bo… in Construct() 900 …maRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bottom… in FillItemSet() [all …]
|
/aoo42x/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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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() 2993 Rectangle aTempRect = pDoc->GetMMRect( 0,0, 0,0, 0 ); in lcl_SetHidden() local [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|