Lines Matching refs:pAny

156 			Any* pAny = aGeometryItem.GetPropertyValueByName( sType );  in SetFontWorkShapeTypeState()  local
157 if( pAny ) in SetFontWorkShapeTypeState()
160 if ( *pAny >>= aType ) in SetFontWorkShapeTypeState()
259 Any* pAny = aGeometryItem.GetPropertyValueByName( sTextPath, sTextPath ); in checkForSelectedFontWork() local
260 if( pAny ) in checkForSelectedFontWork()
261 *pAny >>= bFound; in checkForSelectedFontWork()
281 …com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sSameLetterHeigh… in impl_execute() local
282 if( pAny ) in impl_execute()
285 (*pAny) >>= bOn; in impl_execute()
287 (*pAny) <<= bOn; in impl_execute()
392 com::sun::star::uno::Any* pAny = rSourceGeometry.GetPropertyValueByName( sType ); in GetGeometryForCustomShape() local
393 if ( pAny ) in GetGeometryForCustomShape()
396 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
399 pAny = rSourceGeometry.GetPropertyValueByName( sAdjustmentValues ); in GetGeometryForCustomShape()
400 if ( pAny ) in GetGeometryForCustomShape()
403 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
406 pAny = rSourceGeometry.GetPropertyValueByName( sCoordinateOrigin ); in GetGeometryForCustomShape()
407 if ( pAny ) in GetGeometryForCustomShape()
410 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
413 pAny = rSourceGeometry.GetPropertyValueByName( sCoordinateSize ); in GetGeometryForCustomShape()
414 if ( pAny ) in GetGeometryForCustomShape()
417 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
420 pAny = rSourceGeometry.GetPropertyValueByName( sEquations ); in GetGeometryForCustomShape()
421 if ( pAny ) in GetGeometryForCustomShape()
424 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
427 pAny = rSourceGeometry.GetPropertyValueByName( sHandles ); in GetGeometryForCustomShape()
428 if ( pAny ) in GetGeometryForCustomShape()
431 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
434 pAny = rSourceGeometry.GetPropertyValueByName( sPath ); in GetGeometryForCustomShape()
435 if ( pAny ) in GetGeometryForCustomShape()
438 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()