/aoo41x/main/starmath/source/ |
H A D | view.cxx | 1090 aOutRect.Top() += 200; in Impl_Print() 1096 Point aPoint(aOutRect.Left() + (aOutRect.GetWidth() - aTitleSize.Width()) / 2, in Impl_Print() 1106 aPoint.X() = aOutRect.Left() + (aOutRect.GetWidth() - aDescSize.Width()) / 2; in Impl_Print() 1131 Point aPoint (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print() 1141 aOutRect.Top() += 100; in Impl_Print() 1142 aOutRect.Left() += 100; in Impl_Print() 1143 aOutRect.Bottom() -= 100; in Impl_Print() 1144 aOutRect.Right() -= 100; in Impl_Print() 1186 Point aPos (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print() 1187 aOutRect.Top() + (aOutRect.GetHeight() - aSize.Height()) / 2); in Impl_Print() [all …]
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 598 return aOutRect; in GetCurrentBoundRect() 622 return aOutRect; in GetSnapRect() 646 return aOutRect; in GetLogicRect() 689 MoveRect( aOutRect, rSiz ); in NbcMove() 692 const SwRect aFlyRect( aOutRect ); in NbcMove() 849 aOutRect.Right() + 1 : in NbcResize() 850 aOutRect.Left(), in NbcResize() 851 aOutRect.Top() ); in NbcResize() 853 Size aSz( aOutRect.Right() - aOutRect.Left() + 1, in NbcResize() 854 aOutRect.Bottom()- aOutRect.Top() + 1 ); in NbcResize() [all …]
|
H A D | dcontact.cxx | 2522 if(aOutRect.IsEmpty()) in GetCurrentBoundRect() 2527 return aOutRect; in GetCurrentBoundRect() 2532 return aOutRect; in GetLastBoundRect() 2539 if(aOutRect == Rectangle()) in GetOffset() 2545 return aOutRect.TopLeft() - GetReferencedObj().GetCurrentBoundRect().TopLeft(); in GetOffset() 2563 aOutRect = ReferencedObj().GetCurrentBoundRect() + aOffset; in RecalcBoundRect()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 380 aOutRect = Rectangle(); in SetBoundRectDirty() 907 if(aOutRect.IsEmpty()) in GetCurrentBoundRect() 912 return aOutRect; in GetCurrentBoundRect() 922 return aOutRect; in GetLastBoundRect() 932 if(aOutRect.IsEmpty()) in RecalcBoundRect() 1043 aOutRect=rObj.aOutRect; in operator =() 1406 aOutRect = aRect1; in BegCreate() 1414 aOutRect.Justify(); in MovCreate() 1430 aOutRect.Justify(); in EndCreate() 1671 return aOutRect; in GetSnapRect() [all …]
|
H A D | svdogrp.cxx | 272 const_cast<SdrObjGroup*>(this)->aOutRect = pSub->GetAllObjBoundRect(); in GetCurrentBoundRect() 275 return aOutRect; in GetCurrentBoundRect() 289 return aOutRect; in GetSnapRect() 366 …const basegfx::B2DRange aRange(aOutRect.Left(), aOutRect.Top(), aOutRect.Right(), aOutRect.Bottom(… in TakeXorPoly() 454 MoveRect(aOutRect,rSiz); in NbcMove() 486 ResizeRect(aOutRect,rRef,xFact,yFact); in NbcResize() 602 MoveRect(aOutRect,rSiz); in Move() 648 ResizeRect(aOutRect,rRef,xFact,yFact); in Resize()
|
H A D | svdovirt.cxx | 135 ((SdrVirtObj*)this)->aOutRect=rRefObj.GetCurrentBoundRect(); // Hier noch optimieren in GetCurrentBoundRect() 136 ((SdrVirtObj*)this)->aOutRect+=aAnchor; in GetCurrentBoundRect() 137 return aOutRect; in GetCurrentBoundRect() 142 ((SdrVirtObj*)this)->aOutRect=rRefObj.GetLastBoundRect(); // Hier noch optimieren in GetLastBoundRect() 143 ((SdrVirtObj*)this)->aOutRect+=aAnchor; in GetLastBoundRect() 144 return aOutRect; in GetLastBoundRect() 149 aOutRect=rRefObj.GetCurrentBoundRect(); in RecalcBoundRect() 150 aOutRect+=aAnchor; in RecalcBoundRect()
|
H A D | svdpage.cxx | 325 aOutRect=Rectangle(); in RecalcRects() 326 aSnapRect=aOutRect; in RecalcRects() 332 aOutRect=pObj->GetCurrentBoundRect(); in RecalcRects() 335 aOutRect.Union(pObj->GetCurrentBoundRect()); in RecalcRects() 376 aOutRect.Union(pObj->GetCurrentBoundRect()); in NbcInsertObject() 673 if (bRectsDirty || aOutRect.IsEmpty()) in GetAllObjBoundRect() 678 return aOutRect; in GetAllObjBoundRect()
|
H A D | svdoedge.cxx | 734 if (!aOutRect.IsEmpty()) { in ImpCalcEdgeTrack() 735 aPt1=aOutRect.TopLeft(); in ImpCalcEdgeTrack() 736 aPt2=aOutRect.BottomRight(); in ImpCalcEdgeTrack() 749 aBoundRect1=aOutRect; in ImpCalcEdgeTrack() 772 aBoundRect2=aOutRect; in ImpCalcEdgeTrack() 2494 return aOutRect.TopLeft(); in GetTailPoint() 2496 return aOutRect.BottomRight(); in GetTailPoint()
|
H A D | svdopage.cxx | 96 aOutRect = rRect; in SdrPageObj()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.cxx | 424 Rectangle aOutRect( aPos, aSize ); in Paint() local 432 rDev.DrawRect(aOutRect); in Paint() 436 rDev.DrawPixel( aOutRect.TopLeft()); in Paint() 437 rDev.DrawPixel( Point(aOutRect.Right(), aOutRect.Top())); in Paint() 438 rDev.DrawPixel( Point(aOutRect.Left(), aOutRect.Bottom())); in Paint() 439 rDev.DrawPixel( Point(aOutRect.Right(), aOutRect.Bottom())); in Paint() 446 aOutRect.nLeft += nHorzBorder; in Paint() 447 aOutRect.nRight -= nHorzBorder; in Paint() 448 aOutRect.nTop += nVertBorder; in Paint() 449 aOutRect.nBottom -= nVertBorder; in Paint() [all …]
|
H A D | CustomAnimationCreateDialog.cxx | 134 Rectangle aOutRect( rUDEvt.GetRect() ); in UserDraw() local 142 pDev->DrawRect(aOutRect); in UserDraw() 146 pDev->DrawPixel( aOutRect.TopLeft()); in UserDraw() 147 pDev->DrawPixel( Point(aOutRect.Right(), aOutRect.Top())); in UserDraw() 148 pDev->DrawPixel( Point(aOutRect.Left(), aOutRect.Bottom())); in UserDraw() 149 pDev->DrawPixel( Point(aOutRect.Right(), aOutRect.Bottom())); in UserDraw() 152 pDev->DrawText (aOutRect, GetEntry(nItem), TEXT_DRAW_CENTER ); in UserDraw()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedfunc.cxx | 56 Rectangle aOutRect( aDefPoint, pWindow->GetOutputSizePixel() ); in IMPL_LINK_INLINE_END() local 57 aOutRect = pWindow->PixelToLogic( aOutRect ); in IMPL_LINK_INLINE_END() 64 if( !aOutRect.IsInside( rPos ) ) in IMPL_LINK_INLINE_END() 66 if( rPos.X() < aOutRect.Left() ) in IMPL_LINK_INLINE_END() 69 if( rPos.X() <= aOutRect.Right() ) in IMPL_LINK_INLINE_END() 72 if( rPos.Y() < aOutRect.Top() ) in IMPL_LINK_INLINE_END() 75 if( rPos.Y() <= aOutRect.Bottom() ) in IMPL_LINK_INLINE_END()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | dlgedfunc.cxx | 96 Rectangle aOutRect( aPos, aOut ); in ForceScroll() local 97 aOutRect = m_pParent->PixelToLogic( aOutRect ); in ForceScroll() 103 if( !aOutRect.IsInside( rPos ) && aWorkArea.IsInside( rPos ) ) in ForceScroll() 108 if( rPos.X() < aOutRect.Left() ) in ForceScroll() 110 else if( rPos.X() <= aOutRect.Right() ) in ForceScroll() 113 if( rPos.Y() < aOutRect.Top() ) in ForceScroll() 115 else if( rPos.Y() <= aOutRect.Bottom() ) in ForceScroll()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 1180 const Rectangle aOutRect (rPrinter.GetPageOffset(), rPrinter.GetOutputSize()); in Print() local 1187 pOutliner->SetPaperSize(aOutRect.GetSize()); in Print() 1192 pOutliner->Draw(&rPrinter, aOutRect); in Print() 1724 Rectangle aOutRect(aPageOfs, rInfo.mpPrinter->GetOutputSize()); in PrepareOutline() local 1725 if( aOutRect.GetWidth() > aOutRect.GetHeight() ) in PrepareOutline() 1730 aOutRect = Rectangle( Point( aPageOfs.Y(), aPageOfs.X() ), in PrepareOutline() 1731 Size( aOutRect.GetHeight(), aOutRect.GetWidth() ) ); in PrepareOutline() 1741 pOutliner->SetPaperSize(aOutRect.GetSize()); in PrepareOutline() 1744 long nPageH = aOutRect.GetHeight(); in PrepareOutline()
|
/aoo41x/main/svtools/source/control/ |
H A D | calendar.cxx | 790 Rectangle aOutRect = maPrevRect; in ImplDrawSpin() local 791 aOutRect.Left() += 3; in ImplDrawSpin() 792 aOutRect.Top() += 3; in ImplDrawSpin() 793 aOutRect.Right() -= 3; in ImplDrawSpin() 794 aOutRect.Bottom() -= 3; in ImplDrawSpin() 795 ImplDrawSpinArrow( this, aOutRect, sal_True ); in ImplDrawSpin() 799 Rectangle aOutRect = maNextRect; in ImplDrawSpin() local 800 aOutRect.Left() += 3; in ImplDrawSpin() 801 aOutRect.Top() += 3; in ImplDrawSpin() 802 aOutRect.Right() -= 3; in ImplDrawSpin() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 658 Rectangle aOutRect( LogicToPixel( rPos ), LogicToPixel( rSize ) ); in DrawTransparent() local 663 aDstRect.Intersection( aOutRect ); in DrawTransparent() 997 const Rectangle aOutRect( aTmpPoint, GetOutputSizePixel() ); in ImplDrawBitmapWallpaper() local 1001 aWorkRect = Rectangle( 0, 0, aOutRect.Right(), aPos.Y() - 1L ); in ImplDrawBitmapWallpaper() 1021 …aWorkRect = Rectangle( aPos.X() + aBmpSize.Width(), aPos.Y(), aOutRect.Right(), aPos.Y() + aBmpSiz… in ImplDrawBitmapWallpaper() 1031 aWorkRect = Rectangle( 0, aPos.Y() + aBmpSize.Height(), aOutRect.Right(), aOutRect.Bottom() ); in ImplDrawBitmapWallpaper()
|
H A D | impanmvw.cxx | 207 Rectangle aOutRect( mpOut->PixelToLogic( Point() ), mpOut->GetOutputSize() ); in ImplDraw() local 210 if( aOutRect.Intersection( Rectangle( maDispPt, maDispSz ) ).IsEmpty() ) in ImplDraw()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | scene3d.cxx | 653 UpperLeft = aOutRect.TopLeft(); in RotateScene() 654 LowerRight = aOutRect.BottomRight(); in RotateScene() 661 Rectangle RectQuelle(aOutRect), RectZiel(aOutRect); in RotateScene()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 602 Rectangle aOutRect( aPt, pOut->GetOutputSizePixel() ); in ImplCreateOutput() local 609 aOutRect.Intersection( pOut->LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplCreateOutput() 612 aOutRect.Intersection( aBmpRect ); in ImplCreateOutput() 614 if( !aOutRect.IsEmpty() ) in ImplCreateOutput() 616 aOutPt = pOut->PixelToLogic( aOutRect.TopLeft() ); in ImplCreateOutput() 617 aOutSz = pOut->PixelToLogic( aOutRect.GetSize() ); in ImplCreateOutput() 618 nStartX = aOutRect.Left() - aBmpRect.Left(); in ImplCreateOutput() 619 nStartY = aOutRect.Top() - aBmpRect.Top(); in ImplCreateOutput() 620 nEndX = aOutRect.Right() - aBmpRect.Left(); in ImplCreateOutput() 621 nEndY = aOutRect.Bottom() - aBmpRect.Top(); in ImplCreateOutput()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 290 Rectangle aOutRect( pOutDev->LogicToPixel( rOutRect ) ); in Draw() local 291 aOutRect = pOutDev->PixelToLogic( aOutRect ); in Draw() 296 aStartPos.X() = aOutRect.Left() - rStartDocPos.X(); in Draw() 297 aStartPos.Y() = aOutRect.Top() - rStartDocPos.Y(); in Draw() 301 aStartPos.X() = aOutRect.Right() + rStartDocPos.Y(); in Draw() 302 aStartPos.Y() = aOutRect.Top() - rStartDocPos.X(); in Draw() 344 Rectangle aClipRect( aOutRect ); in Draw() 356 pImpEditEngine->Paint( pOutDev, aOutRect, aStartPos ); in Draw()
|
/aoo41x/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 569 Rectangle aOutRect; in MouseButtonUp() local 570 if( m_aResizer.SelectRelease( this, rEvt.GetPosPixel(), aOutRect ) ) in MouseButtonUp()
|
/aoo41x/main/soldep/source/ |
H A D | tbox.cxx | 535 if(rOutRect != aOutRect || rInRect != aInRect) in SetDockingRects() 540 aOutRect = rOutRect; in SetDockingRects()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 478 Rectangle aOutRect; member 482 aBmp( rBmp ), aOutRect( rOutRect ), nWinRop( nRop ){}; in BSaveStruct()
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | tbox.hxx | 43 Rectangle aOutRect; member in SoldepToolBox
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drwtxtsh.cxx | 209 Rectangle aOutRect = pOLV->GetOutputArea(); in SetAttrToMarked() local 211 if (aNullRect != aOutRect) in SetAttrToMarked()
|