Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1482 Reference< XStorageBasedLibraryContainer > xSourceLibraries( in impl_migrateContainerLibraries_nothrow() local
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()
1581 sNewLibName, xSourceLibraries->isLibraryReadOnly( *pSourceLibName ) ); in impl_migrateContainerLibraries_nothrow()
1585 xSourceLibraries->removeLibrary( *pSourceLibName ); in impl_migrateContainerLibraries_nothrow()
[all …]

Completed in 15 milliseconds