Lines Matching refs:xSourceStream
691 uno::Reference< io::XStream > xSourceStream = xStorage->openStreamElement( in implStorePasswordLibrary() local
694 uno::Reference< beans::XPropertySet > xProps( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary()
703 setStreamKey( xSourceStream, pLib->maPassword ); in implStorePasswordLibrary()
705 Reference< XOutputStream > xOutput = xSourceStream->getOutputStream(); in implStorePasswordLibrary()
811 uno::Reference< io::XStream > xSourceStream; in implStorePasswordLibrary() local
814 xSourceStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary()
819 uno::Reference< embed::XEncryptionProtectedSource > xEncr( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary()
828 xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implStorePasswordLibrary()
834 uno::Reference< beans::XPropertySet > xProps( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary()
841 Reference< XOutputStream > xOut = xSourceStream->getOutputStream(); in implStorePasswordLibrary()
991 uno::Reference< io::XStream > xSourceStream = xLibraryStor->openEncryptedStreamElement( in implLoadPasswordLibrary() local
995 if ( !xSourceStream.is() ) in implLoadPasswordLibrary()
1001 uno::Reference< io::XInputStream > xInStream = xSourceStream->getInputStream(); in implLoadPasswordLibrary()
1098 … uno::Reference< io::XStream > xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implLoadPasswordLibrary() local
1102 if ( !xSourceStream.is() ) in implLoadPasswordLibrary()
1107 uno::Reference< io::XInputStream > xInStream = xSourceStream->getInputStream(); in implLoadPasswordLibrary()