Searched refs:aAnchorPoint (Results 1 – 6 of 6) sorted by relevance
532 aNewTopLeft.X() = aAnchorPoint.X(); in RecalcOutputArea()539 aNewTopLeft.X() = aAnchorPoint.X() - aNewSz.Width() / 2; in RecalcOutputArea()546 aNewTopLeft.X() = aAnchorPoint.X() - aNewSz.Width() - 1; in RecalcOutputArea()563 aNewTopLeft.Y() = aAnchorPoint.Y(); in RecalcOutputArea()570 aNewTopLeft.Y() = aAnchorPoint.Y() - aNewSz.Height() / 2; in RecalcOutputArea()577 aNewTopLeft.Y() = aAnchorPoint.Y() - aNewSz.Height() - 1; in RecalcOutputArea()602 aAnchorPoint.X() = aOutArea.Left(); in CalcAnchorPoint()609 aAnchorPoint.X() = aOutArea.Left() + (aOutArea.GetWidth()-1) / 2; in CalcAnchorPoint()616 aAnchorPoint.X() = aOutArea.Right(); in CalcAnchorPoint()628 aAnchorPoint.Y() = aOutArea.Top(); in CalcAnchorPoint()[all …]
244 Point aAnchorPoint; member in ImpEditView
61 void setOwnAnchor( [in] ::com::sun::star::drawing::RectanglePoint aAnchorPoint );69 void setLabelAnchor( [in] ::com::sun::star::drawing::RectanglePoint aAnchorPoint );
251 Point aPos(aAnchorPoint); in AddCustomHdl()857 aAnchorPoint = pAnch->GetFrmAnchorPos( ::HasWrap( pObj ) ); in CalcAnchor()882 pHdl->SetPos(aAnchorPoint); in ShowDragAnchor()
1957 Point aAnchorPoint( FRound(P3x), FRound(P3y) ); in Impl_addQuadBezier() local1961 _Int16(aAnchorPoint.X() - aControlPoint.X()),_Int16(aAnchorPoint.Y() - aControlPoint.Y()) ); in Impl_addQuadBezier()1962 rLastPoint = aAnchorPoint; in Impl_addQuadBezier()
39 Point aAnchorPoint; //Ankerposition member in SwDrawView
Completed in 45 milliseconds