Searched refs:xSourceLibrariesStor (Results 1 – 1 of 1) sorted by relevance
1807 uno::Reference< embed::XStorage > xSourceLibrariesStor; in storeLibraries_Impl() local1867 …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()[all …]
Completed in 28 milliseconds