Lines Matching refs:aAny

441 	::com::sun::star::uno::Any			aAny;  in CreateGradientProperties()
454aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillTransparenceGradient" ) ), sal_False ) ) in CreateGradientProperties()
456 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
480 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" ) ), sal_False ) ) in CreateGradientProperties()
481 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
488 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" ) ), sal_False ) ) in CreateGradientProperties()
490 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
557aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillTransparenceGradient" ) ), sal_False ) ) in CreateGradientProperties()
559 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
593 ::com::sun::star::uno::Any aAny; in CreateFillProperties()
601 aAny, rXPropSet, aPropName, sal_False ) ) in CreateFillProperties()
604 if ( ! ( aAny >>= eFS ) ) in CreateFillProperties()
640 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillColor" ) ), sal_False ) ) in CreateFillProperties()
642 sal_uInt32 nFillColor = ImplGetColor( *((sal_uInt32*)aAny.getValue()) ); in CreateFillProperties()
658 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillTransparence" ) ), sal_True ) ) in CreateFillProperties()
659 ? *((sal_Int16*)aAny.getValue() ) in CreateFillProperties()
672 uno::Any aAny; in CreateTextProperties() local
689 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
690 aAny >>= eWM; in CreateTextProperties()
691 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
692 aAny >>= eVA; in CreateTextProperties()
693 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
694 aAny >>= eHA; in CreateTextProperties()
697 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
698 aAny >>= bWordWrap; in CreateTextProperties()
699 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
700 aAny >>= bAutoGrowSize; in CreateTextProperties()
704 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
705 aAny >>= bAutoGrowWidth; in CreateTextProperties()
713 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
714 aAny >>= nLeft; in CreateTextProperties()
715 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
716 aAny >>= nTop; in CreateTextProperties()
717 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
718 aAny >>= nRight; in CreateTextProperties()
719 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateTextProperties()
720 aAny >>= nBottom; in CreateTextProperties()
877 ::com::sun::star::uno::Any aAny; in GetLineArrow()
879 aAny, rXPropSet, sLine, sal_False ) ) in GetLineArrow()
881 PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aAny ) ); in GetLineArrow()
891 aAny, rXPropSet, sLineName, sal_False ) ) in GetLineArrow()
893 String aArrowStartName = *(::rtl::OUString*)aAny.getValue(); in GetLineArrow()
973 ::com::sun::star::uno::Any aAny; in CreateLineProperties()
981 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateLineProperties()
984 if ( aAny >>= eCircleKind ) in CreateLineProperties()
1006 …if(EscherPropertyValueHelper::GetPropertyValue(aAny, rXPropSet, String(RTL_CONSTASCII_USTRINGPARAM… in CreateLineProperties()
1010 if(aAny >>= aLineCap) in CreateLineProperties()
1034 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LineStyle" ) ), sal_False ) ) in CreateLineProperties()
1037 if ( aAny >>= eLS ) in CreateLineProperties()
1048 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LineDash" ) ), sal_False ) ) in CreateLineProperties()
1051 …::com::sun::star::drawing::LineDash* pLineDash = (::com::sun::star::drawing::LineDash*)aAny.getVal… in CreateLineProperties()
1104 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LineColor" ) ), sal_False ) ) in CreateLineProperties()
1106 sal_uInt32 nLineColor = ImplGetColor( *((sal_uInt32*)aAny.getValue()) ); in CreateLineProperties()
1113 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LineWidth" ) ), sal_False ) ) in CreateLineProperties()
1114 ? *((sal_uInt32*)aAny.getValue()) in CreateLineProperties()
1121 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LineJoint" ) ), sal_True ) ) in CreateLineProperties()
1124 if ( aAny >>= eLJ ) in CreateLineProperties()
1146 aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LineTransparence" ) ), sal_True ) ) in CreateLineProperties()
1149 if ( aAny >>= nTransparency ) in CreateLineProperties()
1174 ::com::sun::star::uno::Any aAny; in ImplCreateGraphicAttributes()
1181 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in ImplCreateGraphicAttributes()
1182 aAny >>= eColorMode; in ImplCreateGraphicAttributes()
1183 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in ImplCreateGraphicAttributes()
1184 aAny >>= nLuminance; in ImplCreateGraphicAttributes()
1185 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in ImplCreateGraphicAttributes()
1188 aAny >>= nC; in ImplCreateGraphicAttributes()
1237 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in ImplCreateGraphicAttributes()
1240 if ( aAny >>= aGraphCrop ) in ImplCreateGraphicAttributes()
1275 ::com::sun::star::uno::Any aAny; in CreateShapeProperties()
1277 …EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGPARAM(… in CreateShapeProperties()
1278 if ( aAny >>= bVal ) in CreateShapeProperties()
1283 …EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGPARAM(… in CreateShapeProperties()
1284 if ( aAny >>= bVal ) in CreateShapeProperties()
1328 ::com::sun::star::uno::Any aAny; in CreateGraphicProperties()
1330 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1333 aAny >>= (*pVisArea); in CreateGraphicProperties()
1480 ::com::sun::star::uno::Any aAny; in CreateGraphicProperties()
1482 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, rSource ) ) in CreateGraphicProperties()
1486 …tar::uno::Sequence<sal_uInt8> aSeq = *(::com::sun::star::uno::Sequence<sal_uInt8>*)aAny.getValue(); in CreateGraphicProperties()
1509 if ( ::cppu::extractInterface( xBitmap, aAny ) ) in CreateGraphicProperties()
1512 if ( aAny >>= xBmp ) in CreateGraphicProperties()
1524 aGraphicUrl = *(::rtl::OUString*)aAny.getValue(); in CreateGraphicProperties()
1528 aGraphicUrl = *(::rtl::OUString*)aAny.getValue(); in CreateGraphicProperties()
1534 if ( aAny >>= aHatch ) in CreateGraphicProperties()
1537 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1540 aBackColor = ImplGetColor( *((sal_uInt32*)aAny.getValue()), sal_False ); in CreateGraphicProperties()
1543 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1546 aAny >>= bFillBackground; in CreateGraphicProperties()
1557 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1558 aAny >>= bMirrored; in CreateGraphicProperties()
1562 …if(EscherPropertyValueHelper::GetPropertyValue(aAny, rXPropSet, String(RTL_CONSTASCII_USTRINGPARAM… in CreateGraphicProperties()
1564 aAny >>= nTransparency; in CreateGraphicProperties()
1567 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1569 aAny >>= nRed; in CreateGraphicProperties()
1572 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1574 aAny >>= nGreen; in CreateGraphicProperties()
1577 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1579 aAny >>= nBlue; in CreateGraphicProperties()
1582 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1584 aAny >>= fGamma; in CreateGraphicProperties()
1589 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateGraphicProperties()
1590 aAny >>= eBitmapMode; in CreateGraphicProperties()
1594 nAngle = bRotate && EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1596 ? (sal_uInt16)( ( *((sal_Int32*)aAny.getValue() ) ) + 5 ) / 10 in CreateGraphicProperties()
1715 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1718 aAny >>= nSizeX; in CreateGraphicProperties()
1720 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1723 aAny >>= nSizeY; in CreateGraphicProperties()
1725 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1728 aAny >>= nOffsetX; in CreateGraphicProperties()
1730 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1733 aAny >>= nOffsetY; in CreateGraphicProperties()
1735 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1738 aAny >>= nPosOffsetX; in CreateGraphicProperties()
1740 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
1743 aAny >>= nPosOffsetY; in CreateGraphicProperties()
1818 ::com::sun::star::uno::Any aAny( rXShape->queryInterface( in GetPolyPolygon()
1825 if ( aAny >>= aXPropSet ) in GetPolyPolygon()
1827 …sal_Bool bHasProperty = EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sPolyPolygon… in GetPolyPolygon()
1829 …bHasProperty = EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sPolyPolygon, sal_Tru… in GetPolyPolygon()
1831 … bHasProperty = EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sPolygon, sal_True ); in GetPolyPolygon()
1833 aRetPolyPoly = GetPolyPolygon( aAny ); in GetPolyPolygon()
1979 ::com::sun::star::uno::Any aAny; in CreatePolygonProperties()
1980 bRetValue = EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreatePolygonProperties()
1984 aPolyPolygon = GetPolyPolygon( aAny ); in CreatePolygonProperties()
2278 …::com::sun::star::uno::Any aAny( rXShape->queryInterface( ::getCppuType( (const ::com::sun::star::… in CreateConnectorProperties()
2279 if ( aAny >>= aXPropSet ) in CreateConnectorProperties()
2281 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sEdgeKind, sal_True ) ) in CreateConnectorProperties()
2284 aAny >>= eCt; in CreateConnectorProperties()
2285 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sEdgeStartPoint ) ) in CreateConnectorProperties()
2287 aStartPoint = *(::com::sun::star::awt::Point*)aAny.getValue(); in CreateConnectorProperties()
2288 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sEdgeEndPoint ) ) in CreateConnectorProperties()
2290 aEndPoint = *(::com::sun::star::awt::Point*)aAny.getValue(); in CreateConnectorProperties()
2314 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sEdgeStartConnection ) ) in CreateConnectorProperties()
2315 aAny >>= aShapeA; in CreateConnectorProperties()
2316 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sEdgeEndConnection ) ) in CreateConnectorProperties()
2317 aAny >>= aShapeB; in CreateConnectorProperties()
2355 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sEdgePath ) ) in CreateConnectorProperties()
2357 PolyPolygon aPolyPolygon = GetPolyPolygon( aAny ); in CreateConnectorProperties()
2404 ::com::sun::star::uno::Any aAny; in CreateShadowProperties()
2419 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateShadowProperties()
2422 if ( aAny >>= bHasShadow ) in CreateShadowProperties()
2427 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateShadowProperties()
2429 AddOpt( ESCHER_Prop_shadowColor, ImplGetColor( *((sal_uInt32*)aAny.getValue()) ) ); in CreateShadowProperties()
2430 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateShadowProperties()
2432 AddOpt( ESCHER_Prop_shadowOffsetX, *((sal_Int32*)aAny.getValue()) * 360 ); in CreateShadowProperties()
2433 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateShadowProperties()
2435 AddOpt( ESCHER_Prop_shadowOffsetY, *((sal_Int32*)aAny.getValue()) * 360 ); in CreateShadowProperties()
2436 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateShadowProperties()
2438 …AddOpt( ESCHER_Prop_shadowOpacity, 0x10000 - (((sal_uInt32)*((sal_uInt16*)aAny.getValue())) * 655… in CreateShadowProperties()
3487 uno::Any aAny = aXPropSet->getPropertyValue( sCharFontName ); in CreateCustomShapeProperties() local
3488 aAny >>= aFontName; in CreateCustomShapeProperties()
3494 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateCustomShapeProperties()
3496 if ( aAny >>= nCharScaleWidth ) in CreateCustomShapeProperties()
3505 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateCustomShapeProperties()
3508 if ( aAny >>= fCharHeight ) in CreateCustomShapeProperties()
3514 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateCustomShapeProperties()
3517 if ( aAny >>= nCharKerning ) in CreateCustomShapeProperties()
3526 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateCustomShapeProperties()
3529 if ( aAny >>= eFontSlant ) in CreateCustomShapeProperties()
3538 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateCustomShapeProperties()
3541 if ( aAny >>= fFontWidth ) in CreateCustomShapeProperties()
3551 …if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGP… in CreateCustomShapeProperties()
3556 aAny >>= eHA; in CreateCustomShapeProperties()
4650 ::com::sun::star::uno::Any aAny; in GetConnectorRule()
4668 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, in GetConnectorRule()
4672 (::com::sun::star::drawing::PointSequenceSequence*)aAny.getValue(); in GetConnectorRule()
4711 if ( EscherPropertyValueHelper::GetPropertyValue( aAny, in GetConnectorRule()
4715 (::com::sun::star::drawing::PolyPolygonBezierCoords*)aAny.getValue(); in GetConnectorRule()
4857 sal_Int32 nAngle = ( EscherPropertyValueHelper::GetPropertyValue( aAny, in GetConnectorRule()
4859 ? *((sal_Int32*)aAny.getValue() ) in GetConnectorRule()