Lines Matching refs:xSourceLibrariesStor
1807 uno::Reference< embed::XStorage > xSourceLibrariesStor; in storeLibraries_Impl() local
1865 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, bInplaceStorage ? embed::Ele… in storeLibraries_Impl()
1867 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRI… in storeLibraries_Impl()
1905 …mbOldInfoFormat && !pImplLib->implIsModified() && !mbOasis2OOoFormat && xSourceLibrariesStor.is() ) in storeLibraries_Impl()
1909 … xSourceLibrariesStor->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()
2022 xSourceLibrariesStor.clear(); in storeLibraries_Impl()