Home
last modified time | relevance | path

Searched refs:rListProp (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/extensions/source/update/check/
H A Dupdatecheckjob.cxx94 void handleExtensionUpdates( const uno::Sequence< beans::NamedValue > &rListProp );
168 void UpdateCheckJob::handleExtensionUpdates( const uno::Sequence< beans::NamedValue > &rListProp ) in handleExtensionUpdates() argument
172 getValue< uno::Sequence< uno::Sequence< rtl::OUString > > > ( rListProp, "updateList" ); in handleExtensionUpdates()
173 bool bPrepareOnly = getValue< bool > ( rListProp, "prepareOnly" ); in handleExtensionUpdates()