Searched refs:xElementRootStorage (Results 1 – 1 of 1) sorted by relevance
775 uno::Reference< embed::XStorage > xElementRootStorage = in implStorePasswordLibrary() local779 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() local1045 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 23 milliseconds