Lines Matching refs:SetValue

362         aMtrAngle.SetValue(((const SfxInt32Item*)pItem)->GetValue());  in Reset()
638 aMtrAngle.SetValue( ( (const SfxInt32Item*)pItem )->GetValue() ); in Reset()
1040 maMtrWidth.SetValue(static_cast<sal_Int64>(fTmpWidth), meDlgUnit); in Reset()
1052 maMtrHeight.SetValue(static_cast<sal_Int64>(fTmpHeight), meDlgUnit); in Reset()
1473 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1474 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged()
1479 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1480 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged()
1485 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1486 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged()
1491 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1492 maMtrPosY.SetValue( basegfx::fround64(maRange.getCenter().getY()) ); in PointChanged()
1497 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1498 maMtrPosY.SetValue( basegfx::fround64(maRange.getCenter().getY()) ); in PointChanged()
1503 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1504 maMtrPosY.SetValue( basegfx::fround64(maRange.getCenter().getY()) ); in PointChanged()
1509 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1510 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged()
1515 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1516 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged()
1521 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1522 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged()