Lines Matching refs:aPropSeq

1129             uno::Sequence< beans::PropertyValue > aPropSeq( 2 );  in QueryValue()  local
1143 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
1144 aPropSeq[0].Value = uno::makeAny( aApiName ); in QueryValue()
1145 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LineDash" )); in QueryValue()
1146 aPropSeq[1].Value = uno::makeAny( aLineDash ); in QueryValue()
1147 rVal = uno::makeAny( aPropSeq ); in QueryValue()
1233 uno::Sequence< beans::PropertyValue > aPropSeq; in PutValue() local
1238 if ( rVal >>= aPropSeq ) in PutValue()
1240 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue()
1242 if ( aPropSeq[n].Name.equalsAsciiL( "Name", 4 )) in PutValue()
1243 aPropSeq[n].Value >>= aName; in PutValue()
1244 else if ( aPropSeq[n].Name.equalsAsciiL( "LineDash", 8 )) in PutValue()
1246 if ( aPropSeq[n].Value >>= aLineDash ) in PutValue()
3801 uno::Sequence< beans::PropertyValue > aPropSeq( 2 ); in QueryValue() local
3819 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
3820 aPropSeq[0].Value = uno::makeAny( aApiName ); in QueryValue()
3821 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" )); in QueryValue()
3822 aPropSeq[1].Value = uno::makeAny( aGradient2 ); in QueryValue()
3823 rVal = uno::makeAny( aPropSeq ); in QueryValue()
3882 uno::Sequence< beans::PropertyValue > aPropSeq; in PutValue() local
3887 if ( rVal >>= aPropSeq ) in PutValue()
3889 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue()
3891 if ( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
3892 aPropSeq[n].Value >>= aName; in PutValue()
3893 … else if ( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillGradient" ))) in PutValue()
3895 if ( aPropSeq[n].Value >>= aGradient2 ) in PutValue()
4507 uno::Sequence< beans::PropertyValue > aPropSeq( 2 ); in QueryValue() local
4518 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
4519 aPropSeq[0].Value = uno::makeAny( aApiName ); in QueryValue()
4520 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillHatch" )); in QueryValue()
4521 aPropSeq[1].Value = uno::makeAny( aUnoHatch ); in QueryValue()
4522 rVal = uno::makeAny( aPropSeq ); in QueryValue()
4571 uno::Sequence< beans::PropertyValue > aPropSeq; in PutValue() local
4576 if ( rVal >>= aPropSeq ) in PutValue()
4578 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue()
4580 if ( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
4581 aPropSeq[n].Value >>= aName; in PutValue()
4582 … else if ( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillHatch" ))) in PutValue()
4584 if ( aPropSeq[n].Value >>= aUnoHatch ) in PutValue()