Lines Matching refs:xHStorage

348 			XHierarchicalStorageAccess xHStorage =  in WriteBytesToStreamH()  local
350 if ( xHStorage == null ) in WriteBytesToStreamH()
356 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WriteBytesToStreamH()
411 XHierarchicalStorageAccess xHStorage = in WriteBytesToEncrStreamH() local
413 if ( xHStorage == null ) in WriteBytesToEncrStreamH()
419 Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sStreamPath, in WriteBytesToEncrStreamH()
476 XHierarchicalStorageAccess xHStorage = in WBToSubstrOfEncrH() local
478 if ( xHStorage == null ) in WBToSubstrOfEncrH()
484 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WBToSubstrOfEncrH()
603 XHierarchicalStorageAccess xHStorage = in ChangeStreamPassH() local
605 if ( xHStorage == null ) in ChangeStreamPassH()
614 …Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.WR… in ChangeStreamPassH()
978 XHierarchicalStorageAccess xHStorage = in checkStreamH() local
980 if ( xHStorage == null ) in checkStreamH()
986 Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sPath, ElementModes.READ ); in checkStreamH()
1017 XHierarchicalStorageAccess xHStorage = in checkEncrStreamH() local
1019 if ( xHStorage == null ) in checkEncrStreamH()
1027 Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sPath, ElementModes.READ ); in checkEncrStreamH()
1044 …Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.RE… in checkEncrStreamH()
1060 …Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, ElementModes.RE… in checkEncrStreamH()
1549 XHierarchicalStorageAccess xHStorage = in cantOpenStreamH() local
1551 if ( xHStorage == null ) in cantOpenStreamH()
1559 Object oDummyStream = xHStorage.openStreamElementByHierarchicalName( sPath, nMode ); in cantOpenStreamH()
1574 XHierarchicalStorageAccess xHStorage = in cantOpenEncrStreamH() local
1576 if ( xHStorage == null ) in cantOpenEncrStreamH()
1584 …Object oDummyStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sPath, nMode, aPass … in cantOpenEncrStreamH()