Lines Matching refs:pAny

594 …const Any* pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sAdjustment…  in ApplyShapeAttributes()  local
595 if ( pAny ) in ApplyShapeAttributes()
596 *pAny >>= seqAdjustmentValues; in ApplyShapeAttributes()
617 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sCoordinates ); in ApplyShapeAttributes()
618 if ( pAny ) in ApplyShapeAttributes()
619 *pAny >>= seqCoordinates; in ApplyShapeAttributes()
625 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sGluePoints ); in ApplyShapeAttributes()
626 if ( pAny ) in ApplyShapeAttributes()
627 *pAny >>= seqGluePoints; in ApplyShapeAttributes()
633 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sSegments ); in ApplyShapeAttributes()
634 if ( pAny ) in ApplyShapeAttributes()
635 *pAny >>= seqSegments; in ApplyShapeAttributes()
641 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sStretchX ); in ApplyShapeAttributes()
642 if ( pAny ) in ApplyShapeAttributes()
645 if ( *pAny >>= nStretchX ) in ApplyShapeAttributes()
653 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sStretchY ); in ApplyShapeAttributes()
654 if ( pAny ) in ApplyShapeAttributes()
657 if ( *pAny >>= nStretchY ) in ApplyShapeAttributes()
665 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sTextFrames ); in ApplyShapeAttributes()
666 if ( pAny ) in ApplyShapeAttributes()
667 *pAny >>= seqTextFrames; in ApplyShapeAttributes()
673 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sEquations ); in ApplyShapeAttributes()
674 if ( pAny ) in ApplyShapeAttributes()
675 *pAny >>= seqEquations; in ApplyShapeAttributes()
681 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sHandles ); in ApplyShapeAttributes()
682 if ( pAny ) in ApplyShapeAttributes()
683 *pAny >>= seqHandles; in ApplyShapeAttributes()
738 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in EnhancedCustomShape2d() local
739 if ( pAny ) in EnhancedCustomShape2d()
740 *pAny >>= sShapeType; in EnhancedCustomShape2d()
743 pAny = rGeometryItem.GetPropertyValueByName( sMirroredX ); in EnhancedCustomShape2d()
744 if ( pAny ) in EnhancedCustomShape2d()
745 *pAny >>= bFlipH; in EnhancedCustomShape2d()
746 pAny = rGeometryItem.GetPropertyValueByName( sMirroredY ); in EnhancedCustomShape2d()
747 if ( pAny ) in EnhancedCustomShape2d()
748 *pAny >>= bFlipV; in EnhancedCustomShape2d()
1578 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in CreateSubPath() local
1579 if ( pAny ) in CreateSubPath()
1580 *pAny >>= sShpType; in CreateSubPath()