Home
last modified time | relevance | path

Searched refs:aOutRect (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx598 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 Ddcontact.cxx2520 if(aOutRect.IsEmpty()) in GetCurrentBoundRect()
2525 return aOutRect; in GetCurrentBoundRect()
2530 return aOutRect; in GetLastBoundRect()
2537 if(aOutRect == Rectangle()) in GetOffset()
2543 return aOutRect.TopLeft() - GetReferencedObj().GetCurrentBoundRect().TopLeft(); in GetOffset()
2561 aOutRect = ReferencedObj().GetCurrentBoundRect() + aOffset; in RecalcBoundRect()
/trunk/main/starmath/source/
H A Dview.cxx1093 aOutRect.Top() += 200; in Impl_Print()
1099 Point aPoint(aOutRect.Left() + (aOutRect.GetWidth() - aTitleSize.Width()) / 2, in Impl_Print()
1109 aPoint.X() = aOutRect.Left() + (aOutRect.GetWidth() - aDescSize.Width()) / 2; in Impl_Print()
1134 Point aPoint (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print()
1144 aOutRect.Top() += 100; in Impl_Print()
1145 aOutRect.Left() += 100; in Impl_Print()
1146 aOutRect.Bottom() -= 100; in Impl_Print()
1147 aOutRect.Right() -= 100; in Impl_Print()
1189 Point aPos (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print()
1190 aOutRect.Top() + (aOutRect.GetHeight() - aSize.Height()) / 2); in Impl_Print()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx380 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 Dsvdogrp.cxx272 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 Dsvdovirt.cxx135 ((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 Dsvdpage.cxx325 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 Dsvdoedge.cxx734 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 Dsvdopage.cxx96 aOutRect = rRect; in SdrPageObj()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx424 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 DCustomAnimationCreateDialog.cxx134 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()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx56 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()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx96 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()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1180 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()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx790 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 …]
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx658 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 Dimpanmvw.cxx207 Rectangle aOutRect( mpOut->PixelToLogic( Point() ), mpOut->GetOutputSize() ); in ImplDraw() local
210 if( aOutRect.Intersection( Rectangle( maDispPt, maDispSz ) ).IsEmpty() ) in ImplDraw()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx653 UpperLeft = aOutRect.TopLeft(); in RotateScene()
654 LowerRight = aOutRect.BottomRight(); in RotateScene()
661 Rectangle RectQuelle(aOutRect), RectZiel(aOutRect); in RotateScene()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx602 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()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx290 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()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx569 Rectangle aOutRect; in MouseButtonUp() local
570 if( m_aResizer.SelectRelease( this, rEvt.GetPosPixel(), aOutRect ) ) in MouseButtonUp()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx478 Rectangle aOutRect; member
482 aBmp( rBmp ), aOutRect( rOutRect ), nWinRop( nRop ){}; in BSaveStruct()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx209 Rectangle aOutRect = pOLV->GetOutputArea(); in SetAttrToMarked() local
211 if (aNullRect != aOutRect) in SetAttrToMarked()
/trunk/main/vcl/source/control/
H A Dbutton.cxx382 Rectangle aOutRect( rPos, rSize ); in ImplDrawAlignedImage() local
401 *pSymbolRect = aOutRect; in ImplDrawAlignedImage()
406 DrawControlText( *pDev, aOutRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
408 ImplSetFocusRect( aOutRect ); in ImplDrawAlignedImage()
409 rSize = aOutRect.GetSize(); in ImplDrawAlignedImage()
410 rPos = aOutRect.TopLeft(); in ImplDrawAlignedImage()
/trunk/main/svx/inc/svx/
H A Dsvdomeas.hxx84 …void SetTextDirty() { bTextDirty=sal_True; SetTextSizeDirty(); if (!aOutRect.IsEmpty()) { SetBound… in SetTextDirty()

Completed in 257 milliseconds

12