Lines Matching refs:rGeometryItem

583 …t32* EnhancedCustomShape2d::ApplyShapeAttributes( const SdrCustomShapeGeometryItem& rGeometryItem )  in ApplyShapeAttributes()  argument
594 …const Any* pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sAdjustment… in ApplyShapeAttributes()
602 …const Any* pViewBox = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sViewBo… in ApplyShapeAttributes()
617 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sCoordinates ); in ApplyShapeAttributes()
625 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sGluePoints ); in ApplyShapeAttributes()
633 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sSegments ); in ApplyShapeAttributes()
641 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sStretchX ); in ApplyShapeAttributes()
653 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sStretchY ); in ApplyShapeAttributes()
665 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sTextFrames ); in ApplyShapeAttributes()
673 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sEquations ); in ApplyShapeAttributes()
681 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sHandles ); in ApplyShapeAttributes()
737 …SdrCustomShapeGeometryItem& rGeometryItem = (SdrCustomShapeGeometryItem&)(const SdrCustomShapeGeom… in EnhancedCustomShape2d() local
738 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in EnhancedCustomShape2d()
743 pAny = rGeometryItem.GetPropertyValueByName( sMirroredX ); in EnhancedCustomShape2d()
746 pAny = rGeometryItem.GetPropertyValueByName( sMirroredY ); in EnhancedCustomShape2d()
755 /*const sal_Int32* pDefData =*/ ApplyShapeAttributes( rGeometryItem ); in EnhancedCustomShape2d()
1577 …SdrCustomShapeGeometryItem& rGeometryItem = (SdrCustomShapeGeometryItem&)(const SdrCustomShapeGeom… in CreateSubPath() local
1578 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in CreateSubPath()
1600 …const Any* pViewBox = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sViewBo… in CreateSubPath()
1610 rGeometryItem.SetPropertyValue( aPropVal ); in CreateSubPath()
1611 pCustomShapeObj->SetMergedItem( rGeometryItem ); in CreateSubPath()