Searched refs:seqAllExt (Results 1 – 1 of 1) sorted by relevance
218 const uno::Sequence< uno::Sequence< Reference<deployment::XPackage > > > seqAllExt = in onlyBundledExtensions() local221 for (int pos = seqAllExt.getLength(); pos --; ) in onlyBundledExtensions()223 if (!containsBundledOnly(seqAllExt[pos])) in onlyBundledExtensions()386 …const uno::Sequence< uno::Sequence< Reference<deployment::XPackage > > > seqAllExt = xExtMgr->get… in getOnlineUpdateInfos() local390 for (int pos = seqAllExt.getLength(); pos --; ) in getOnlineUpdateInfos()392 uno::Sequence<Reference<deployment::XPackage> > const & seqExt = seqAllExt[pos]; in getOnlineUpdateInfos()
Completed in 10 milliseconds