Lines Matching refs:rVal
500 sal_Bool XColorItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue() argument
502 rVal <<= (sal_Int32)GetColorValue().GetRGBColor(); in QueryValue()
506 sal_Bool XColorItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
509 rVal >>= nValue; in PutValue()
625 sal_Bool XLineStyleItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue() argument
628 rVal <<= eLS; in QueryValue()
632 sal_Bool XLineStyleItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
635 if(!(rVal >>= eLS )) in PutValue()
639 if(!(rVal >>= nLS)) in PutValue()
1120 sal_Bool XLineDashItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1147 rVal = uno::makeAny( aPropSeq ); in QueryValue()
1155 rVal <<= aApiName; in QueryValue()
1172 rVal <<= aLineDash; in QueryValue()
1179 rVal <<= (::com::sun::star::drawing::DashStyle)((sal_Int16)rXD.GetDashStyle()); in QueryValue()
1186 rVal <<= rXD.GetDots(); in QueryValue()
1193 rVal <<= rXD.GetDotLen(); in QueryValue()
1200 rVal <<= rXD.GetDashes(); in QueryValue()
1207 rVal <<= rXD.GetDashLen(); in QueryValue()
1214 rVal <<= rXD.GetDistance(); in QueryValue()
1224 sal_Bool XLineDashItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1238 if ( rVal >>= aPropSeq ) in PutValue()
1278 if (!(rVal >>= aName)) in PutValue()
1287 if(!(rVal >>= aLineDash)) in PutValue()
1309 if(!(rVal >>= nVal)) in PutValue()
1327 if(!(rVal >>= nVal)) in PutValue()
1348 if(!(rVal >>= nVal)) in PutValue()
1489 sal_Bool XLineWidthItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1495 rVal <<= nValue; in QueryValue()
1499 sal_Bool XLineWidthItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1502 rVal >>= nValue; in PutValue()
1614 sal_Bool XLineColorItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue() argument
1616 rVal <<= (sal_Int32)GetColorValue().GetRGBColor(); in QueryValue()
1620 sal_Bool XLineColorItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
1623 if(!(rVal >>= nValue)) in PutValue()
1930 sal_Bool XLineStartItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1938 rVal <<= aApiName; in QueryValue()
1944 rVal <<= aBezier; in QueryValue()
1950 sal_Bool XLineStartItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1962 if( rVal.hasValue() && rVal.getValue() ) in PutValue()
1964 …if( rVal.getValueType() != ::getCppuType((const com::sun::star::drawing::PolyPolygonBezierCoords*)… in PutValue()
1967 …yPolygonBezierCoords* pCoords = (com::sun::star::drawing::PolyPolygonBezierCoords*)rVal.getValue(); in PutValue()
2624 sal_Bool XLineEndItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
2632 rVal <<= aApiName; in QueryValue()
2638 rVal <<= aBezier; in QueryValue()
2643 sal_Bool XLineEndItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
2655 if( rVal.hasValue() && rVal.getValue() ) in PutValue()
2657 …if( rVal.getValueType() != ::getCppuType((const com::sun::star::drawing::PolyPolygonBezierCoords*)… in PutValue()
2660 …yPolygonBezierCoords* pCoords = (com::sun::star::drawing::PolyPolygonBezierCoords*)rVal.getValue(); in PutValue()
2766 sal_Bool XLineStartWidthItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/… in QueryValue() argument
2768 rVal <<= (sal_Int32)GetValue(); in QueryValue()
2772 sal_Bool XLineStartWidthItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMember… in PutValue() argument
2775 rVal >>= nValue; in PutValue()
2874 sal_Bool XLineEndWidthItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) … in QueryValue() argument
2876 rVal <<= (sal_Int32)GetValue(); in QueryValue()
2880 sal_Bool XLineEndWidthItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId… in PutValue() argument
2883 rVal >>= nValue; in PutValue()
2980 sal_Bool XLineStartCenterItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*… in QueryValue() argument
2983 rVal.setValue( &bValue, ::getCppuBooleanType() ); in QueryValue()
2987 sal_Bool XLineStartCenterItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMembe… in PutValue() argument
2989 if( !rVal.hasValue() || rVal.getValueType() != ::getCppuBooleanType() ) in PutValue()
2992 SetValue( *(sal_Bool*)rVal.getValue() ); in PutValue()
3088 sal_Bool XLineEndCenterItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/)… in QueryValue() argument
3091 rVal.setValue( &bValue, ::getCppuBooleanType() ); in QueryValue()
3095 sal_Bool XLineEndCenterItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberI… in PutValue() argument
3097 if( !rVal.hasValue() || rVal.getValueType() != ::getCppuBooleanType() ) in PutValue()
3100 SetValue( *(sal_Bool*)rVal.getValue() ); in PutValue()
3232 sal_Bool XFillStyleItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue() argument
3236 rVal <<= eFS; in QueryValue()
3242 sal_Bool XFillStyleItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
3245 if(!(rVal >>= eFS)) in PutValue()
3249 if(!(rVal >>= nFS)) in PutValue()
3366 sal_Bool XFillColorItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue() argument
3368 rVal <<= (sal_Int32)GetColorValue().GetRGBColor(); in QueryValue()
3375 sal_Bool XFillColorItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
3378 if(!(rVal >>= nValue )) in PutValue()
3793 sal_Bool XFillGradientItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) con… in QueryValue() argument
3823 rVal = uno::makeAny( aPropSeq ); in QueryValue()
3843 rVal <<= aGradient2; in QueryValue()
3851 rVal <<= aApiName; in QueryValue()
3855 case MID_GRADIENT_STYLE: rVal <<= (sal_Int16)GetGradientValue().GetGradientStyle(); break; in QueryValue()
3856 …case MID_GRADIENT_STARTCOLOR: rVal <<= (sal_Int32)GetGradientValue().GetStartColor().GetColor(); b… in QueryValue()
3857 …case MID_GRADIENT_ENDCOLOR: rVal <<= (sal_Int32)GetGradientValue().GetEndColor().GetColor(); break; in QueryValue()
3858 case MID_GRADIENT_ANGLE: rVal <<= (sal_Int16)GetGradientValue().GetAngle(); break; in QueryValue()
3859 case MID_GRADIENT_BORDER: rVal <<= GetGradientValue().GetBorder(); break; in QueryValue()
3860 case MID_GRADIENT_XOFFSET: rVal <<= GetGradientValue().GetXOffset(); break; in QueryValue()
3861 case MID_GRADIENT_YOFFSET: rVal <<= GetGradientValue().GetYOffset(); break; in QueryValue()
3862 case MID_GRADIENT_STARTINTENSITY: rVal <<= GetGradientValue().GetStartIntens(); break; in QueryValue()
3863 case MID_GRADIENT_ENDINTENSITY: rVal <<= GetGradientValue().GetEndIntens(); break; in QueryValue()
3864 case MID_GRADIENT_STEPCOUNT: rVal <<= GetGradientValue().GetSteps(); break; in QueryValue()
3873 sal_Bool XFillGradientItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
3887 if ( rVal >>= aPropSeq ) in PutValue()
3928 if (!(rVal >>= aName )) in PutValue()
3937 if(!(rVal >>= aGradient2)) in PutValue()
3961 if(!(rVal >>= nVal )) in PutValue()
3984 if(!(rVal >>= nVal )) in PutValue()
4153 sal_Bool XFillFloatTransparenceItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMembe… in QueryValue() argument
4155 return XFillGradientItem::QueryValue( rVal, nMemberId ); in QueryValue()
4160 sal_Bool XFillFloatTransparenceItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nM… in PutValue() argument
4162 return XFillGradientItem::PutValue( rVal, nMemberId ); in PutValue()
4498 sal_Bool XFillHatchItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
4522 rVal = uno::makeAny( aPropSeq ); in QueryValue()
4534 rVal <<= aUnoHatch; in QueryValue()
4542 rVal <<= aApiName; in QueryValue()
4547 rVal <<= (::com::sun::star::drawing::HatchStyle)aHatch.GetHatchStyle(); break; in QueryValue()
4549 rVal <<= (sal_Int32)aHatch.GetColor().GetColor(); break; in QueryValue()
4551 rVal <<= aHatch.GetDistance(); break; in QueryValue()
4553 rVal <<= aHatch.GetAngle(); break; in QueryValue()
4562 sal_Bool XFillHatchItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
4576 if ( rVal >>= aPropSeq ) in PutValue()
4607 if(!(rVal >>= aUnoHatch)) in PutValue()
4620 if (!(rVal >>= aName )) in PutValue()
4629 if (!(rVal >>= nVal )) in PutValue()
4640 if (!(rVal >>= nVal )) in PutValue()
4772 sal_Bool XFormTextStyleItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue() argument
4774 rVal <<= (sal_Int32)GetValue(); in QueryValue()
4785 sal_Bool XFormTextStyleItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
4788 rVal >>= nValue; in PutValue()
4877 sal_Bool XFormTextAdjustItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue() argument
4879 rVal <<= (sal_Int32)GetValue(); in QueryValue()
4890 sal_Bool XFormTextAdjustItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
4893 rVal >>= nValue; in PutValue()
5239 sal_Bool XFormTextShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue() argument
5241 rVal <<= (sal_Int32)GetValue(); in QueryValue()
5252 sal_Bool XFormTextShadowItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
5255 rVal >>= nValue; in PutValue()