Home
last modified time | relevance | path

Searched refs:aTmpRect (Results 1 – 25 of 32) sorted by relevance

12

/aoo4110/main/svx/source/svdraw/
H A Dsvdotxdr.cxx93 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 Dsvdobj.cxx1275 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 Dsvdedxv.cxx271 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()
/aoo4110/main/slideshow/source/engine/
H A Dtools.cxx795 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 Dslideview.cxx241 ::basegfx::B2DRange aTmpRect; in getLayerBoundsPixel()
242 ::canvas::tools::calcTransformedRectBounds( aTmpRect, in getLayerBoundsPixel()
246 if( aTmpRect.isEmpty() ) in getLayerBoundsPixel()
252 return ::basegfx::B2IRange( ::basegfx::fround(aTmpRect.getMinX()), in getLayerBoundsPixel()
253 ::basegfx::fround(aTmpRect.getMinY()), in getLayerBoundsPixel()
254 ::basegfx::fround(aTmpRect.getMaxX()) + 1, in getLayerBoundsPixel()
531 basegfx::B2DRectangle aTmpRect; in getTransformation() local
532 canvas::tools::calcTransformedRectBounds( aTmpRect, in getTransformation()
540 if ( ! aTmpRect.isEmpty()) in getTransformation()
542 aMatrix.translate( -basegfx::fround(aTmpRect.getMinX()), in getTransformation()
[all …]
/aoo4110/main/sw/source/core/crsr/
H A Dtrvlfnfl.cxx333 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 Dswcrsr.cxx1831 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()
/aoo4110/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx613 ::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 Dviewbackgroundshape.cxx80 ::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 Dshapeimporter.cxx199 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()
/aoo4110/main/tools/source/generic/
H A Dgen.cxx264 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()
/aoo4110/main/sw/source/core/layout/
H A Dvirtoutp.cxx206 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 Danchoreddrawobject.cxx271 SwRect aTmpRect( GetObjRect() ); in IsOutsidePage() local
273 ( aTmpRect.Intersection( GetPageFrm()->Frm() ) != GetObjRect() ); in IsOutsidePage()
/aoo4110/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx3508 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()
/aoo4110/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx245 awt::Rectangle aTmpRect = getBounds(); in containsPoint() local
246 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint()
H A DAccessibleEditableTextPara.cxx1093 awt::Rectangle aTmpRect = getBounds(); in containsPoint() local
1094 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx702 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()
/aoo4110/main/tools/inc/tools/
H A Dgen.hxx643 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()
/aoo4110/main/sw/source/ui/uiview/
H A Dviewtab.cxx408 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 Dviewport.cxx1302 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()
/aoo4110/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1068 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in getArgs() local
1069aTmpRect = 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 …]
/aoo4110/main/starmath/source/
H A Dnode.cxx1449 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()
/aoo4110/main/sw/source/core/frmedt/
H A Dfefly1.cxx580 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()
/aoo4110/main/sw/source/core/text/
H A Dinftxt.cxx1121 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()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit.cxx708 Rectangle aTmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY ); in ShowCursor() local
709 if ( aTmpRect.Top() != aEditCursor.Top() ) in ShowCursor()
710aTmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY|GETCRSR_ENDOFLINE … in ShowCursor()
711 aEditCursor.Right() = aTmpRect.Left(); in ShowCursor()

Completed in 279 milliseconds

12