Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/misc/
H A Ddp_update.cxx193 bool bOnlyBundled = true; in onlyBundledExtensions() local
201 bOnlyBundled = containsBundledOnly(seqExt); in onlyBundledExtensions()
202 if (!bOnlyBundled) in onlyBundledExtensions()
211 for (int pos(0), nLen(seqAllExt.getLength()); bOnlyBundled && pos != nLen; ++pos) in onlyBundledExtensions()
213 bOnlyBundled = containsBundledOnly(seqAllExt[pos]); in onlyBundledExtensions()
216 return bOnlyBundled; in onlyBundledExtensions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/misc/
H A Ddp_update.cxx193 bool bOnlyBundled = true; in onlyBundledExtensions() local
201 bOnlyBundled = containsBundledOnly(seqExt); in onlyBundledExtensions()
202 if (!bOnlyBundled) in onlyBundledExtensions()
211 for (int pos(0), nLen(seqAllExt.getLength()); bOnlyBundled && pos != nLen; ++pos) in onlyBundledExtensions()
213 bOnlyBundled = containsBundledOnly(seqAllExt[pos]); in onlyBundledExtensions()
216 return bOnlyBundled; in onlyBundledExtensions()