Searched refs:aActionProperties (Results 1 – 1 of 1) sorted by relevance
389 uno::Sequence< beans::PropertyValue > aActionProperties; local390 … if( xEvents->hasByName( msOnAction ) && (xEvents->getByName( msOnAction ) >>= aActionProperties) )392 const beans::PropertyValue* pProperty = aActionProperties.getConstArray();393 const beans::PropertyValue* pPropertyEnd = pProperty + aActionProperties.getLength();
Completed in 25 milliseconds