Lines Matching refs:pAny
154 Any* pAny = aGeometryItem.GetPropertyValueByName( sType ); in SetFontWorkShapeTypeState() local
155 if( pAny ) in SetFontWorkShapeTypeState()
158 if ( *pAny >>= aType ) in SetFontWorkShapeTypeState()
257 Any* pAny = aGeometryItem.GetPropertyValueByName( sTextPath, sTextPath ); in checkForSelectedFontWork() local
258 if( pAny ) in checkForSelectedFontWork()
259 *pAny >>= bFound; in checkForSelectedFontWork()
279 …com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sSameLetterHeigh… in impl_execute() local
280 if( pAny ) in impl_execute()
283 (*pAny) >>= bOn; in impl_execute()
285 (*pAny) <<= bOn; in impl_execute()
390 … com::sun::star::uno::Any* pAny = rSourceGeometry.GetPropertyValueByName( sType ); in GetGeometryForCustomShape() local
391 if ( pAny ) in GetGeometryForCustomShape()
394 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
397 pAny = rSourceGeometry.GetPropertyValueByName( sAdjustmentValues ); in GetGeometryForCustomShape()
398 if ( pAny ) in GetGeometryForCustomShape()
401 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
404 pAny = rSourceGeometry.GetPropertyValueByName( sCoordinateOrigin ); in GetGeometryForCustomShape()
405 if ( pAny ) in GetGeometryForCustomShape()
408 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
411 pAny = rSourceGeometry.GetPropertyValueByName( sCoordinateSize ); in GetGeometryForCustomShape()
412 if ( pAny ) in GetGeometryForCustomShape()
415 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
418 pAny = rSourceGeometry.GetPropertyValueByName( sEquations ); in GetGeometryForCustomShape()
419 if ( pAny ) in GetGeometryForCustomShape()
422 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
425 pAny = rSourceGeometry.GetPropertyValueByName( sHandles ); in GetGeometryForCustomShape()
426 if ( pAny ) in GetGeometryForCustomShape()
429 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
432 pAny = rSourceGeometry.GetPropertyValueByName( sPath ); in GetGeometryForCustomShape()
433 if ( pAny ) in GetGeometryForCustomShape()
436 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()