/aoo41x/main/package/qa/storages/ |
H A D | Test07.java | 127 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 128 if ( xResultStorage == null ) in test() 142 if ( !m_aTestHelper.copyStorage( xResultStorage, x2CopyStorage ) ) in test() 145 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes1, sPass1 )… in test() 148 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "BigSubStream1", "MediaType1", pBigBytes, sPa… in test() 151 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream2", "MediaType2", pBytes2, sPass2 )… in test() 154 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "BigSubStream2", "MediaType2", pBigBytes, sPa… in test() 170 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test15.java | 237 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in testForPath() local 238 if ( xResultStorage == null ) in testForPath() 246 …tionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xResultStorage ); in testForPath() 263 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in testForPath() 266 … if ( !m_aTestHelper.checkStreamH( xResultStorage, aSubStream1Path, "MediaType4", true, pBytes2 ) ) in testForPath() 269 … if ( !m_aTestHelper.checkStreamH( xResultStorage, aSubStream2Path, "MediaType5", true, pBytes1 ) ) in testForPath() 272 …if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream3Path, "MediaType3", pBytes2, sPas… in testForPath() 276 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in testForPath()
|
H A D | Test13.java | 203 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in testForPath() local 204 if ( xResultStorage == null ) in testForPath() 210 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in testForPath() 213 … if ( !m_aTestHelper.checkStreamH( xResultStorage, aSubStream1Path, "MediaType3", true, pBytes2 ) ) in testForPath() 215 …if ( !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream1Path, "MediaType3", true, pBigByte… in testForPath() 219 …if ( !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream2Path, "MediaType2", false, pBigByt… in testForPath() 223 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in testForPath()
|
H A D | RegressionTest_i35095.java | 144 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 145 if ( xResultStorage == null ) in test() 151 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in test() 155 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 167 if ( !m_aTestHelper.compareRawMethodsOnEncrStream( xResultStorage, "SubStream1" ) ) in test() 174 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test14.java | 178 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in testForPath() local 179 if ( xResultStorage == null ) in testForPath() 185 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in testForPath() 188 …if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream1Path, "MediaType3", pBytes2, sPas… in testForPath() 192 …if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream2Path, "MediaType2", pBytes2, sPas… in testForPath() 196 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in testForPath()
|
H A D | Test08.java | 180 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 181 if ( xResultStorage == null ) in test() 187 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType4", true, ElementModes.READ … in test() 191 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 205 …tionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xResultStorage ); in test() 239 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | RegressionTest_i49755.java | 222 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 223 if ( xResultStorage == null ) in test() 229 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType1", true, ElementModes.READ … in test() 233 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 263 XStorage xResultSubStorage1 = m_aTestHelper.openSubStorage( xResultStorage, in test() 280 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | RegressionTest_i55821.java | 106 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 107 if ( xResultStorage == null ) in test() 113 … if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes, sPass ) ) in test() 116 … if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream2", "MediaType2", pBytes, sPass ) ) in test() 120 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test09.java | 134 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 135 if ( xResultStorage == null ) in test() 141 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes, sPass2 ) ) in test() 143 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "BigSubStream1", "MediaType1", pBigBytes, sPa… in test() 147 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test16.java | 137 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 138 if ( xResultStorage == null ) in test() 144 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.WRITE… in test() 148 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 167 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test18.java | 144 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 145 if ( xResultStorage == null ) in test() 151 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.WRITE… in test() 155 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 180 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test01.java | 149 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 150 if ( xResultStorage == null ) in test() 156 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.WRITE… in test() 160 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 185 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test05.java | 257 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 258 if ( xResultStorage == null ) in test() 264 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in test() 268 XStorage xResSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 307 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test02.java | 145 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 146 if ( xResultStorage == null ) in test() 152 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType2", true, ElementModes.READ … in test() 156 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test()
|
H A D | Test12.java | 196 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 197 if ( xResultStorage == null ) in test() 203 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType2", true, ElementModes.READ … in test() 206 if( !checkSubStorages( xResultStorage, pBytes1, pBigBytes ) ) in test()
|
/aoo41x/main/odk/examples/java/Storage/ |
H A D | Test07.java | 114 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 115 if ( xResultStorage == null ) in test() 129 if ( !m_aTestHelper.copyStorage( xResultStorage, x2CopyStorage ) ) in test() 132 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes1, pPass1 )… in test() 135 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream2", "MediaType2", pBytes2, pPass2 )… in test() 145 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test08.java | 169 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 170 if ( xResultStorage == null ) in test() 176 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType4", true, ElementModes.ELEME… in test() 180 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 194 …tionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xResultStorage ); in test() 222 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test01.java | 136 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 137 if ( xResultStorage == null ) in test() 143 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.ELEME… in test() 147 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 166 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test05.java | 232 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 233 if ( xResultStorage == null ) in test() 239 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.ELEME… in test() 243 XStorage xResSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 276 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test09.java | 121 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 122 if ( xResultStorage == null ) in test() 128 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes, pPass2 ) ) in test() 132 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test02.java | 137 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test() local 138 if ( xResultStorage == null ) in test() 144 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType2", true, ElementModes.ELEME… in test() 148 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test()
|
/aoo41x/main/package/qa/ofopxmlstorages/ |
H A D | Test01.java | 162 XStorage xResultStorage = m_aTestHelper.createStorageFromURL( m_xStorageFactory, in test() 165 if ( xResultStorage == null ) in test() 171 if ( !m_aTestHelper.checkStorageProperties( xResultStorage, in test() 178 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 208 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test05.java | 259 XStorage xResultStorage = m_aTestHelper.createStorageFromURL( m_xStorageFactory, in test() 262 if ( xResultStorage == null ) in test() 268 if ( !m_aTestHelper.checkStorageProperties( xResultStorage, in test() 275 XStorage xResSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test() 322 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in test()
|
H A D | Test02.java | 146 …XStorage xResultStorage = m_aTestHelper.createStorageFromInputStream( m_xStorageFactory, xTempInSt… in test() 147 if ( xResultStorage == null ) in test() 153 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, true, ElementModes.READ, aRelations ) ) in test() 157 XStorage xResultSubStorage = m_aTestHelper.openSubStorage( xResultStorage, in test()
|
H A D | Test08.java | 205 XStorage xResultStorage = m_aTestHelper.createStorageFromInputStream( m_xStorageFactory, in test() 207 if ( xResultStorage == null ) in test() 213 if ( !m_aTestHelper.checkStorageProperties( xResultStorage, in test() 219 if( !checkSubStorages( xResultStorage, pBytes1, aRelations1 ) ) in test()
|