Lines Matching refs:aAny
502 uno::Any aAny = xPropSet->getPropertyValue( C2U("DefaultControl") ); in AddXControl() local
504 aAny >>= aControlName; in AddXControl()
518 aAny <<= (sal_Int16)1; in AddXControl()
519 xPropSet->setPropertyValue(C2U("BoundColumn"), aAny); in AddXControl()
521 aAny.setValue( &eSet, ::getCppuType((const ListSourceType*)0) ); in AddXControl()
522 xPropSet->setPropertyValue(C2U("ListSourceType"), aAny); in AddXControl()
529 aAny.setValue(&aListSource, ::getCppuType((uno::Sequence<rtl::OUString>*)0)); in AddXControl()
531 xPropSet->setPropertyValue(C2U("ListSource"), aAny); in AddXControl()
540 aAny.setValue(&aValues, ::getCppuType((uno::Sequence<rtl::OUString>*)0)); in AddXControl()
542 xPropSet->setPropertyValue(C2U("StringItemList"), aAny); in AddXControl()
545 aAny.setValue( &bTrue, ::getBooleanCppuType() ); in AddXControl()
546 xPropSet->setPropertyValue( C2U("Dropdown"), aAny ); in AddXControl()