Lines Matching refs:SetValue

368 		aMtrAngle.SetValue(((const SfxInt32Item*)pItem)->GetValue());  in Reset()
646 aMtrAngle.SetValue( ( (const SfxInt32Item*)pItem )->GetValue() ); in Reset()
1050 maMtrWidth.SetValue(static_cast<sal_Int64>(fTmpWidth), meDlgUnit); in Reset()
1062 maMtrHeight.SetValue(static_cast<sal_Int64>(fTmpHeight), meDlgUnit); in Reset()
1483 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1484 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged()
1489 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1490 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged()
1495 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1496 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged()
1501 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1502 maMtrPosY.SetValue( basegfx::fround64(maRange.getCenter().getY()) ); in PointChanged()
1507 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1508 maMtrPosY.SetValue( basegfx::fround64(maRange.getCenter().getY()) ); in PointChanged()
1513 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1514 maMtrPosY.SetValue( basegfx::fround64(maRange.getCenter().getY()) ); in PointChanged()
1519 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1520 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged()
1525 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1526 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged()
1531 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1532 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged()