Searched refs:xSourceLibraries (Results 1 – 1 of 1) sorted by relevance
1482 Reference< XStorageBasedLibraryContainer > xSourceLibraries( in impl_migrateContainerLibraries_nothrow() local1490 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()1581 sNewLibName, xSourceLibraries->isLibraryReadOnly( *pSourceLibName ) ); in impl_migrateContainerLibraries_nothrow()1585 xSourceLibraries->removeLibrary( *pSourceLibName ); in impl_migrateContainerLibraries_nothrow()[all …]
Completed in 27 milliseconds