Home
last modified time | relevance | path

Searched refs:aVclPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2254 Point aVclPoint( aPnt.X, aPnt.Y ); in setPropertyValueImpl() local
2261 aVclPoint.X() += basegfx::fround(aNewHomogenMatrix.get(0, 2)); in setPropertyValueImpl()
2265 ForceMetricToItemPoolMetric(aVclPoint); in setPropertyValueImpl()
2270 aVclPoint += mpObj->GetAnchorPos(); in setPropertyValueImpl()
2273 ((SdrCaptionObj*)mpObj.get())->SetTailPos(aVclPoint); in setPropertyValueImpl()
2701 Point aVclPoint = ((SdrCaptionObj*)mpObj.get())->GetTailPos(); in getPropertyValueImpl() local
2706 aVclPoint -= mpObj->GetAnchorPos(); in getPropertyValueImpl()
2710 ForceMetricTo100th_mm(aVclPoint); in getPropertyValueImpl()
2717 aVclPoint.X() -= basegfx::fround(aNewHomogenMatrix.get(0, 2)); in getPropertyValueImpl()
2718 aVclPoint.Y() -= basegfx::fround(aNewHomogenMatrix.get(1, 2)); in getPropertyValueImpl()
[all …]
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx379 const Point aVclPoint( aPoint.X, aPoint.Y ); in getAccessibleAtPoint() local
385 if( pEntry && pEntry->maRect.IsInside( aVclPoint ) ) in getAccessibleAtPoint()

Completed in 39 milliseconds