Home
last modified time | relevance | path

Searched refs:oTempStorage (Results 26 – 40 of 40) sorted by relevance

12

/aoo42x/main/package/qa/storages/
H A DTest07.java64 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
65 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest10.java59 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
60 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest11.java60 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
61 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest03.java58 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
59 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest08.java58 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
59 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DRegressionTest_i49755.java66 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() local
67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DRegressionTest_i59886.java66 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() local
67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest12.java66 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() local
67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest06.java61 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
62 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest04.java67 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
68 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTestHelper.java1606 Object oTempStorage = xFactory.createInstance(); in cloneStorage() local
1607 xResult = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in cloneStorage()
1626 Object oTempStorage = xFactory.createInstance(); in cloneSubStorage() local
1627 xResult = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in cloneSubStorage()
/aoo42x/main/odk/examples/java/Storage/
H A DTest03.java57 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
58 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest08.java57 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
58 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest04.java66 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
H A DTest06.java60 Object oTempStorage = m_xStorageFactory.createInstance(); in test() local
61 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()

Completed in 80 milliseconds

12