Lines Matching refs:SdrObjCustomShape
1996 ((SdrObjCustomShape*)mpObj.get())->SaveGeoData( aCustomShapeGeoData ); in getPosition()
2003 bMirroredX = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredX() ); in getPosition()
2004 bMirroredY = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredY() ); in getPosition()
2007 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition()
2107 bMirroredX = ( ((SdrObjCustomShape*)pObject)->IsMirroredX() ); in setPropertyValue()
2108 bMirroredY = ( ((SdrObjCustomShape*)pObject)->IsMirroredY() ); in setPropertyValue()
2115 ((SdrObjCustomShape*)pObject)->MergeDefaultAttributes(0); in setPropertyValue()
2119 bool bNeedsMirrorX = ((SdrObjCustomShape*)pObject)->IsMirroredX() != bMirroredX; in setPropertyValue()
2120 bool bNeedsMirrorY = ((SdrObjCustomShape*)pObject)->IsMirroredY() != bMirroredY; in setPropertyValue()
2137 ((SdrObjCustomShape*)pObject)->SetMirroredX( bMirroredX ? sal_False : sal_True ); in setPropertyValue()
2146 ((SdrObjCustomShape*)pObject)->SetMirroredY( bMirroredY ? sal_False : sal_True ); in setPropertyValue()
2164 double fAngle = static_cast<SdrObjCustomShape*>(mpObj.get())->GetObjectRotation(); in getPropertyValueImpl()
2177 ((SdrObjCustomShape*)mpObj.get())->MergeDefaultAttributes( &rValueType ); in createCustomShapeDefaults()