Lines Matching refs:aProp
339 beans::PropertyValue aProp; in createInstance() local
340 aProp.Name = rtl::OUString( in createInstance()
342 aProp.Value <<= in createInstance()
346 aArguments[ 0 ] <<= aProp; in createInstance()
417 beans::PropertyValue aProp; in createInstanceWithArguments() local
418 if ( Arguments[ n ] >>= aProp ) in createInstanceWithArguments()
420 if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
424 if ( aProp.Value >>= aPath ) in createInstanceWithArguments()
439 aProp.Value <<= aConfigPath; in createInstanceWithArguments()
442 aNewArgs[ n ] <<= aProp; in createInstanceWithArguments()
455 else if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
459 if ( aProp.Value.getValueType() == getCppuBooleanType() ) in createInstanceWithArguments()
510 beans::PropertyValue aProp; in createInstanceWithArguments() local
511 aProp.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in createInstanceWithArguments()
513 aProp.Value <<= sal_True; in createInstanceWithArguments()
514 aNewArgs[ nLen ] <<= aProp; in createInstanceWithArguments()