Searched refs:aBlackList (Results 1 – 3 of 3) sorted by relevance
/trunk/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 432 Sequence< ::rtl::OUString > aBlackList; in initialize() local 433 if ( (aValue.Value >>= aBlackList ) && ( aBlackList.getLength() > 0 )) in initialize() 435 m_aBlackList.resize( aBlackList.getLength() ); in initialize() 436 ::comphelper::sequenceToArray< ::rtl::OUString >( &m_aBlackList[0], aBlackList ); in initialize()
|
/trunk/main/sfx2/source/appl/ |
H A D | appopen.cxx | 731 ::com::sun::star::uno::Sequence< ::rtl::OUString > aBlackList; in OpenDocExec_Impl() 735 pBlackListItem->GetStringList( aBlackList ); in OpenDocExec_Impl() 739 …SFXWB_SHOWVERSIONS, String(), pURLList, aFilter, pSet, &aPath, nDialog, sStandardDir, aBlackList ); in OpenDocExec_Impl()
|
/trunk/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 1489 ::com::sun::star::uno::Sequence< ::rtl::OUString > aBlackList; in GUIStoreModel() 1494 aBlackListIter->second >>= aBlackList; in GUIStoreModel() 1499 …andardName, aSuggestedName, bPreselectPassword, aSuggestedDir, nDialog, sStandardDir, aBlackList ); in GUIStoreModel()
|
Completed in 29 milliseconds