Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/unodraw/
H A Dunoshape.cxx2258 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
2259 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2261 aVclPoint.X() += basegfx::fround(aNewHomogenMatrix.get(0, 2)); in setPropertyValueImpl()
2262 aVclPoint.Y() += basegfx::fround(aNewHomogenMatrix.get(1, 2)); in setPropertyValueImpl()
2285 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
2287 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2289 aNewHomogenMatrix.set(0, 0, aMatrix.Line1.Column1); in setPropertyValueImpl()
2290 aNewHomogenMatrix.set(0, 1, aMatrix.Line1.Column2); in setPropertyValueImpl()
2291 aNewHomogenMatrix.set(0, 2, aMatrix.Line1.Column3); in setPropertyValueImpl()
2292 aNewHomogenMatrix.set(1, 0, aMatrix.Line2.Column1); in setPropertyValueImpl()
[all …]
H A Dunoshap2.cxx1124 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
1126 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1128 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1232 basegfx::B2DHomMatrix aNewHomogenMatrix; in getPropertyValueImpl() local
1235 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()
1485 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
1487 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1489 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1560 basegfx::B2DHomMatrix aNewHomogenMatrix; in getPropertyValueImpl() local
1561 mpObj.get()->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()