Lines Matching defs:oSubStream

129 			Object oSubStream = xStorage.openStreamElement( sStreamName, ElementModes.WRITE );  in WriteBytesToSubstreamDefaultCompressed()  local
224 Object oSubStream = xStorage.openStreamElement( sStreamName, ElementModes.WRITE ); in WriteBytesToSubstream() local
259 … Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.WRITE, sPass ); in WriteBytesToEncrSubstream() local
294 Object oSubStream = xStorage.openStreamElement( sStreamName, ElementModes.WRITE ); in WBToSubstrOfEncr() local
356 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WriteBytesToStreamH() local
419 Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sStreamPath, in WriteBytesToEncrStreamH() local
484 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WBToSubstrOfEncrH() local
555 …Object oSubStream = xStorage.openEncryptedStreamElement( sStreamName, ElementModes.WRITE, sOldPass… in ChangeStreamPass() local
614 …Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.WR… in ChangeStreamPassH() local
877 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkStream() local
911 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkEncrStream() local
927 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sWrongPas… in checkEncrStream() local
942 Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sPass ); in checkEncrStream() local
986 Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sPath, ElementModes.READ ); in checkStreamH() local
1027 Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sPath, ElementModes.READ ); in checkEncrStreamH() local
1044 …Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.RE… in checkEncrStreamH() local
1060 …Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.RE… in checkEncrStreamH() local
1397 Object oSubStream = xStorage.openStreamElement( sStreamName, nMode ); in OpenStream() local