Home
last modified time | relevance | path

Searched refs:oTempFile (Results 1 – 9 of 9) sorted by relevance

/trunk/main/unotools/qa/complex/tempfile/
H A DTest02.java46 Object oTempFile = null; in test() local
53 oTempFile = m_xMSF.createInstance( "com.sun.star.io.TempFile" ); in test()
54 xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile); in test()
56 xTruncate = UnoRuntime.queryInterface(XTruncate.class, oTempFile); in test()
H A DTest01.java54 Object oTempFile = m_xMSF.createInstance( "com.sun.star.io.TempFile" ); in test() local
55 xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile); in test()
57 xTruncate = UnoRuntime.queryInterface(XTruncate.class, oTempFile); in test()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java391 …Object oTempFile = xContext.getServiceManager().createInstanceWithContext( "com.sun.star.io.TempFi… in SaveHTMLTemp() local
392 XStream xStream = ( XStream ) UnoRuntime.queryInterface( XStream.class, oTempFile ); in SaveHTMLTemp()
393 … XSeekable xSeekable = ( XSeekable ) UnoRuntime.queryInterface( XSeekable.class, oTempFile ); in SaveHTMLTemp()
425 …Object oTempFile = xContext.getServiceManager().createInstanceWithContext( "com.sun.star.io.TempFi… in CreateTempFile() local
426 …ertySet xPropertySet = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, oTempFile ); in CreateTempFile()
430 …tStream xInputStream = ( XInputStream ) UnoRuntime.queryInterface( XInputStream.class, oTempFile ); in CreateTempFile()
432 …ream xOutputStream = ( XOutputStream ) UnoRuntime.queryInterface( XOutputStream.class, oTempFile ); in CreateTempFile()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java690 Object oTempFile = xMSF.createInstance( "com.sun.star.io.TempFile" ); in CreateTempFileStream() local
691 xTempFileStream = (XStream)UnoRuntime.queryInterface( XStream.class, oTempFile ); in CreateTempFileStream()
710 Object oTempFile = xMSF.createInstance( "com.sun.star.io.TempFile" ); in CreateTempFile() local
711 xTempFileProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, oTempFile ); in CreateTempFile()
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java717 Object oTempFile = xMSF.createInstance( "com.sun.star.io.TempFile" ); in CreateTempFileStream() local
718 xTempFileStream = (XStream)UnoRuntime.queryInterface( XStream.class, oTempFile ); in CreateTempFileStream()
737 Object oTempFile = xMSF.createInstance( "com.sun.star.io.TempFile" ); in CreateTempFile() local
738 xTempFileProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, oTempFile ); in CreateTempFile()
/trunk/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java59 Object oTempFile = m_xMSF.createInstance ( "com.sun.star.io.TempFile" ); in test() local
60 XTempFile xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile); in test()
/trunk/main/sot/qa/complex/olesimplestorage/
H A DTest01.java54 Object oTempFile = m_xMSF.createInstance ( "com.sun.star.io.TempFile" ); in test() local
55 XTempFile xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile); in test()
/trunk/main/package/qa/storages/
H A DTestHelper.java1241 Object oTempFile = xMSF.createInstance( "com.sun.star.io.TempFile" ); in CreateTempFileStream() local
1242 xTempFileStream = (XStream)UnoRuntime.queryInterface( XStream.class, oTempFile ); in CreateTempFileStream()
1261 Object oTempFile = xMSF.createInstance( "com.sun.star.io.TempFile" ); in CreateTempFile() local
1262 xTempFileProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, oTempFile ); in CreateTempFile()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java184 Object oTempFile = xMSF.createInstance("com.sun.star.io.TempFile"); in CreateTempFileStream() local
185 xTempFileStream = (XStream) UnoRuntime.queryInterface(XStream.class, oTempFile); in CreateTempFileStream()

Completed in 50 milliseconds