Home
last modified time | relevance | path

Searched refs:aDist (Results 1 – 6 of 6) sorted by path

/trunk/main/sc/source/core/data/
H A Dpostit.cxx729 Point aDist = maNoteData.mpCaption->GetTailPos() - pCaption->GetTailPos(); in CreateCaption() local
730 aCaptRect.Move( aDist.X(), aDist.Y() ); in CreateCaption()
/trunk/main/starmath/source/
H A Drect.cxx579 Point aDist (aRef - rPoint); in OrientedDist() local
581 long nAbsX = labs(aDist.X()), in OrientedDist()
582 nAbsY = labs(aDist.Y()); in OrientedDist()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx500 Point aDist(aPos - aR.Center()); in Paste() local
509 ImpCloneAll3DObjectsToDestScene(pSrcScene, pDstScene, aDist); in Paste()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1910 const Point aDist(rDragStat.GetNow() - rDragStat.GetStart()); in applySpecialDrag() local
1911 sal_Int32 nDist(pEdgeHdl->IsHorzDrag() ? aDist.X() : aDist.Y()); in applySpecialDrag()
H A Dsvdxcgv.cxx360 Point aDist(aPos-aR.Center()); in Paste() local
361 Size aSiz(aDist.X(),aDist.Y()); in Paste()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx1352 SwDistance aDist; in SetAbsPos() local
1353 pFrm = ::lcl_CalcDownDist( aDist, aNew, pCnt ); in SetAbsPos()
1354 nY = aDist.nMain + aDist.nSub; in SetAbsPos()

Completed in 51 milliseconds