Searched refs:openEncryptedStreamElement (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 164 …Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.ELEMENT_WRITE, … in WriteBytesToEncrSubstream() 237 …Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.ELEMENT_WRITE, … in ChangeStreamPass() 525 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.ELEMENT_READ, p… in checkEncrStream() 540 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.ELEMENT_READ, p… in checkEncrStream()
|
/aoo4110/main/package/qa/storages/ |
H A D | TestHelper.java | 259 … Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.WRITE, sPass ); in WriteBytesToEncrSubstream() 555 …Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.WRITE, sOldPass… in ChangeStreamPass() 927 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sWrongPas… in checkEncrStream() 942 Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sPass ); in checkEncrStream()
|
/aoo4110/main/basic/source/uno/ |
H A D | scriptcont.cxx | 828 xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implStorePasswordLibrary() 991 uno::Reference< io::XStream > xSourceStream = xLibraryStor->openEncryptedStreamElement( in implLoadPasswordLibrary() 1098 … uno::Reference< io::XStream > xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implLoadPasswordLibrary()
|
/aoo4110/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 340 uno::Reference< io::XStream > SAL_CALL Storage::openEncryptedStreamElement( in openEncryptedStreamElement() function in Storage 352 return m_xWrappedStorage->openEncryptedStreamElement( in openEncryptedStreamElement()
|
H A D | tdoc_storage.cxx | 673 xStream = xParentStorage->openEncryptedStreamElement( in queryStream()
|
H A D | tdoc_stgelems.hxx | 170 openEncryptedStreamElement( const ::rtl::OUString& aStreamName,
|
/aoo4110/main/svl/source/fsstor/ |
H A D | fsstorage.hxx | 116 …m::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL openEncryptedStreamElement(
|
H A D | fsstorage.cxx | 561 uno::Reference< io::XStream > SAL_CALL FSStorage::openEncryptedStreamElement( in openEncryptedStreamElement() function in FSStorage
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | Storage.idl | 138 <dt><method>XStorage::openEncryptedStreamElement</method></dt>
|
H A D | XStorage.idl | 235 ::com::sun::star::io::XStream openEncryptedStreamElement(
|
/aoo4110/main/package/source/xstor/ |
H A D | xstorage.hxx | 385 …m::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL openEncryptedStreamElement(
|
H A D | xstorage.cxx | 2578 uno::Reference< io::XStream > SAL_CALL OStorage::openEncryptedStreamElement( in openEncryptedStreamElement() function in OStorage
|
Completed in 81 milliseconds