Searched refs:aPropList (Results 1 – 2 of 2) sorted by relevance
468 std::vector< WrappedProperty* > aPropList( createWrappedProperties() ); in getWrappedPropertyMap() local471 …for( std::vector< WrappedProperty* >::const_iterator aIt = aPropList.begin(); aIt!=aPropList.end()… in getWrappedPropertyMap()
928 uno::Sequence< beans::PropertyValue > aPropList(2); in createNotifyJob() local931 aPropList[0] = aProperty; in createNotifyJob()934 aPropList[1] = aProperty; in createNotifyJob()936 xDispatch->dispatch(aURL, aPropList ); in createNotifyJob()
Completed in 22 milliseconds