Searched refs:xCodeStream (Results 1 – 1 of 1) sorted by relevance
644 uno::Reference< io::XStream > xCodeStream = xStorage->openStreamElement( in implStorePasswordLibrary() local648 if ( !xCodeStream.is() ) in implStorePasswordLibrary()659 Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); in implStorePasswordLibrary()788 … uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary() local800 Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); in implStorePasswordLibrary()958 uno::Reference< io::XStream > xCodeStream = xLibraryStor->openStreamElement( in implLoadPasswordLibrary() local961 if ( !xCodeStream.is() ) in implLoadPasswordLibrary()964 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( xCodeStream ); in implLoadPasswordLibrary()1067 uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implLoadPasswordLibrary() local1071 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( xCodeStream ); in implLoadPasswordLibrary()
Completed in 23 milliseconds