/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxdr.cxx | 93 Rectangle aTmpRect(aRect); in ImpDragCalcRect() local 116 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect() 117 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect() 137 if (bTop) aTmpRect.Top()=aTmpRect.Bottom()-nNeed; in ImpDragCalcRect() 138 if (bBtm) aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect() 142 if (bLft) aTmpRect.Left()=aTmpRect.Right()-nNeed; in ImpDragCalcRect() 143 if (bRgt) aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect() 150 aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect() 156 aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect() 161 ImpJustifyRect(aTmpRect); in ImpDragCalcRect() [all …]
|
H A D | svdobj.cxx | 1275 Rectangle aRect(aTmpRect); in ImpDragCalcRect() 1293 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect() 1294 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect() 1314 if (bTop) aTmpRect.Top()=aTmpRect.Bottom()-nNeed; in ImpDragCalcRect() 1315 if (bBtm) aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect() 1319 if (bLft) aTmpRect.Left()=aTmpRect.Right()-nNeed; in ImpDragCalcRect() 1320 if (bRgt) aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect() 1327 aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect() 1333 aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect() 1337 aTmpRect.Justify(); in ImpDragCalcRect() [all …]
|
H A D | svdedxv.cxx | 271 Rectangle aTmpRect(aOldArea); in ModelHasChanged() local 274 aTmpRect.Left()-=aMore.Width(); in ModelHasChanged() 275 aTmpRect.Right()+=aMore.Width(); in ModelHasChanged() 276 aTmpRect.Top()-=aMore.Height(); in ModelHasChanged() 277 aTmpRect.Bottom()+=aMore.Height(); in ModelHasChanged() 278 InvalidateOneWin(*pWin,aTmpRect); in ModelHasChanged()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | tools.cxx | 795 awt::Rectangle aTmpRect; in getAPIShapeBounds() local 797 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BoundRect") ) ) >>= aTmpRect) ) in getAPIShapeBounds() 803 return ::basegfx::B2DRectangle( aTmpRect.X, in getAPIShapeBounds() 804 aTmpRect.Y, in getAPIShapeBounds() 805 aTmpRect.X+aTmpRect.Width, in getAPIShapeBounds() 806 aTmpRect.Y+aTmpRect.Height ); in getAPIShapeBounds() 836 basegfx::B2DRange aTmpRect; in getSlideSizePixel() local 837 canvas::tools::calcTransformedRectBounds( aTmpRect, in getSlideSizePixel() 845 basegfx::fround( aTmpRect.getRange().getX() ) + 1, in getSlideSizePixel() 846 basegfx::fround( aTmpRect.getRange().getY() ) + 1 ); in getSlideSizePixel()
|
H A D | slideview.cxx | 242 ::basegfx::B2DRange aTmpRect; in getLayerBoundsPixel() 243 ::canvas::tools::calcTransformedRectBounds( aTmpRect, in getLayerBoundsPixel() 247 if( aTmpRect.isEmpty() ) in getLayerBoundsPixel() 253 return ::basegfx::B2IRange( ::basegfx::fround(aTmpRect.getMinX()), in getLayerBoundsPixel() 254 ::basegfx::fround(aTmpRect.getMinY()), in getLayerBoundsPixel() 255 ::basegfx::fround(aTmpRect.getMaxX()) + 1, in getLayerBoundsPixel() 532 basegfx::B2DRectangle aTmpRect; in getTransformation() local 533 canvas::tools::calcTransformedRectBounds( aTmpRect, in getTransformation() 541 if ( ! aTmpRect.isEmpty()) in getTransformation() 543 aMatrix.translate( -basegfx::fround(aTmpRect.getMinX()), in getTransformation() [all …]
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | trvlfnfl.cxx | 333 SwRect aTmpRect( aCharRect ); in GotoFlyAnchor() local 334 if( !pFrm->Frm().IsInside( aTmpRect )) in GotoFlyAnchor() 335 aTmpRect = pFrm->Frm(); in GotoFlyAnchor() 336 Point aPt( aTmpRect.Left(), aTmpRect.Top() + in GotoFlyAnchor() 337 ( aTmpRect.Bottom() - aTmpRect.Top() ) / 2 ); in GotoFlyAnchor()
|
H A D | swcrsr.cxx | 1831 SwRect aTmpRect; in UpDown() local 1832 pFrm->GetCharRect( aTmpRect, *GetPoint() ); in UpDown() 1833 aPt = aTmpRect.Pos(); in UpDown() 1884 SwRect aTmpRect; in UpDown() local 1885 pFrm->GetCharRect( aTmpRect, *GetPoint(), &eTmpState ); in UpDown() 1888 aPt.X() = aTmpRect.Center().X(); in UpDown() 1894 aPt.Y() = aTmpRect.Center().Y(); in UpDown()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | viewshape.cxx | 613 ::basegfx::B2DRectangle aTmpRect; in render() 614 ::canvas::tools::calcTransformedRectBounds( aTmpRect, in render() 620 … const ::basegfx::B2ISize aBmpSize( static_cast<sal_Int32>( aTmpRect.getWidth() )+1, in render() 621 … static_cast<sal_Int32>( aTmpRect.getHeight() )+1 ); in render() 672 aAdjustedCanvasTransform.translate( -aTmpRect.getMinX(), in render() 673 -aTmpRect.getMinY() ); in render() 710 aTmpRect.getMinX(), aTmpRect.getMinY())); in render()
|
H A D | viewbackgroundshape.cxx | 80 ::basegfx::B2DRectangle aTmpRect; in prefetch() 81 ::canvas::tools::calcTransformedRectBounds( aTmpRect, in prefetch() 89 ::basegfx::fround( aTmpRect.getRange().getX() + 1), in prefetch() 90 ::basegfx::fround( aTmpRect.getRange().getY() + 1) ); in prefetch()
|
H A D | shapeimporter.cxx | 199 awt::Rectangle const aTmpRect( aTmpRect_.get<awt::Rectangle>() ); in ShapeOfGroup() local 201 maPosOffset = basegfx::B2DPoint( aTmpRect.X - groupPosSize.getMinX(), in ShapeOfGroup() 202 aTmpRect.Y - groupPosSize.getMinY() ); in ShapeOfGroup() 203 mnWidth = aTmpRect.Width; in ShapeOfGroup() 204 mnHeight = aTmpRect.Height; in ShapeOfGroup()
|
/aoo41x/main/tools/source/generic/ |
H A D | gen.cxx | 264 Rectangle aTmpRect( rRect ); in Intersection() local 266 aTmpRect.Justify(); in Intersection() 269 nLeft = Max( nLeft, aTmpRect.nLeft ); in Intersection() 270 nRight = Min( nRight, aTmpRect.nRight ); in Intersection() 271 nTop = Max( nTop, aTmpRect.nTop ); in Intersection() 272 nBottom= Min( nBottom, aTmpRect.nBottom ); in Intersection()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | virtoutp.cxx | 206 Rectangle aTmpRect( pO->LogicToPixel( aTmp.SVRect() ) ); in Enter() local 209 aTmpRect.GetWidth() <= pSh->GetWin()->GetOutputSizePixel().Width() + 2, in Enter() 212 if( !DoesFit( aTmpRect.GetSize() ) ) in Enter() 218 aRect = SwRect( pO->PixelToLogic( aTmpRect ) ); in Enter()
|
H A D | anchoreddrawobject.cxx | 271 SwRect aTmpRect( GetObjRect() ); in IsOutsidePage() local 273 ( aTmpRect.Intersection( GetPageFrm()->Frm() ) != GetObjRect() ); in IsOutsidePage()
|
/aoo41x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 3508 awt::Rectangle aTmpRect = xTopDockingWindow->getPosSize(); in docking() local 3509 ::Rectangle aTopDockRect( aTmpRect.X, aTmpRect.Y, aTmpRect.Width, aTmpRect.Height ); in docking() 3512 aTmpRect = xBottomDockingWindow->getPosSize(); in docking() 3513 …::Rectangle aBottomDockRect( aTmpRect.X, aTmpRect.Y, ( aTmpRect.X + aTmpRect.Width), ( aTmpRect.Y … in docking() 3516 aTmpRect = xLeftDockingWindow->getPosSize(); in docking() 3517 …::Rectangle aLeftDockRect( aTmpRect.X, aTmpRect.Y, ( aTmpRect.X + aTmpRect.Width ), ( aTmpRect.Y +… in docking() 3520 aTmpRect = xRightDockingWindow->getPosSize(); in docking() 3521 …::Rectangle aRightDockRect( aTmpRect.X, aTmpRect.Y, ( aTmpRect.X + aTmpRect.Width ), ( aTmpRect.Y … in docking() 3670 awt::Rectangle aTmpRect = xWindow->getPosSize(); in endDocking() local 3671 rUIElement.m_aFloatingData.m_aPos = ::Point( aTmpRect.X, aTmpRect.Y ); in endDocking()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleImageBullet.cxx | 245 awt::Rectangle aTmpRect = getBounds(); in containsPoint() local 246 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint()
|
H A D | AccessibleEditableTextPara.cxx | 1093 awt::Rectangle aTmpRect = getBounds(); in containsPoint() local 1094 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 702 SalTwoRect aTmpRect( rPosAry ); aTmpRect.mnDestX = aTmpRect.mnDestY = 0; in drawMaskedBitmap() local 707 … static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aFG, m_nScreen, nDepth, aTmpRect, aTmpGC ); in drawMaskedBitmap() 721 … static_cast<const X11SalBitmap&>(rTransBitmap).ImplDraw( aFG, m_nScreen, 1, aTmpRect, aTmpGC ); in drawMaskedBitmap() 731 … static_cast<const X11SalBitmap&>(rTransBitmap).ImplDraw( aBG, m_nScreen, 1, aTmpRect, aTmpGC ); in drawMaskedBitmap()
|
/aoo41x/main/tools/inc/tools/ |
H A D | gen.hxx | 643 Rectangle aTmpRect( *this ); in GetUnion() local 644 return aTmpRect.Union( rRect ); in GetUnion() 649 Rectangle aTmpRect( *this ); in GetIntersection() local 650 return aTmpRect.Intersection( rRect ); in GetIntersection()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 408 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, 0); in ExecTabWin() local 409 aSectRect.Pos() += aTmpRect.Pos(); in ExecTabWin() 521 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, 0); in ExecTabWin() local 522 aSectRect.Pos() += aTmpRect.Pos(); in ExecTabWin() 1159 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, pPt); in StateTabWin() local 1160 aRect.Pos() += aTmpRect.Pos(); in StateTabWin() 1605 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, pPt); in StateTabWin() local 1611 aRect.Pos() += Point(aTmpRect.Left(), aTmpRect.Top()); in StateTabWin() 1618 aRect.Pos() += aTmpRect.Pos(); in StateTabWin()
|
H A D | viewport.cxx | 1302 Rectangle aTmpRect( aVisArea ); in UpdateScrollbars() local 1307 aTmpRect.Move( -aPt.X(), -aPt.Y() ); in UpdateScrollbars() 1317 pVScrollbar->ViewPortChgd( aTmpRect ); in UpdateScrollbars() 1335 pHScrollbar->ViewPortChgd( aTmpRect ); in UpdateScrollbars()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 1068 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in getArgs() local 1069 …aTmpRect = OutputDevice::LogicToLogic( aTmpRect, m_pData->m_pObjectShell->GetMapUnit(), MAP_100TH_… in getArgs() 1072 aRectSeq[0] = aTmpRect.Left(); in getArgs() 1073 aRectSeq[1] = aTmpRect.Top(); in getArgs() 1074 aRectSeq[2] = aTmpRect.Right(); in getArgs() 1075 aRectSeq[3] = aTmpRect.Bottom(); in getArgs() 3529 aTmpRect.SetSize( Size( aSize.Width, aSize.Height ) ); in setVisualAreaSize() 3530 m_pData->m_pObjectShell->SetVisArea( aTmpRect ); in setVisualAreaSize() 3545 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in getVisualAreaSize() local 3557 aTmpRect = OutputDevice::LogicToLogic( aTmpRect, aInternalMapMode, aExternalMapMode ); in getVisualAreaSize() [all …]
|
/aoo41x/main/starmath/source/ |
H A D | node.cxx | 1449 SmRect aTmpRect (rBodyRect); in Arrange() local 1488 aPos = pSubSup->GetRect().AlignTo(aTmpRect, in Arrange() 1501 aPos = pSubSup->GetRect().AlignTo(aTmpRect, in Arrange() 1536 aTmpRect = *this; in Arrange() 1739 SmRect aTmpRect (*GetSubNode(i)); in Arrange() local 1740 Point aPos = aTmpRect.AlignTo(aRefRect, RP_RIGHT, RHA_CENTER, RVA_BASELINE); in Arrange() 1741 aTmpRect.MoveTo(aPos); in Arrange() 1742 aRefRect.ExtendBy(aTmpRect, RCP_XOR); in Arrange()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 580 SwRect aTmpRect; in FindAnchorPos() local 581 pTxtFrm->GetCharRect( aTmpRect, *pPos ); in FindAnchorPos() 582 aRet = aTmpRect.Pos(); in FindAnchorPos() 628 SwRect aTmpRect( aRet, rAbsPos ); in FindAnchorPos() local 629 if( aTmpRect.HasArea() ) in FindAnchorPos() 630 MakeVisible( aTmpRect ); in FindAnchorPos()
|
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 1121 SwRect aTmpRect( aTmp, aSize ); in DrawPostIts() local 1124 GetTxtFrm()->SwitchLTRtoRTL( aTmpRect ); in DrawPostIts() 1127 GetTxtFrm()->SwitchHorizontalToVertical( aTmpRect ); in DrawPostIts() 1129 const Rectangle aRect( aTmpRect.SVRect() ); in DrawPostIts()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 708 Rectangle aTmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY ); in ShowCursor() local 709 if ( aTmpRect.Top() != aEditCursor.Top() ) in ShowCursor() 710 …aTmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY|GETCRSR_ENDOFLINE … in ShowCursor() 711 aEditCursor.Right() = aTmpRect.Left(); in ShowCursor()
|