Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/uno/
H A Dnamecont.cxx1807 uno::Reference< embed::XStorage > xSourceLibrariesStor; in storeLibraries_Impl() local
1867xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRI… in storeLibraries_Impl()
1905 …mbOldInfoFormat && !pImplLib->implIsModified() && !mbOasis2OOoFormat && xSourceLibrariesStor.is() ) in storeLibraries_Impl()
1909xSourceLibrariesStor->copyElementTo( rLib.aName, xTargetLibrariesStor, rLib.aName ); in storeLibraries_Impl()
1981 …OSL_ENSURE( xSourceLibrariesStor.is(), "SfxLibrariesContainer::storeLibraries_impl: unexpected: we… in storeLibraries_Impl()
1991 if ( xSourceLibrariesStor.is() ) in storeLibraries_Impl()
1994 … const Sequence< ::rtl::OUString > aRemoveNames( xSourceLibrariesStor->getElementNames() ); in storeLibraries_Impl()
2000 xSourceLibrariesStor->removeElement( *pRemoveName ); in storeLibraries_Impl()
2010 … xTargetLibrariesStor->copyElementTo( *pCopyName, xSourceLibrariesStor, *pCopyName ); in storeLibraries_Impl()
2021 xTargetLibrariesStor = xSourceLibrariesStor; in storeLibraries_Impl()
[all …]

Completed in 35 milliseconds