Lines Matching refs:oSubStream

136 …         Object oSubStream = xStorage.openStreamElement( sStreamName, ElementModes.ELEMENT_WRITE );  in WriteBytesToSubstream()  local
137 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstream()
164 …Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.ELEMENT_WRITE, … in WriteBytesToEncrSubstream() local
165 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToEncrSubstream()
192 … Object oSubStream = xStorage.openStreamElement( sStreamName, ElementModes.ELEMENT_WRITE ); in WBToSubstrOfEncr() local
193 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WBToSubstrOfEncr()
237 …Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.ELEMENT_WRITE, … in ChangeStreamPass() local
238 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in ChangeStreamPass()
475 … Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.ELEMENT_READ ); in checkStream() local
476 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkStream()
509 … Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.ELEMENT_READ ); in checkEncrStream() local
525 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.ELEMENT_READ, p… in checkEncrStream() local
540 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.ELEMENT_READ, p… in checkEncrStream() local
541 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkEncrStream()
830 Object oSubStream = xStorage.openStreamElement( sStreamName, nMode ); in OpenStream() local
831 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in OpenStream()