Lines Matching refs:aPropVal_
396 PropertyValue aPropVal_; in GetGeometryForCustomShape() local
401 aPropVal_.Name = sType; in GetGeometryForCustomShape()
402 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
403 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
408 aPropVal_.Name = sAdjustmentValues; in GetGeometryForCustomShape()
409 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
410 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
415 aPropVal_.Name = sCoordinateOrigin; in GetGeometryForCustomShape()
416 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
417 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
422 aPropVal_.Name = sCoordinateSize; in GetGeometryForCustomShape()
423 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
424 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
429 aPropVal_.Name = sEquations; in GetGeometryForCustomShape()
430 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
431 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
436 aPropVal_.Name = sHandles; in GetGeometryForCustomShape()
437 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
438 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
443 aPropVal_.Name = sPath; in GetGeometryForCustomShape()
444 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
445 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()