Home
last modified time | relevance | path

Searched refs:x2CopyStorage (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/package/qa/storages/
H A DTest07.java135 XStorage x2CopyStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, o2CopyStorage ); in test() local
136 if ( x2CopyStorage == null ) in test()
142 if ( !m_aTestHelper.copyStorage( xResultStorage, x2CopyStorage ) ) in test()
157 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "SubStream1", "MediaType1", pBytes1, sPass1 ) ) in test()
160 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "BigSubStream1", "MediaType1", pBigBytes, sPas… in test()
163 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "SubStream2", "MediaType2", pBytes2, sPass2 ) ) in test()
166 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "BigSubStream2", "MediaType2", pBigBytes, sPas… in test()
/aoo42x/main/odk/examples/java/Storage/
H A DTest07.java122 XStorage x2CopyStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, o2CopyStorage ); in test() local
123 if ( x2CopyStorage == null ) in test()
129 if ( !m_aTestHelper.copyStorage( xResultStorage, x2CopyStorage ) ) in test()
138 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "SubStream1", "MediaType1", pBytes1, pPass1 ) ) in test()
141 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "SubStream2", "MediaType2", pBytes2, pPass2 ) ) in test()

Completed in 20 milliseconds