Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/migration/services/
H A Doo3extensionmigration.cxx324 Sequence< OUString > aBlackList; in initialize() local
325 if ( (aValue.Value >>= aBlackList ) && aBlackList.hasElements()) in initialize()
327 m_aBlackList.resize( aBlackList.getLength() ); in initialize()
328 ::comphelper::sequenceToArray< OUString >( m_aBlackList.data(), aBlackList ); in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappopen.cxx651 css::uno::Sequence< OUString > aBlackList; in OpenDocExec_Impl() local
655 pBlackListItem->GetStringList( aBlackList ); in OpenDocExec_Impl()
661 aFilter, pSet, &aPath, nDialog, sStandardDir, aBlackList); in OpenDocExec_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dguisaveas.cxx1513 css::uno::Sequence< OUString > aBlackList; in GUIStoreModel() local
1518 aBlackListIter->second >>= aBlackList; in GUIStoreModel()
1523 …andardName, aSuggestedName, bPreselectPassword, aSuggestedDir, nDialog, sStandardDir, aBlackList ); in GUIStoreModel()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp10294 bool nsContentUtils::IsURIInList(nsIURI* aURI, const nsCString& aBlackList) { argument
10296 nsAutoCString blackListLowerCase(aBlackList);
10298 MOZ_ASSERT(blackListLowerCase.Equals(aBlackList),
10312 if (aBlackList.IsEmpty()) {
10319 nsCCharSeparatedTokenizer tokenizer(aBlackList, ',');