Lines Matching refs:TopLeft

963 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqTextFrames[ i ].TopLeft.First,	  pRecta…  in MergeDefaultAttributes()
964 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqTextFrames[ i ].TopLeft.Second, pRect… in MergeDefaultAttributes()
1460 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqTextFrames2[ i ].TopLeft.First, pRect… in IsDefaultGeometry()
1461 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqTextFrames2[ i ].TopLeft.Second, pRec… in IsDefaultGeometry()
1913 SdrTextObj::NbcRotate( aRect.TopLeft(), -aGeo.nDrehWink, // retrieving the unrotated text object in NbcRotate()
1927 SdrTextObj::NbcRotate( aRect.TopLeft(), nW, // applying text rotation in NbcRotate()
2042 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
2043 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint()
2280 if ( aNewRect.TopLeft()!= pObj->aRect.TopLeft() && in DragResizeCustomShape()
2283 Point aNewPos( aNewRect.TopLeft() ); in DragResizeCustomShape()
2284 if ( pObj->aGeo.nShearWink ) ShearPoint( aNewPos, aOld.TopLeft(), aGeoStat.nTan ); in DragResizeCustomShape()
2285 if ( pObj->aGeo.nDrehWink ) RotatePoint(aNewPos, aOld.TopLeft(), aGeoStat.nSin, aGeoStat.nCos ); in DragResizeCustomShape()
2741 Point aD1(rR.TopLeft()); in AdjustTextFrameWidthAndHeight()
2742 aD1-=aR0.TopLeft(); in AdjustTextFrameWidthAndHeight()
2866 aCenter-=aViewInit.TopLeft(); in TakeTextEditArea()
2970 Point aP( rAnchorRect.TopLeft() ); in TakeTextAnchorRect()
3051 Point aTextPos(aAnkRect.TopLeft()); in TakeTextRect()
3101 RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeTextRect()