Searched refs:xSourceLibrariesStor (Results 1 – 1 of 1) sorted by relevance
1794 uno::Reference< embed::XStorage > xSourceLibrariesStor; in storeLibraries_Impl() local1852 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, bInplaceStorage ? embed::Ele… in storeLibraries_Impl()1854 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRI… in storeLibraries_Impl()1892 …mbOldInfoFormat && !pImplLib->implIsModified() && !mbOasis2OOoFormat && xSourceLibrariesStor.is() ) in storeLibraries_Impl()1896 … xSourceLibrariesStor->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 …]