Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/uno/
H A Dscriptcont.cxx644 uno::Reference< io::XStream > xCodeStream = xStorage->openStreamElement( in implStorePasswordLibrary() local
648 if ( !xCodeStream.is() ) in implStorePasswordLibrary()
659 Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); in implStorePasswordLibrary()
788 … uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary() local
800 Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); in implStorePasswordLibrary()
958 uno::Reference< io::XStream > xCodeStream = xLibraryStor->openStreamElement( in implLoadPasswordLibrary() local
961 if ( !xCodeStream.is() ) in implLoadPasswordLibrary()
964 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( xCodeStream ); in implLoadPasswordLibrary()
1067 uno::Reference< io::XStream > xCodeStream = xElementRootStorage->openStreamElement( in implLoadPasswordLibrary() local
1071 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( xCodeStream ); in implLoadPasswordLibrary()

Completed in 15 milliseconds