Home
last modified time | relevance | path

Searched refs:GetCurrentBoundRect (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx356 aMMRect.IsInside( pObject->GetCurrentBoundRect() ) ) in HasOLEObjectsInArea()
387 const Rectangle& rRect = pGrafObj->GetCurrentBoundRect(); in StartAnimations()
467 if ( pObject->GetLayer() == SC_LAYER_BACK && pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasBackgroundDraw()
494 if ( pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasAnyDraw()
523 if ( pObject->GetCurrentBoundRect().IsInside(rPos) ) in GetObjectAtPoint()
H A Ddrwlayer.cxx774 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in GetPrintArea()
1285 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in DeleteObjectsInArea()
1344 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in DeleteObjectsInSelection()
1390 Rectangle aObjRect = pOldObject->GetCurrentBoundRect(); in CopyToClip()
1573 Rectangle aObjRect = pOldObject->GetCurrentBoundRect(); in CopyFromClip()
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx133 const Rectangle& SdrVirtObj::GetCurrentBoundRect() const in GetCurrentBoundRect() function in SdrVirtObj
135 ((SdrVirtObj*)this)->aOutRect=rRefObj.GetCurrentBoundRect(); // Hier noch optimieren in GetCurrentBoundRect()
149 aOutRect=rRefObj.GetCurrentBoundRect(); in RecalcBoundRect()
H A Dsvdoedge.cxx385 const Rectangle& SdrEdgeObj::GetCurrentBoundRect() const in GetCurrentBoundRect() function in SdrEdgeObj
392 return SdrTextObj::GetCurrentBoundRect(); in GetCurrentBoundRect()
594 Rectangle aBoundRect0; if (pUserCall!=NULL) aBoundRect0=GetCurrentBoundRect(); in ImpRecalcEdgeTrack()
753 aBoundRect1 = rCon1.pObj->GetCurrentBoundRect(); in ImpCalcEdgeTrack()
776 aBoundRect2 = rCon2.pObj->GetCurrentBoundRect(); in ImpCalcEdgeTrack()
1596 Rectangle aBoundRect0; if (pUserCall!=NULL) aBoundRect0=GetCurrentBoundRect(); in Notify()
2124 Rectangle aObjBound(pObj->GetCurrentBoundRect()); in ImpFindConnector()
2514 Rectangle aBoundRect0; if (pUserCall!=NULL) aBoundRect0=GetCurrentBoundRect(); in setGluePointIndex()
H A Dsvdobj.cxx684 return GetCurrentBoundRect().Center(); in GetRefPoint()
905 const Rectangle& SdrObject::GetCurrentBoundRect() const in GetCurrentBoundRect() function in SdrObject
1135 const Rectangle aR(GetCurrentBoundRect()); in TakeXorPoly()
1784 if (GetCurrentBoundRect()!=aBoundRect0) { in SetOutlinerParaObject()
1808 if (GetCurrentBoundRect()!=aBoundRect0) { in ReformatText()
1917 rGeo.aBoundRect =GetCurrentBoundRect(); in SaveGeoData()
2335 Rectangle aR(GetCurrentBoundRect()); in GetCornerGluePoint()
H A Dsvdmrkv.cxx1578 Rectangle aRect(pObj->GetCurrentBoundRect()); in MarkObj()
1681 Rectangle aRect(pObj->GetCurrentBoundRect()); in CheckSingleSdrObjectHit()
1929 Rectangle aRect(pObj->GetCurrentBoundRect()); in PickMarkedObj()
1971 Rectangle aBR(pObj->GetCurrentBoundRect()); in PickSomething()
2055 Rectangle aR1(pO->GetCurrentBoundRect()); in GetMarkedObjBoundRect()
H A Dsvdedtv2.cxx122 const Rectangle& rBR=pObj->GetCurrentBoundRect(); in MovMarkedToTop()
150 else if (rBR.IsOver(pCmpObj->GetCurrentBoundRect())) in MovMarkedToTop()
210 const Rectangle& rBR=pObj->GetCurrentBoundRect(); in MovMarkedToBtm()
239 else if (rBR.IsOver(pCmpObj->GetCurrentBoundRect())) in MovMarkedToBtm()
H A Dsvdpage.cxx332 aOutRect=pObj->GetCurrentBoundRect(); in RecalcRects()
335 aOutRect.Union(pObj->GetCurrentBoundRect()); in RecalcRects()
376 aOutRect.Union(pObj->GetCurrentBoundRect()); in NbcInsertObject()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx542 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in SetupOutliner()
565 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in UpdateOutliner()
787 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in CreateViewForwarder()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx151 SwRect aRet( pObj->GetCurrentBoundRect() ); in GetBoundRectOfAnchoredObj()
2114 : FindPage( GetMaster()->GetCurrentBoundRect() ); in ChkPage()
2518 const Rectangle& SwDrawVirtObj::GetCurrentBoundRect() const in GetCurrentBoundRect() function in SwDrawVirtObj
2543 return aOutRect.TopLeft() - GetReferencedObj().GetCurrentBoundRect().TopLeft(); in GetOffset()
2561 aOutRect = ReferencedObj().GetCurrentBoundRect() + aOffset; in RecalcBoundRect()
H A Ddflyobj.cxx595 const Rectangle& __EXPORT SwVirtFlyDrawObj::GetCurrentBoundRect() const in GetCurrentBoundRect() function in SwVirtFlyDrawObj
603 return GetCurrentBoundRect(); in GetLastBoundRect()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx89 …Rectangle aOverlappingRect = (_bBoundRects ? pOverlappedObj->GetCurrentBoundRect() : pOverlappedOb… in lcl_getNewRectSize()
697 … Rectangle aObjRect(_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); in collectRectangles()
865 …IntersectRect = aTest.GetIntersection(_bBoundRects ? pPreviousObj->GetCurrentBoundRect() : pPrevio… in alignMarkedObjects()
882 aObjRect = (_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); in alignMarkedObjects()
1132 Rectangle aRect( pObj->GetCurrentBoundRect() ); in BegDragObj()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx130 DragStat().SetActionRect(pPathObj->GetCurrentBoundRect()); in BeginSdrDrag()
277 : SmartHdl( xTag, pPathObj->GetCurrentBoundRect().TopLeft() ) in SdPathHdl()
1025 Rectangle aRect(mpPathObj->GetCurrentBoundRect()); in addCustomHandles()
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx235 Rectangle aPickObjRect(pPickObj->GetCurrentBoundRect()); in InsertGraphic()
237 Rectangle aObjRect(pNewGrafObj->GetCurrentBoundRect()); in InsertGraphic()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx964 InvalidateWindows( SwRect( pObj->GetCurrentBoundRect() ) ); in ChangeOpaque()
1235 ( (SwVirtFlyDrawObj*)pCandidate)->GetCurrentBoundRect().IsInside(rPt) ) in ShouldObjectBeSelected()
1402 aCurPos = pObj->GetCurrentBoundRect().TopLeft(); in GetBestObject()
1424 aCurPos = pTmpObj->GetCurrentBoundRect().TopLeft(); in GetBestObject()
1492 MakeVisible( pBest->GetCurrentBoundRect() ); in GotoObj()
H A Dfecopy.cxx1334 … SdrGrafObj* pGraphicObj = new SdrGrafObj( aGraphic, pOle2Obj->GetCurrentBoundRect() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
1407 Rectangle aOldObjRect( pOldObj->GetCurrentBoundRect() ); in Paste()
1409 Rectangle aNewRect( pNewObj->GetCurrentBoundRect() ); in Paste()
/trunk/main/sw/source/core/inc/
H A Ddflyobj.hxx98 virtual const Rectangle& GetCurrentBoundRect() const;
/trunk/main/svx/inc/svx/
H A Dsvdogrp.hxx72 virtual const Rectangle& GetCurrentBoundRect() const;
H A Dsvdovirt.hxx73 virtual const Rectangle& GetCurrentBoundRect() const;
/trunk/main/sw/source/core/edit/
H A Dedundo.cxx73 pSObj->GetCurrentBoundRect().Center() ); in HandleUndoRedoContext()
/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx155 const Rectangle& rBoundRect = pObj->GetCurrentBoundRect(); in ObjectAreaChanged()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx512 nMin = pSObj->GetCurrentBoundRect().GetWidth(); in lcl_MinMaxNode()
731 nAktWidth = pSObj->GetCurrentBoundRect().GetWidth(); in GetMinMaxSize()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx107 aRect = pObject->GetCurrentBoundRect(); in IMPL_LINK()
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx1362 nTmpH = bVert ? pSdrObj->GetCurrentBoundRect().GetWidth() : in CalcClipRect()
1363 pSdrObj->GetCurrentBoundRect().GetHeight(); in CalcClipRect()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx93 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in FillGraphList()

Completed in 196 milliseconds

1234