Home
last modified time | relevance | path

Searched refs:xInTemp (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/unotools/qa/complex/tempfile/
H A DTestHelper.java114 XInputStream xInTemp = xTempFile.getInputStream(); in ReadBytesWithStream() local
115 if ( xInTemp == null ) { in ReadBytesWithStream()
118 xInTemp.readBytes( pBytes, nBytes ); in ReadBytesWithStream()
130 XInputStream xInTemp = xSFA.openFileRead( sTempFileURL ); in ReadDirectlyFromTempFile() local
131 if ( xInTemp != null ) in ReadDirectlyFromTempFile()
133 xInTemp.readBytes( pBytes, nBytes ); in ReadDirectlyFromTempFile()
134 xInTemp.closeInput(); in ReadDirectlyFromTempFile()
150 XInputStream xInTemp = null; in CloseTempFile() local
165 xInTemp = xTempFile.getInputStream(); in CloseTempFile()
166 if ( xInTemp == null ) { in CloseTempFile()
[all …]
/aoo41x/main/odk/examples/java/Storage/
H A DTestHelper.java621 XInputStream xInTemp = null; in getInputStream() local
624 xInTemp = xStream.getInputStream(); in getInputStream()
625 if ( xInTemp == null ) in getInputStream()
633 return xInTemp; in getInputStream()
/aoo41x/main/package/qa/ofopxmlstorages/
H A DTestHelper.java648 XInputStream xInTemp = null; in getInputStream() local
651 xInTemp = xStream.getInputStream(); in getInputStream()
652 if ( xInTemp == null ) in getInputStream()
660 return xInTemp; in getInputStream()
/aoo41x/main/package/qa/storages/
H A DTestHelper.java1172 XInputStream xInTemp = null; in getInputStream() local
1175 xInTemp = xStream.getInputStream(); in getInputStream()
1176 if ( xInTemp == null ) in getInputStream()
1184 return xInTemp; in getInputStream()

Completed in 37 milliseconds