Searched refs:xSourceLibraries (Results 1 – 1 of 1) sorted by relevance
1482 Reference< XStorageBasedLibraryContainer > xSourceLibraries( in impl_migrateContainerLibraries_nothrow() local1486 Reference< XLibraryContainerPassword > xSourcePasswords( xSourceLibraries, UNO_QUERY ); in impl_migrateContainerLibraries_nothrow()1490 Sequence< ::rtl::OUString > aSourceLibNames( xSourceLibraries->getElementNames() ); in impl_migrateContainerLibraries_nothrow()1493 if ( !xSourceLibraries->hasElements() ) in impl_migrateContainerLibraries_nothrow()1541 if ( xSourceLibraries->isLibraryLink( *pSourceLibName ) ) in impl_migrateContainerLibraries_nothrow()1546 xSourceLibraries->getLibraryLinkURL( *pSourceLibName ), in impl_migrateContainerLibraries_nothrow()1547 xSourceLibraries->isLibraryReadOnly( *pSourceLibName ) in impl_migrateContainerLibraries_nothrow()1552 if ( !xSourceLibraries->isLibraryLoaded( *pSourceLibName ) ) in impl_migrateContainerLibraries_nothrow()1553 xSourceLibraries->loadLibrary( *pSourceLibName ); in impl_migrateContainerLibraries_nothrow()1556 …Reference< XNameAccess > xSourceLib( xSourceLibraries->getByName( *pSourceLibName ), UNO_QUERY_THR… in impl_migrateContainerLibraries_nothrow()[all …]