Lines Matching refs:aPoint

2388 						Point aPoint( aUnoPoint.X, aUnoPoint.Y );  in setPropertyValueImpl()  local
2393 ForceMetricToItemPoolMetric( aPoint ); in setPropertyValueImpl()
2396 aPoint += mpObj->GetAnchorPos(); in setPropertyValueImpl()
2398 pEdgeObj->SetTailPoint( pProperty->nWID == OWN_ATTR_EDGE_START_POS, aPoint ); in setPropertyValueImpl()
2440 Point aPoint( mpObj->GetAnchorPos() ); in setPropertyValueImpl() local
2441 … aNewPolyPolygon.transform(basegfx::tools::createTranslateB2DHomMatrix(aPoint.X(), aPoint.Y())); in setPropertyValueImpl()
2458 Point aPoint( aUnoPoint.X, aUnoPoint.Y ); in setPropertyValueImpl() local
2461 ForceMetricToItemPoolMetric( aPoint ); in setPropertyValueImpl()
2464 aPoint += mpObj->GetAnchorPos(); in setPropertyValueImpl()
2466 pMeasureObj->NbcSetPoint( aPoint, pProperty->nWID == OWN_ATTR_MEASURE_START_POS ? 0L : 1L ); in setPropertyValueImpl()
2865 Point aPoint( pEdgeObj->GetTailPoint( pProperty->nWID == OWN_ATTR_EDGE_START_POS ) ); in getPropertyValueImpl() local
2867 aPoint -= mpObj->GetAnchorPos(); in getPropertyValueImpl()
2869 ForceMetricTo100th_mm( aPoint ); in getPropertyValueImpl()
2870 awt::Point aUnoPoint( aPoint.X(), aPoint.Y() ); in getPropertyValueImpl()
2886 Point aPoint( mpObj->GetAnchorPos() ); in getPropertyValueImpl() local
2887 aPolyPoly.transform(basegfx::tools::createTranslateB2DHomMatrix(-aPoint.X(), -aPoint.Y())); in getPropertyValueImpl()
2908 Point aPoint( pMeasureObj->GetPoint( pProperty->nWID == OWN_ATTR_MEASURE_START_POS ? 0 : 1 ) ); in getPropertyValueImpl() local
2910 aPoint -= mpObj->GetAnchorPos(); in getPropertyValueImpl()
2913 ForceMetricTo100th_mm( aPoint ); in getPropertyValueImpl()
2915 awt::Point aUnoPoint( aPoint.X(), aPoint.Y() ); in getPropertyValueImpl()