Lines Matching refs:xTargetLibrariesStor
1808 uno::Reference< embed::XStorage > xTargetLibrariesStor; in storeLibraries_Impl() local
1853 …xTargetLibrariesStor.set( i_rStorage->openStorageElement( sTargetLibrariesStoreName, embed::Elemen… in storeLibraries_Impl()
1909 … xSourceLibrariesStor->copyElementTo( rLib.aName, xTargetLibrariesStor, rLib.aName ); in storeLibraries_Impl()
1924 xLibraryStor = xTargetLibrariesStor->openStorageElement( in storeLibraries_Impl()
2004 … const Sequence< ::rtl::OUString > aCopyNames( xTargetLibrariesStor->getElementNames() ); in storeLibraries_Impl()
2010 … xTargetLibrariesStor->copyElementTo( *pCopyName, xSourceLibrariesStor, *pCopyName ); in storeLibraries_Impl()
2015 xTargetLibrariesStor->dispose(); in storeLibraries_Impl()
2017 xTargetLibrariesStor.clear(); in storeLibraries_Impl()
2021 xTargetLibrariesStor = xSourceLibrariesStor; in storeLibraries_Impl()
2055 …xInfoStream = xTargetLibrariesStor->openStreamElement( aStreamName, embed::ElementModes::READWRITE… in storeLibraries_Impl()
2114 … uno::Reference< embed::XTransactedObject > xTransact( xTargetLibrariesStor, uno::UNO_QUERY ); in storeLibraries_Impl()