Home
last modified time | relevance | path

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

/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx388 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()
[all …]