Lines Matching refs:xSubStream

126 		XStream xSubStream = null;  in WriteBytesToSubstreamDefaultCompressed()  local
130 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstreamDefaultCompressed()
131 if ( xSubStream == null ) in WriteBytesToSubstreamDefaultCompressed()
144 XOutputStream xOutput = xSubStream.getOutputStream(); in WriteBytesToSubstreamDefaultCompressed()
172 …XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xSubStream ); in WriteBytesToSubstreamDefaultCompressed()
208 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstreamDefaultCompressed()
221 XStream xSubStream = null; in WriteBytesToSubstream() local
225 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstream()
226 if ( xSubStream == null ) in WriteBytesToSubstream()
238 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WriteBytesToSubstream()
242 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstream()
256 XStream xSubStream = null; in WriteBytesToEncrSubstream() local
260 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToEncrSubstream()
261 if ( xSubStream == null ) in WriteBytesToEncrSubstream()
273 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrSubstream()
277 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToEncrSubstream()
291 XStream xSubStream = null; in WBToSubstrOfEncr() local
295 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WBToSubstrOfEncr()
296 if ( xSubStream == null ) in WBToSubstrOfEncr()
309 …XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xSubStream ); in WBToSubstrOfEncr()
327 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncr()
331 if ( !disposeStream( xSubStream, sStreamName ) ) in WBToSubstrOfEncr()
345 XStream xSubStream = null; in WriteBytesToStreamH() local
357 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToStreamH()
358 if ( xSubStream == null ) in WriteBytesToStreamH()
370 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToStreamH()
374 (XTransactedObject) UnoRuntime.queryInterface( XTransactedObject.class, xSubStream ); in WriteBytesToStreamH()
393 if ( !disposeStream( xSubStream, sStreamPath ) ) in WriteBytesToStreamH()
408 XStream xSubStream = null; in WriteBytesToEncrStreamH() local
422 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToEncrStreamH()
423 if ( xSubStream == null ) in WriteBytesToEncrStreamH()
435 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrStreamH()
439 (XTransactedObject) UnoRuntime.queryInterface( XTransactedObject.class, xSubStream ); in WriteBytesToEncrStreamH()
458 if ( !disposeStream( xSubStream, sStreamPath ) ) in WriteBytesToEncrStreamH()
473 XStream xSubStream = null; in WBToSubstrOfEncrH() local
485 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WBToSubstrOfEncrH()
486 if ( xSubStream == null ) in WBToSubstrOfEncrH()
499 …XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xSubStream ); in WBToSubstrOfEncrH()
517 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncrH()
521 (XTransactedObject) UnoRuntime.queryInterface( XTransactedObject.class, xSubStream ); in WBToSubstrOfEncrH()
540 if ( !disposeStream( xSubStream, sStreamPath ) ) in WBToSubstrOfEncrH()
552 XStream xSubStream = null; in ChangeStreamPass() local
556 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in ChangeStreamPass()
557 if ( xSubStream == null ) in ChangeStreamPass()
572 …cryptionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xSubStream ); in ChangeStreamPass()
590 if ( !disposeStream( xSubStream, sStreamName ) ) in ChangeStreamPass()
611 XStream xSubStream = null; in ChangeStreamPassH() local
615 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in ChangeStreamPassH()
616 if ( xSubStream == null ) in ChangeStreamPassH()
630 …cryptionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xSubStream ); in ChangeStreamPassH()
648 (XTransactedObject) UnoRuntime.queryInterface( XTransactedObject.class, xSubStream ); in ChangeStreamPassH()
667 if ( !disposeStream( xSubStream, sPath ) ) in ChangeStreamPassH()
874 XStream xSubStream = null; in checkStream() local
878 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkStream()
879 if ( xSubStream == null ) in checkStream()
891 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, bCompressed, pBytes, true ); in checkStream()
894 if ( !disposeStream( xSubStream, sName ) ) in checkStream()
939 XStream xSubStream = null; in checkEncrStream() local
943 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkEncrStream()
944 if ( xSubStream == null ) in checkEncrStream()
959 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, true, pBytes, false ); in checkEncrStream()
962 if ( !disposeStream( xSubStream, sName ) ) in checkEncrStream()
975 XStream xSubStream = null; in checkStreamH() local
987 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkStreamH()
988 if ( xSubStream == null ) in checkStreamH()
1000 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, bCompressed, pBytes, true ); in checkStreamH()
1003 if ( !disposeStream( xSubStream, sPath ) ) in checkStreamH()
1028 XStream xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkEncrStreamH() local
1045 XStream xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkEncrStreamH() local
1057 XStream xSubStream = null; in checkEncrStreamH() local
1061 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkEncrStreamH()
1062 if ( xSubStream == null ) in checkEncrStreamH()
1077 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, true, pBytes, false ); in checkEncrStreamH()
1080 if ( !disposeStream( xSubStream, sPath ) ) in checkEncrStreamH()
1394 XStream xSubStream = null; in OpenStream() local
1398 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in OpenStream()
1399 if ( xSubStream == null ) in OpenStream()
1407 return xSubStream; in OpenStream()