Lines Matching refs:aPropVal_
388 PropertyValue aPropVal_; in GetGeometryForCustomShape() local
393 aPropVal_.Name = sType; in GetGeometryForCustomShape()
394 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
395 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
400 aPropVal_.Name = sAdjustmentValues; in GetGeometryForCustomShape()
401 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
402 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
407 aPropVal_.Name = sCoordinateOrigin; in GetGeometryForCustomShape()
408 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
409 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
414 aPropVal_.Name = sCoordinateSize; in GetGeometryForCustomShape()
415 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
416 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
421 aPropVal_.Name = sEquations; in GetGeometryForCustomShape()
422 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
423 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
428 aPropVal_.Name = sHandles; in GetGeometryForCustomShape()
429 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
430 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
435 aPropVal_.Name = sPath; in GetGeometryForCustomShape()
436 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
437 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()