Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx694 pCustomShapeObj ( pAObj ), in EnhancedCustomShape2d()
726 Point aP( pCustomShapeObj->GetSnapRect().Center() ); in EnhancedCustomShape2d()
727 Size aS( pCustomShapeObj->GetLogicRect().GetSize() ); in EnhancedCustomShape2d()
737 …em = (SdrCustomShapeGeometryItem&)(const SdrCustomShapeGeometryItem&)pCustomShapeObj->GetMergedIte… in EnhancedCustomShape2d()
750 …if ( pCustomShapeObj->ISA( SdrObjCustomShape ) ) // should always be a SdrObjCustomShape, but y… in EnhancedCustomShape2d()
751 … nRotateAngle = (sal_Int32)(((SdrObjCustomShape*)pCustomShapeObj)->GetObjectRotation() * 100.0); in EnhancedCustomShape2d()
753 nRotateAngle = pCustomShapeObj->GetRotateAngle(); in EnhancedCustomShape2d()
1172 const GeoStat aGeoStat( ((SdrObjCustomShape*)pCustomShapeObj)->GetGeoStat() ); in GetHandlePosition()
1217 const GeoStat aGeoStat( ((SdrObjCustomShape*)pCustomShapeObj)->GetGeoStat() ); in SetHandleControllerPosition()
1331 …(const SdrCustomShapeGeometryItem&)pCustomShapeObj->GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY )); in SetHandleControllerPosition()
[all …]
/AOO41X/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx79 SdrObject* pCustomShapeObj; member in EnhancedCustomShape2d