Home
last modified time | relevance | path

Searched refs:GetSnapRect (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx845 pNew->mnPos = pNew->mpObj->GetSnapRect().Left(); in DECLARE_LIST()
850 pNew->mnPos = (pNew->mpObj->GetSnapRect().Right() + pNew->mpObj->GetSnapRect().Left()) / 2; in DECLARE_LIST()
855 pNew->mnLength = pNew->mpObj->GetSnapRect().GetWidth() + 1; in DECLARE_LIST()
857 pNew->mnPos = (pNew->mpObj->GetSnapRect().Right() + pNew->mpObj->GetSnapRect().Left()) / 2; in DECLARE_LIST()
862 pNew->mnPos = pNew->mpObj->GetSnapRect().Right(); in DECLARE_LIST()
936 pNew->mnPos = pNew->mpObj->GetSnapRect().Top(); in DECLARE_LIST()
941 pNew->mnPos = (pNew->mpObj->GetSnapRect().Bottom() + pNew->mpObj->GetSnapRect().Top()) / 2; in DECLARE_LIST()
948 pNew->mnPos = (pNew->mpObj->GetSnapRect().Bottom() + pNew->mpObj->GetSnapRect().Top()) / 2; in DECLARE_LIST()
953 pNew->mnPos = pNew->mpObj->GetSnapRect().Bottom(); in DECLARE_LIST()
1620 Rectangle aTextBounds = pCustomShape->GetSnapRect(); in ImpDismantleOneObject()
[all …]
H A Dsvdogrp.cxx279 const Rectangle& SdrObjGroup::GetSnapRect() const in GetSnapRect() function in SdrObjGroup
419 Rectangle aOld(GetSnapRect()); in NbcSetSnapRect()
465 Point aRef1(GetSnapRect().Center()); in NbcResize()
554 Rectangle aOld(GetSnapRect()); in SetSnapRect()
619 Point aRef1(GetSnapRect().Center()); in Resize()
768 Point aRelPos0(GetSnapRect().TopLeft()-aAnchor); in NbcSetRelativePos()
775 Point aRelPos0(GetSnapRect().TopLeft()-aAnchor); in SetRelativePos()
H A Dsvdobj.cxx1237 const Rectangle& rR=GetSnapRect(); in GetHdl()
1274 Rectangle aTmpRect(GetSnapRect()); in ImpDragCalcRect()
1379 if(aNewRect != GetSnapRect()) in applySpecialDrag()
1477 Point aRef1(GetSnapRect().Center()); in NbcResize()
1638 return GetSnapRect().TopLeft()-aAnchor; in GetRelativePos()
1681 return GetSnapRect(); in GetLogicRect()
2071 const Rectangle& rSnap=GetSnapRect(); in NbcApplyNotPersistAttr()
2235 const Rectangle& rSnap=GetSnapRect(); in TakeNotPersistAttr()
2315 const Rectangle aR(GetSnapRect()); in GetVertexGluePoint()
2343 aPt-=GetSnapRect().Center(); in GetCornerGluePoint()
[all …]
H A Dsvdedtv1.cxx117 Rectangle aR1(pO->GetSnapRect()); in SetMarkedObjRect()
570 Point aCtr0(pO->GetSnapRect().Center()); in ImpCrookObj()
842 Rectangle aSnapRect2(pObj->GetSnapRect()); in MergeNotPersistAttrFromMarked()
863 aSnapRect=pObj->GetSnapRect(); in MergeNotPersistAttrFromMarked()
1839 Rectangle aObjRect(bBoundRects?pObj->GetCurrentBoundRect():pObj->GetSnapRect()); in AlignMarkedObjects()
1850 …idFrameList* pGFL=pPage->GetGridFrameList(GetSdrPageViewOfMarkedByIndex(0),&(pObj->GetSnapRect())); in AlignMarkedObjects()
1888 Rectangle aObjRect(bBoundRects?pObj->GetCurrentBoundRect():pObj->GetSnapRect()); in AlignMarkedObjects()
H A Dsvdotxtr.cxx64 Rectangle aSR0(GetSnapRect()); in NbcSetSnapRect()
160 Point aRef1(GetSnapRect().Center()); in NbcResize()
284 Polygon aPol(Rect2Poly(aRect.IsEmpty() ? GetSnapRect() : aRect, aGeo)); in NbcShear()
H A Dsvdovirt.cxx465 aSnapRect=rRefObj.GetSnapRect(); in RecalcSnapRect()
469 const Rectangle& SdrVirtObj::GetSnapRect() const in GetSnapRect() function in SdrVirtObj
471 ((SdrVirtObj*)this)->aSnapRect=rRefObj.GetSnapRect(); in GetSnapRect()
H A Dsvdglue.cxx54 Rectangle aSnap(rObj.GetSnapRect()); in GetAbsolutePos()
55 Rectangle aBound(rObj.GetSnapRect()); in GetAbsolutePos()
96 Rectangle aSnap(rObj.GetSnapRect()); in SetAbsolutePos()
H A Dsvdoashp.cxx1710 const Rectangle& SdrObjCustomShape::GetSnapRect() const in GetSnapRect() function in SdrObjCustomShape
1712 return SdrTextObj::GetSnapRect(); in GetSnapRect()
2044 aPt-=GetSnapRect().Center(); in GetVertexGluePoint()
2295 …Point aTop( ( pObj->GetSnapRect().Left() + pObj->GetSnapRect().Right() ) >> 1, pObj->GetSnapRect()… in DragResizeCustomShape()
2301 …Point aLeft( pObj->GetSnapRect().Left(), ( pObj->GetSnapRect().Top() + pObj->GetSnapRect().Bottom(… in DragResizeCustomShape()
2573 Rectangle aObjectRect = GetSnapRect(); in SetVerticalWriting()
H A Dsvdoedge.cxx395 const Rectangle& SdrEdgeObj::GetSnapRect() const in GetSnapRect() function in SdrEdgeObj
402 return SdrTextObj::GetSnapRect(); in GetSnapRect()
412 rRect=GetSnapRect(); in TakeUnrotatedSnapRect()
426 Point aOfs = GetSnapRect().Center(); in GetVertexGluePoint()
615 Rectangle aR(pObj->GetSnapRect()); in ImpCalcEscAngle()
1993 aPt1 = aCon1.pObj->GetSnapRect().Center(); in ImplAddConnectorOverlay()
1996 aPt2 = aCon2.pObj->GetSnapRect().Center(); in ImplAddConnectorOverlay()
2226 const Rectangle aOld(GetSnapRect()); in NbcSetSnapRect()
H A Dsvdundo.cxx452 const Rectangle aSnapRect = pObj->GetSnapRect(); in Undo()
486 if(aSnapRect != pObj->GetSnapRect()) in Undo()
531 const Rectangle aSnapRect = pObj->GetSnapRect(); in Redo()
565 if(aSnapRect != pObj->GetSnapRect()) in Redo()
H A Dgradtrns.cxx54 const Rectangle aObjectSnapRectangle(pObj->GetSnapRect()); in GradToVec()
204 const Rectangle aObjectSnapRectangle(pObj->GetSnapRect()); in VecToGrad()
H A Dsvdorect.cxx551 aPt-=GetSnapRect().Center(); in GetVertexGluePoint()
577 aPt-=GetSnapRect().Center(); in GetCornerGluePoint()
H A Dsvdocapt.cxx663 const Rectangle& SdrCaptionObj::GetSnapRect() const in GetSnapRect() function in SdrCaptionObj
665 return SdrRectObj::GetSnapRect(); in GetSnapRect()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx184 Rectangle aTextBounds = pCustoObj->GetSnapRect(); in ImplForceGroupWithText()
198 pCustoObj->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImplForceGroupWithText()
303 Rectangle aRect( pSdrObjCustomShape->GetSnapRect() ); in REF()
315 pRenderedShape->Shear( pSdrObjCustomShape->GetSnapRect().Center(), nShearWink, nTan, sal_False); in REF()
320 …pRenderedShape->NbcRotate( pSdrObjCustomShape->GetSnapRect().Center(), nRotateAngle, sin( a ), cos… in REF()
384 Rectangle aRect( pSdrObjCustomShape->GetSnapRect() ); in getLineGeometry()
/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx163 SwRect aSnapRect = GetObject().GetSnapRect(); in CalcPosition()
260 SwRect aSnapRect = GetObject().GetSnapRect(); in CalcPosition()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1421 SwRect aObjRect( rObj.GetSnapRect() ); in _Changed()
1433 aObjRect = pGroupObj->GetSnapRect(); in _Changed()
2694 aSnapRect = rRefObj.GetSnapRect(); in RecalcSnapRect()
2698 const Rectangle& SwDrawVirtObj::GetSnapRect() const in GetSnapRect() function in SwDrawVirtObj
2700 ((SwDrawVirtObj*)this)->aSnapRect = rRefObj.GetSnapRect(); in GetSnapRect()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1342 Point aTmp( pObj->GetSnapRect().TopLeft() ); in setPropertyValue()
2241 const Rectangle aMemberObjRect = GetSvxShape()->GetSdrObject()->GetSnapRect(); in getPosition()
2242 const Rectangle aGroupObjRect = pTopGroupObj->GetSnapRect(); in getPosition()
2461 const Rectangle aObjRect = pObj->GetSnapRect(); in _GetAttrPosition()
2556 const Point aTmpObjPos( pObj->GetSnapRect().TopLeft() ); in _ConvertTransformationToLayoutDir()
2707 const Point aTmpObjPos( pObj->GetSnapRect().TopLeft() ); in _ConvertStartOrEndPosToLayoutDir()
2745 const Point aTmpObjPos( pObj->GetSnapRect().TopLeft() ); in _ConvertPolyPolygonBezierToLayoutDir()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx359 aPt -= rSttPt - pObj->GetSnapRect().TopLeft(); in CopyDrawSel()
412 aPos -= rSttPt - pObj->GetSnapRect().TopLeft(); in CopyDrawSel()
935 Rectangle aSnapRect = pNew->GetSnapRect(); in Paste()
1558 const Rectangle &rSnap = pObj->GetSnapRect(); in Paste()
H A Dfeshview.cxx1334 aPos = pStartObj->GetSnapRect().TopLeft(); in GetBestObject()
1605 if( rSdrObj.GetSnapRect().IsEmpty() ) in ImpEndCreate()
1617 Point aTmpPos( rSdrObj.GetSnapRect().TopLeft() ); in ImpEndCreate()
1631 const Rectangle &rBound = rSdrObj.GetSnapRect(); in ImpEndCreate()
2622 const Rectangle &rBound = pObj->GetSnapRect(); in CheckUnboundObjects()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx384 const Rectangle& rSnapRect = pPlaceholder->GetSnapRect(); in createOverlayImage()
419 const Rectangle& rSnapRect = pPlaceholder->GetSnapRect(); in addCustomHandles()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx375 Rectangle aNewSnapRect = GetSnapRect(); in NbcMove()
389 Rectangle aNewSnapRect = GetSnapRect(); in NbcResize()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx551 SetPropsFromRect(GetSnapRect()); in NbcMove()
563 SetPropsFromRect(GetSnapRect()); in NbcResize()
584 SetPropsFromRect(GetSnapRect()); in EndCreate()
/trunk/main/svx/inc/svx/
H A Dsvdoattr.hxx78 virtual const Rectangle& GetSnapRect() const;
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx166 const SwRect aObjRect = _rSdrObj.GetSnapRect(); in SV_IMPL_VARARR_SORT()
207 const SwRect aObjRect = _rSdrObj.GetSnapRect(); in SV_IMPL_VARARR_SORT()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx89 …ppingRect = (_bBoundRects ? pOverlappedObj->GetCurrentBoundRect() : pOverlappedObj->GetSnapRect()); in lcl_getNewRectSize()
697 … Rectangle aObjRect(_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); in collectRectangles()
865 ….GetIntersection(_bBoundRects ? pPreviousObj->GetCurrentBoundRect() : pPreviousObj->GetSnapRect()); in alignMarkedObjects()
882 aObjRect = (_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); in alignMarkedObjects()

Completed in 227 milliseconds

1234