Lines Matching refs:xTempFileStorage

82 …XStorage xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage …  in testForPath()  local
83 if ( xTempFileStorage == null ) in testForPath()
94 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream1Path, "MediaType1", true… in testForPath()
102 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream2Path, "MediaType2", fals… in testForPath()
107 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream3Path, "MediaType2", fals… in testForPath()
111 if ( !m_aTestHelper.setStorageTypeAndCheckProps( xTempFileStorage, in testForPath()
118 if ( !m_aTestHelper.commitStorage( xTempFileStorage ) ) in testForPath()
122 if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) in testForPath()
133 xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage ); in testForPath()
134 if ( xTempFileStorage == null ) in testForPath()
140 …if ( !m_aTestHelper.checkStorageProperties( xTempFileStorage, "MediaType3", true, ElementModes.WRI… in testForPath()
143 …if ( !m_aTestHelper.checkEncrStreamH( xTempFileStorage, aSubStream1Path, "MediaType1", pBytes1, sP… in testForPath()
146 …if ( !m_aTestHelper.checkEncrStreamH( xTempFileStorage, aSubStream2Path, "MediaType2", pBytes2, sP… in testForPath()
149 …if ( !m_aTestHelper.cantOpenEncrStreamH( xTempFileStorage, aSubStream3Path, ElementModes.READ, sPa… in testForPath()
154 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream1Path, "MediaType3", true… in testForPath()
159 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream2Path, "MediaType3", true… in testForPath()
163 if ( !m_aTestHelper.commitStorage( xTempFileStorage ) ) in testForPath()
167 if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) in testForPath()