Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2247 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
2248 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2250 aVclPoint.X() += basegfx::fround(aNewHomogenMatrix.get(0, 2)); in setPropertyValueImpl()
2251 aVclPoint.Y() += basegfx::fround(aNewHomogenMatrix.get(1, 2)); in setPropertyValueImpl()
2274 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
2276 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2278 aNewHomogenMatrix.set(0, 0, aMatrix.Line1.Column1); in setPropertyValueImpl()
2279 aNewHomogenMatrix.set(0, 1, aMatrix.Line1.Column2); in setPropertyValueImpl()
2280 aNewHomogenMatrix.set(0, 2, aMatrix.Line1.Column3); in setPropertyValueImpl()
2281 aNewHomogenMatrix.set(1, 0, aMatrix.Line2.Column1); in setPropertyValueImpl()
[all …]
H A Dunoshap2.cxx1095 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
1097 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1099 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1203 basegfx::B2DHomMatrix aNewHomogenMatrix; in getPropertyValueImpl() local
1206 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()
1455 basegfx::B2DHomMatrix aNewHomogenMatrix; in setPropertyValueImpl() local
1457 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1459 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1530 basegfx::B2DHomMatrix aNewHomogenMatrix; in getPropertyValueImpl() local
1531 mpObj.get()->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()