Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dnamecont.cxx1794 uno::Reference< embed::XStorage > xSourceLibrariesStor; in storeLibraries_Impl() local
1852xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, bInplaceStorage ? embed::Ele… in storeLibraries_Impl()
1854xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRI… in storeLibraries_Impl()
1892 …mbOldInfoFormat && !pImplLib->implIsModified() && !mbOasis2OOoFormat && xSourceLibrariesStor.is() ) in storeLibraries_Impl()
1896xSourceLibrariesStor->copyElementTo( rLib.aName, xTargetLibrariesStor, rLib.aName ); in storeLibraries_Impl()
1968 …OSL_ENSURE( xSourceLibrariesStor.is(), "SfxLibrariesContainer::storeLibraries_impl: unexpected: we… in storeLibraries_Impl()
1978 if ( xSourceLibrariesStor.is() ) in storeLibraries_Impl()
1981 … const Sequence< ::rtl::OUString > aRemoveNames( xSourceLibrariesStor->getElementNames() ); in storeLibraries_Impl()
1987 xSourceLibrariesStor->removeElement( *pRemoveName ); in storeLibraries_Impl()
1997 … xTargetLibrariesStor->copyElementTo( *pCopyName, xSourceLibrariesStor, *pCopyName ); in storeLibraries_Impl()
[all …]