Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/uno/
H A Dscriptcont.cxx775 uno::Reference< embed::XStorage > xElementRootStorage = in implStorePasswordLibrary() local
779 if ( !xElementRootStorage.is() ) in implStorePasswordLibrary()
788 … uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary()
814 xSourceStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary()
828 xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implStorePasswordLibrary()
847 uno::Reference< embed::XTransactedObject > xTransact( xElementRootStorage, uno::UNO_QUERY ); in implStorePasswordLibrary()
1043 uno::Reference< embed::XStorage > xElementRootStorage; in implLoadPasswordLibrary() local
1045 xElementRootStorage = ::comphelper::OStorageHelper::GetStorageFromURL( in implLoadPasswordLibrary()
1053 if ( xElementRootStorage.is() ) in implLoadPasswordLibrary()
1067 uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implLoadPasswordLibrary()
[all …]

Completed in 16 milliseconds