Lines Matching refs:SdrObjCustomShape
1997 ((SdrObjCustomShape*)mpObj.get())->SaveGeoData( aCustomShapeGeoData ); in getPosition()
2004 bMirroredX = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredX() ); in getPosition()
2005 bMirroredY = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredY() ); in getPosition()
2008 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition()
2108 bMirroredX = ( ((SdrObjCustomShape*)pObject)->IsMirroredX() ); in setPropertyValue()
2109 bMirroredY = ( ((SdrObjCustomShape*)pObject)->IsMirroredY() ); in setPropertyValue()
2116 ((SdrObjCustomShape*)pObject)->MergeDefaultAttributes(0); in setPropertyValue()
2120 bool bNeedsMirrorX = ((SdrObjCustomShape*)pObject)->IsMirroredX() != bMirroredX; in setPropertyValue()
2121 bool bNeedsMirrorY = ((SdrObjCustomShape*)pObject)->IsMirroredY() != bMirroredY; in setPropertyValue()
2138 ((SdrObjCustomShape*)pObject)->SetMirroredX( bMirroredX ? sal_False : sal_True ); in setPropertyValue()
2147 ((SdrObjCustomShape*)pObject)->SetMirroredY( bMirroredY ? sal_False : sal_True ); in setPropertyValue()
2165 double fAngle = static_cast<SdrObjCustomShape*>(mpObj.get())->GetObjectRotation(); in getPropertyValueImpl()
2178 ((SdrObjCustomShape*)mpObj.get())->MergeDefaultAttributes( &rValueType ); in createCustomShapeDefaults()