Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dnamecont.cxx1795 uno::Reference< embed::XStorage > xTargetLibrariesStor; in storeLibraries_Impl() local
1840xTargetLibrariesStor.set( i_rStorage->openStorageElement( sTargetLibrariesStoreName, embed::Elemen… in storeLibraries_Impl()
1896 … xSourceLibrariesStor->copyElementTo( rLib.aName, xTargetLibrariesStor, rLib.aName ); in storeLibraries_Impl()
1911 xLibraryStor = xTargetLibrariesStor->openStorageElement( in storeLibraries_Impl()
1991 … const Sequence< ::rtl::OUString > aCopyNames( xTargetLibrariesStor->getElementNames() ); in storeLibraries_Impl()
1997xTargetLibrariesStor->copyElementTo( *pCopyName, xSourceLibrariesStor, *pCopyName ); in storeLibraries_Impl()
2002 xTargetLibrariesStor->dispose(); in storeLibraries_Impl()
2004 xTargetLibrariesStor.clear(); in storeLibraries_Impl()
2008 xTargetLibrariesStor = xSourceLibrariesStor; in storeLibraries_Impl()
2042 …xInfoStream = xTargetLibrariesStor->openStreamElement( aStreamName, embed::ElementModes::READWRITE… in storeLibraries_Impl()
[all …]