Searched refs:aListProp (Results 1 – 1 of 1) sorted by relevance
142 uno::Sequence<beans::NamedValue> aListProp; in execute() local143 if ( namedValues[n].Value >>= aListProp ) in execute()145 for ( sal_Int32 i=aListProp.getLength(); i-- > 0; ) in execute()147 if ( aListProp[ i ].Name.equalsAscii( "updateList" ) ) in execute()149 handleExtensionUpdates( aListProp ); in execute()