Lines Matching refs:pAny

606 …				com::sun::star::uno::Any* pAny = aGeometryItem.GetPropertyValueByName( sPath, sGluePointType );  in SolveSolver()  local
607 if ( pAny ) in SolveSolver()
608 *pAny >>= nGluePointType; in SolveSolver()
613 pAny = aGeometryItem.GetPropertyValueByName( sType ); in SolveSolver()
614 if ( pAny ) in SolveSolver()
615 *pAny >>= sShapeType; in SolveSolver()
664 pAny = aGeometryItem.GetPropertyValueByName( sPath, sSegments ); in SolveSolver()
665 if ( pAny ) in SolveSolver()
667 if ( *pAny >>= aSegments ) in SolveSolver()
720 pAny = aGeometryItem.GetPropertyValueByName( sPath, sCoordinates ); in SolveSolver()
721 if ( pAny ) in SolveSolver()
724 *pAny >>= aCoordinates; in SolveSolver()
734 pAny = aGeometryItem.GetPropertyValueByName( sPath, sGluePoints ); in SolveSolver()
735 if ( pAny ) in SolveSolver()
736 *pAny >>= aGluePoints; in SolveSolver()
2845 const com::sun::star::uno::Any* pAny, aAny; in CheckAndCorrectExcelTextRotation() local
2848 pAny = aGeometryItem.GetPropertyValueByName( sTextRotateAngle ); in CheckAndCorrectExcelTextRotation()
2850 if ( pAny ) in CheckAndCorrectExcelTextRotation()
2851 *pAny >>= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()
4620 …const uno::Any* pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath,… in ImportShape() local
4623 if ( pAny && ( *pAny >>= seqCoordinates ) && ( seqCoordinates.getLength() >= 4 ) ) in ImportShape()
4656pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sAdjustmentValues ); in ImportShape()
4657 if ( pAny && ( *pAny >>= seqAdjustmentValues ) && seqAdjustmentValues.getLength() > 1 ) in ImportShape()