Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dscriptcont.cxx770 uno::Reference< embed::XStorage > xElementRootStorage = in implStorePasswordLibrary() local
774 if ( !xElementRootStorage.is() ) in implStorePasswordLibrary()
783 … uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary()
809 xSourceStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary()
823 xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implStorePasswordLibrary()
842 … uno::Reference< embed::XTransactedObject > xTransact( xElementRootStorage, uno::UNO_QUERY ); in implStorePasswordLibrary()
1037 uno::Reference< embed::XStorage > xElementRootStorage; in implLoadPasswordLibrary() local
1039 xElementRootStorage = ::comphelper::OStorageHelper::GetStorageFromURL( in implLoadPasswordLibrary()
1047 if ( xElementRootStorage.is() ) in implLoadPasswordLibrary()
1061 … uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implLoadPasswordLibrary()
[all …]